Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiao90 committed Oct 16, 2023
1 parent aedf485 commit 5281e70
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>modelmapper-parent</artifactId>
<groupId>org.modelmapper</groupId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/dagger/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-dagger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/gson/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/guice/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jackson/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jooq/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-jooq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extensions/protobuf/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modelmapper-extensions</artifactId>
<groupId>org.modelmapper.extensions</groupId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>modelmapper-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>modelmapper-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<name>ModelMapper Parent</name>
<description>Simple, Intelligent, Object Mapping</description>
<url>http://modelmapper.org</url>
Expand Down

0 comments on commit 5281e70

Please sign in to comment.