Skip to content

Commit 18315e1

Browse files
[maven-release-plugin] prepare release 3.4
1 parent 6db7141 commit 18315e1

7 files changed

Lines changed: 11 additions & 11 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.4-SNAPSHOT</version>
24+
<version>3.4</version>
2525
</parent>
2626

2727
<artifactId>objenesis-benchmark</artifactId>

exotic/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.4-SNAPSHOT</version>
24+
<version>3.4</version>
2525
</parent>
2626

2727
<artifactId>objenesis-exotic</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.4-SNAPSHOT</version>
24+
<version>3.4</version>
2525
</parent>
2626
<artifactId>objenesis</artifactId>
2727

pom.xml

Lines changed: 3 additions & 3 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.4-SNAPSHOT</version>
23+
<version>3.4</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Objenesis parent project</name>
@@ -52,7 +52,7 @@
5252
<url>https://github.com/easymock/objenesis</url>
5353
<developerConnection>scm:git:[email protected]:easymock/objenesis.git</developerConnection>
5454
<connection>scm:git:https://github.com/easymock/objenesis.git</connection>
55-
<tag>3.3</tag>
55+
<tag>3.4</tag>
5656
</scm>
5757

5858
<developers>
@@ -75,7 +75,7 @@
7575

7676
<properties>
7777
<java.version>1.8</java.version>
78-
<project.build.outputTimestamp>2023-04-19T00:00:00Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2024-05-06T03:02:16Z</project.build.outputTimestamp>
7979
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8080
<junit5.version>5.10.2</junit5.version>
8181
<spotbugs-maven-plugin.version>4.8.4.0</spotbugs-maven-plugin.version>

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

test/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.4-SNAPSHOT</version>
24+
<version>3.4</version>
2525
</parent>
2626
<artifactId>objenesis-test</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.4-SNAPSHOT</version>
24+
<version>3.4</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.3</version>
31+
<version>3.4</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.4-SNAPSHOT</version>
42+
<version>3.4</version>
4343
</dependency>
4444
</dependencies>
4545

0 commit comments

Comments
 (0)