Skip to content

Commit 5a6dd0a

Browse files
[maven-release-plugin] prepare release 3.0
1 parent 15a4de6 commit 5a6dd0a

7 files changed

Lines changed: 16 additions & 9 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.0-SNAPSHOT</version>
24+
<version>3.0</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.0-SNAPSHOT</version>
26+
<version>3.0</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.0-SNAPSHOT</version>
24+
<version>3.0</version>
2525
</parent>
2626
<artifactId>objenesis</artifactId>
2727

pom.xml

Lines changed: 9 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.0-SNAPSHOT</version>
23+
<version>3.0</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Objenesis parent project</name>
@@ -54,7 +54,7 @@
5454
<url>https://github.com/easymock/objenesis</url>
5555
<developerConnection>scm:git:[email protected]:easymock/objenesis.git</developerConnection>
5656
<connection>scm:git:https://github.com/easymock/objenesis.git</connection>
57-
<tag>HEAD</tag>
57+
<tag>3.0</tag>
5858
</scm>
5959

6060
<developers>
@@ -494,6 +494,13 @@
494494
<module>benchmark</module>
495495
</modules>
496496
</profile>
497+
<profile>
498+
<!-- Activate to run to include Google App Engine test -->
499+
<id>gae</id>
500+
<modules>
501+
<module>gae</module>
502+
</modules>
503+
</profile>
497504
<profile>
498505
<!-- Activate to create a complete release -->
499506
<id>release</id>

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.0-SNAPSHOT</version>
24+
<version>3.0</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.0-SNAPSHOT</version>
24+
<version>3.0</version>
2525
</parent>
2626
<artifactId>objenesis-tck</artifactId>
2727

website/pom.xml

Lines changed: 2 additions & 2 deletions
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.0-SNAPSHOT</version>
24+
<version>3.0</version>
2525
</parent>
2626
<artifactId>objenesis-website</artifactId>
2727
<name>Objenesis website</name>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.objenesis</groupId>
4141
<artifactId>objenesis</artifactId>
42-
<version>3.0-SNAPSHOT</version>
42+
<version>3.0</version>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)