Skip to content

Commit

Permalink
release: 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Oct 15, 2014
1 parent 6965f96 commit 401037b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-maven-plugins</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>nexus-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion m2settings/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-m2settings</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<groupId>org.sonatype.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions m2settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-maven-plugins</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>nexus-m2settings</artifactId>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-m2settings-maven-plugin</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion m2settings/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-m2settings</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>nexus-m2settings-testsuite</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<artifactId>nexus-maven-plugins</artifactId>
<packaging>pom</packaging>

<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>

<licenses>
<license>
Expand Down Expand Up @@ -297,7 +297,7 @@
<dependency>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-common</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion staging/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-staging</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<groupId>org.sonatype.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions staging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-maven-plugins</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>nexus-staging</artifactId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion staging/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.nexus.maven</groupId>
<artifactId>nexus-staging</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
</parent>

<artifactId>nexus-staging-maven-plugin-testsuite</artifactId>
Expand Down

0 comments on commit 401037b

Please sign in to comment.