Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Jun 20, 2017
1 parent bfafe9c commit 9d613c9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</parent>

<artifactId>objenesis-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gae/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>objenesis-parent</artifactId>
<groupId>org.objenesis</groupId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</parent>

<artifactId>gae</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</parent>
<artifactId>objenesis</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
<packaging>pom</packaging>

<name>Objenesis parent project</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<url>https://github.com/easymock/objenesis</url>
<developerConnection>scm:git:git@github.com:easymock/objenesis.git</developerConnection>
<connection>scm:git:https://github.com/easymock/objenesis.git</connection>
<tag>HEAD</tag>
<tag>2.6</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion tck-android/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</parent>
<artifactId>objenesis-tck-android</artifactId>
<name>Objenesis Android TCK</name>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</parent>
<artifactId>objenesis-tck</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions website/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</parent>
<artifactId>objenesis-website</artifactId>
<name>Objenesis website</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>2.6-SNAPSHOT</version>
<version>2.6</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9d613c9

Please sign in to comment.