Skip to content

Commit 998feb1

Browse files
authored
Merge pull request #3 from UnterrainerInformatik/develop
update
2 parents 4eb1c7c + 35e9c51 commit 998feb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Reference it as parent in your POM file.
1313
<version>[current-verison]</version>
1414
</parent>
1515
```
16+

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.10</version>
8+
<version>0.1.18</version>
99
<name>ParentPom</name>
1010
<packaging>pom</packaging>
1111
<url>https://github.com/UnterrainerInformatik/java-parent-pom</url>
@@ -112,6 +112,7 @@
112112
<serverId>ossrh</serverId>
113113
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
114114
<autoReleaseAfterClose>true</autoReleaseAfterClose>
115+
<stagingProgressTimeoutMinutes>10</stagingProgressTimeoutMinutes>
115116
</configuration>
116117
</plugin>
117118
<plugin>

0 commit comments

Comments
 (0)