We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb1c7c + 35e9c51 commit 998feb1Copy full SHA for 998feb1
README.md
@@ -13,3 +13,4 @@ Reference it as parent in your POM file.
13
<version>[current-verison]</version>
14
</parent>
15
```
16
+
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>info.unterrainer.commons</groupId>
7
<artifactId>parent-pom</artifactId>
8
- <version>0.1.10</version>
+ <version>0.1.18</version>
9
<name>ParentPom</name>
10
<packaging>pom</packaging>
11
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -112,6 +112,7 @@
112
<serverId>ossrh</serverId>
113
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
114
<autoReleaseAfterClose>true</autoReleaseAfterClose>
115
+ <stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
116
</configuration>
117
</plugin>
118
<plugin>
0 commit comments