Skip to content

Commit 70b59ad

Browse files
committed
Progress
1 parent d879a02 commit 70b59ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<java.version>1.11</java.version>
16+
<java.version>11</java.version>
1717
</properties>
1818

1919
<build>
@@ -33,6 +33,12 @@
3333
<skip>true</skip>
3434
</configuration>
3535
</plugin>
36+
<plugin>
37+
<artifactId>maven-release-plugin</artifactId>
38+
<configuration>
39+
<localCheckout>true</localCheckout>
40+
</configuration>
41+
</plugin>
3642
</plugins>
3743
</build>
3844

0 commit comments

Comments
 (0)