Skip to content

Commit

Permalink
release: 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Feb 5, 2015
1 parent 6a644ad commit 7fbea58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bridge/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-maven-bridge-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>sisu-maven-bridge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-maven-bridge-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<groupId>org.sonatype.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<inceptionYear>2011</inceptionYear>
<url>https://github.com/sonatype/sisu-maven-bridge</url>
Expand Down Expand Up @@ -296,7 +296,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>sisu-maven-bridge-maven-plugin</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 7fbea58

Please sign in to comment.