Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed May 6, 2024
1 parent 6db7141 commit 18315e1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>

<artifactId>objenesis-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exotic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>

<artifactId>objenesis-exotic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<artifactId>objenesis</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
<packaging>pom</packaging>

<name>Objenesis parent project</name>
Expand Down Expand Up @@ -52,7 +52,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>3.3</tag>
<tag>3.4</tag>
</scm>

<developers>
Expand All @@ -75,7 +75,7 @@

<properties>
<java.version>1.8</java.version>
<project.build.outputTimestamp>2023-04-19T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-06T03:02:16Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit5.version>5.10.2</junit5.version>
<spotbugs-maven-plugin.version>4.8.4.0</spotbugs-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<artifactId>objenesis-tck</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<artifactId>objenesis-test</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<parent>
<groupId>org.objenesis</groupId>
<artifactId>objenesis-parent</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</parent>
<artifactId>objenesis-website</artifactId>
<name>Objenesis website</name>
<packaging>pom</packaging>

<!-- CHANGE THIS VERSION TO WHAT YOU NEED -->
<version>3.3</version>
<version>3.4</version>

<properties>
<javadoc>apidocs</javadoc>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>3.4-SNAPSHOT</version>
<version>3.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 18315e1

Please sign in to comment.