Skip to content

Commit 92e6215

Browse files
committed
Merge branch 'master' into develop
2 parents bac5562 + 80c2520 commit 92e6215

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.23</version>
8+
<version>0.1.26</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
1212
<description>The parent-pom for all our java projects.</description>
1313

1414
<properties>
15-
<javaVersion>14</javaVersion>
15+
<javaVersion>18</javaVersion>
1616
<project.compile.sourceEncoding>UTF-8</project.compile.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -107,7 +107,6 @@
107107
<plugin>
108108
<groupId>org.sonatype.plugins</groupId>
109109
<artifactId>nexus-staging-maven-plugin</artifactId>
110-
<version>1.6.8</version>
111110
<extensions>true</extensions>
112111
<configuration>
113112
<serverId>ossrh</serverId>
@@ -133,7 +132,7 @@
133132
<artifactId>maven-compiler-plugin</artifactId>
134133
<version>3.8.0</version>
135134
<configuration>
136-
<release>14</release>
135+
<release>11</release>
137136
<compilerArgs>
138137
<arg>-parameters</arg>
139138
</compilerArgs>

0 commit comments

Comments
 (0)