Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gerrit-trigger-2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Mar 13, 2012
1 parent 2207cd1 commit 7f47953
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build-config/pom.xml
Expand Up @@ -3,13 +3,13 @@
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>build-config</artifactId>
<packaging>jar</packaging>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
<name>Build Config</name>

<parent>
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-trigger-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions gerrit-events/pom.xml
Expand Up @@ -3,13 +3,13 @@
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-events</artifactId>
<packaging>jar</packaging>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
<name>Gerrit Events</name>

<parent>
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-trigger-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions gerrithudsontrigger/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-trigger-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-trigger</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>
<packaging>hpi</packaging>
<name>Gerrit Trigger</name>
<description>Integrates with Gerrit code review.</description>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-trigger-parent</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<packaging>pom</packaging>
<name>Gerrit Trigger Pom</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger</url>
Expand Down Expand Up @@ -194,12 +194,12 @@
<dependency>
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-events</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>build-config</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>1.2.6</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 7f47953

Please sign in to comment.