We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1f55c commit 89c7defCopy full SHA for 89c7def
pom.xml
@@ -10,7 +10,7 @@
10
<parent>
11
<groupId>org.avaje</groupId>
12
<artifactId>java8-oss</artifactId>
13
- <version>2.3</version>
+ <version>3.1</version>
14
</parent>
15
16
<scm>
@@ -19,7 +19,7 @@
19
</scm>
20
21
<properties>
22
- <nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
+ <nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
23
</properties>
24
25
<dependencies>
@@ -39,7 +39,7 @@
39
<module>http-generator-jex</module>
40
<module>http-generator-helidon</module>
41
<module>http-generator-client</module>
42
- <module>tests</module>
+<!-- <module>tests</module>-->
43
</modules>
44
45
</project>
0 commit comments