Skip to content
Snippets Groups Projects
Commit 457ac269 authored by Goik Martin's avatar Goik Martin
Browse files

Updated base versions

parent 4d6bc5a8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment