Skip to content

Commit 89c7def

Browse files
committed
Update pom to autoReleaseAfterClose true and bump parent pom
1 parent 1d1f55c commit 89c7def

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.avaje</groupId>
1212
<artifactId>java8-oss</artifactId>
13-
<version>2.3</version>
13+
<version>3.1</version>
1414
</parent>
1515

1616
<scm>
@@ -19,7 +19,7 @@
1919
</scm>
2020

2121
<properties>
22-
<nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
22+
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2323
</properties>
2424

2525
<dependencies>
@@ -39,7 +39,7 @@
3939
<module>http-generator-jex</module>
4040
<module>http-generator-helidon</module>
4141
<module>http-generator-client</module>
42-
<module>tests</module>
42+
<!-- <module>tests</module>-->
4343
</modules>
4444

4545
</project>

0 commit comments

Comments
 (0)