Skip to content

Commit e942653

Browse files
committed
Bump parent to java8-oss 2.3 with autoReleaseAfterClose false
1 parent 49dca6b commit e942653

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java8-oss</artifactId>
7-
<version>2.2</version>
7+
<version>2.3</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>
@@ -19,6 +19,10 @@
1919
<tag>HEAD</tag>
2020
</scm>
2121

22+
<properties>
23+
<nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
24+
</properties>
25+
2226
<modules>
2327
<module>inject</module>
2428
<module>inject-generator</module>

0 commit comments

Comments
 (0)