Skip to content

Commit 6e464fc

Browse files
[maven-release-plugin] prepare release 3.1
1 parent 4a4a38d commit 6e464fc

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.objenesis</groupId>
2323
<artifactId>objenesis-parent</artifactId>
24-
<version>3.1-SNAPSHOT</version>
24+
<version>3.1</version>
2525
</parent>
2626

2727
<artifactId>objenesis-benchmark</artifactId>

gae/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>objenesis-parent</artifactId>
2525
<groupId>org.objenesis</groupId>
26-
<version>3.1-SNAPSHOT</version>
26+
<version>3.1</version>
2727
</parent>
2828

2929
<artifactId>gae</artifactId>

main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.objenesis</groupId>
2323
<artifactId>objenesis-parent</artifactId>
24-
<version>3.1-SNAPSHOT</version>
24+
<version>3.1</version>
2525
</parent>
2626
<artifactId>objenesis</artifactId>
2727

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.objenesis</groupId>
2222
<artifactId>objenesis-parent</artifactId>
23-
<version>3.1-SNAPSHOT</version>
23+
<version>3.1</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Objenesis parent project</name>
@@ -50,7 +50,7 @@
5050
<url>https://github.com/easymock/objenesis</url>
5151
<developerConnection>scm:git:[email protected]:easymock/objenesis.git</developerConnection>
5252
<connection>scm:git:https://github.com/easymock/objenesis.git</connection>
53-
<tag>HEAD</tag>
53+
<tag>3.1</tag>
5454
</scm>
5555

5656
<developers>

tck-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.objenesis</groupId>
2323
<artifactId>objenesis-parent</artifactId>
24-
<version>3.1-SNAPSHOT</version>
24+
<version>3.1</version>
2525
</parent>
2626
<artifactId>objenesis-tck-android</artifactId>
2727
<name>Objenesis Android TCK</name>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.objenesis</groupId>
2323
<artifactId>objenesis-parent</artifactId>
24-
<version>3.1-SNAPSHOT</version>
24+
<version>3.1</version>
2525
</parent>
2626
<artifactId>objenesis-tck</artifactId>
2727

website/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<groupId>org.objenesis</groupId>
2323
<artifactId>objenesis-parent</artifactId>
24-
<version>3.1-SNAPSHOT</version>
24+
<version>3.1</version>
2525
</parent>
2626
<artifactId>objenesis-website</artifactId>
2727
<name>Objenesis website</name>
2828
<packaging>pom</packaging>
2929

3030
<!-- CHANGE THIS VERSION TO WHAT YOU NEED -->
31-
<version>3.0.1</version>
31+
<version>3.1</version>
3232

3333
<properties>
3434
<javadoc>apidocs</javadoc>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.objenesis</groupId>
4141
<artifactId>objenesis</artifactId>
42-
<version>3.1-SNAPSHOT</version>
42+
<version>3.1</version>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)