Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Jul 31, 2022
1 parent 6e6b3a9 commit 15c0484
Show file tree
Hide file tree
Showing 8 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.3-SNAPSHOT</version>
<version>3.3</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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>

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

<artifactId>gae</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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>
<artifactId>objenesis</artifactId>

Expand Down
4 changes: 2 additions & 2 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.3-SNAPSHOT</version>
<version>3.3</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>HEAD</tag>
<tag>3.3</tag>
</scm>

<developers>
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.3-SNAPSHOT</version>
<version>3.3</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.3-SNAPSHOT</version>
<version>3.3</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.3-SNAPSHOT</version>
<version>3.3</version>
</parent>
<artifactId>objenesis-website</artifactId>
<name>Objenesis website</name>
<packaging>pom</packaging>

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

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

Expand Down

0 comments on commit 15c0484

Please sign in to comment.