Skip to content

Commit ddc3bef

Browse files
Merge pull request #58 from levigo/bugfix/j17
chore: J17
2 parents bcdffc6 + e43a713 commit ddc3bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<url>https://github.com/levigo/gwt-spring-boot-starter</url>
1313

1414
<properties>
15-
<version.java>21</version.java>
15+
<version.java>17</version.java>
1616
<java.version>${version.java}</java.version>
1717
<maven.compiler.source>${version.java}</maven.compiler.source>
1818
<maven.compiler.target>${version.java}</maven.compiler.target>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.sonatype.central</groupId>
9393
<artifactId>central-publishing-maven-plugin</artifactId>
94-
<version>0.9.0</version>
94+
<version>0.10.0</version>
9595
<extensions>true</extensions>
9696
<configuration>
9797
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)