Updating maven/sonatype plugin versions
Change-Id: I96570051eaafc12c07dbc7b4d43abb17be0e6fa6
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,3 +20,4 @@ target
|
|||||||
# NetBeans user-specific build actions
|
# NetBeans user-specific build actions
|
||||||
nbactions.xml
|
nbactions.xml
|
||||||
nbactions-*.xml
|
nbactions-*.xml
|
||||||
|
sonatype-*.sh
|
||||||
4
pom.xml
4
pom.xml
@@ -33,7 +33,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.sonatype.oss</groupId>
|
<groupId>org.sonatype.oss</groupId>
|
||||||
<artifactId>oss-parent</artifactId>
|
<artifactId>oss-parent</artifactId>
|
||||||
<version>7</version>
|
<version>9</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -571,7 +571,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<!-- override the version inherited from the parent -->
|
<!-- override the version inherited from the parent -->
|
||||||
<version>2.4.1</version>
|
<version>2.5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<arguments>-Psonatype-oss-release ${release.arguments}</arguments>
|
<arguments>-Psonatype-oss-release ${release.arguments}</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user