From 457ac269a4549d37f052271a3517c25710d7b59e Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Sun, 8 Oct 2023 14:22:29 +0200
Subject: [PATCH] Updated base versions

---
 ws/Artifacts/Saxon/pom.xml    | 15 +++++++++++----
 ws/Artifacts/Xmlparse/pom.xml |  2 +-
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/ws/Artifacts/Saxon/pom.xml b/ws/Artifacts/Saxon/pom.xml
index f7ad45172..3e294daed 100644
--- a/ws/Artifacts/Saxon/pom.xml
+++ b/ws/Artifacts/Saxon/pom.xml
@@ -5,7 +5,7 @@
 
   <groupId>de.hdm_stuttgart.mi</groupId>
   <artifactId>saxon-plus</artifactId>
-  <version>${saxon.he.version}</version>
+  <version>12.3</version>
   <packaging>jar</packaging>
 
   <name>saxon</name>
@@ -16,8 +16,15 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <saxon.he.version>11.3</saxon.he.version>
+    <saxon.he.version>12.3</saxon.he.version>
   </properties>
+ 
+  <distributionManagement>
+    <repository>
+      <id>mi-nexus</id>
+      <url>https://maven.mi.hdm-stuttgart.de/nexus/repository/mi-maven</url>
+    </repository>
+  </distributionManagement>
 
 
   <dependencies>
@@ -41,7 +48,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.10.1</version>
+        <version>3.11.0</version>
         <configuration>
           <source>17</source>
           <target>17</target>
@@ -51,7 +58,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>3.3.0</version>
+        <version>3.5.1</version>
         <configuration>
           <transformers>
             <transformer
diff --git a/ws/Artifacts/Xmlparse/pom.xml b/ws/Artifacts/Xmlparse/pom.xml
index 14e62e388..4f749aa96 100644
--- a/ws/Artifacts/Xmlparse/pom.xml
+++ b/ws/Artifacts/Xmlparse/pom.xml
@@ -55,7 +55,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-shade-plugin</artifactId>
-				<version>3.5.0</version>
+				<version>3.5.1</version>
 				<configuration>
 					<transformers>
 						<transformer
-- 
GitLab