File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >info.unterrainer.commons</groupId >
7
7
<artifactId >parent-pom</artifactId >
8
- <version >0.1.23 </version >
8
+ <version >0.1.26 </version >
9
9
<name >ParentPom</name >
10
10
<packaging >pom</packaging >
11
11
<url >https://github.com/UnterrainerInformatik/java-parent-pom</url >
12
12
<description >The parent-pom for all our java projects.</description >
13
13
14
14
<properties >
15
- <javaVersion >14 </javaVersion >
15
+ <javaVersion >18 </javaVersion >
16
16
<project .compile.sourceEncoding>UTF-8</project .compile.sourceEncoding>
17
17
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
107
107
<plugin >
108
108
<groupId >org.sonatype.plugins</groupId >
109
109
<artifactId >nexus-staging-maven-plugin</artifactId >
110
- <version >1.6.8</version >
111
110
<extensions >true</extensions >
112
111
<configuration >
113
112
<serverId >ossrh</serverId >
133
132
<artifactId >maven-compiler-plugin</artifactId >
134
133
<version >3.8.0</version >
135
134
<configuration >
136
- <release >14 </release >
135
+ <release >11 </release >
137
136
<compilerArgs >
138
137
<arg >-parameters</arg >
139
138
</compilerArgs >
You can’t perform that action at this time.
0 commit comments