Skip to content

Commit

Permalink
[maven-release-plugin] prepare release modelmapper-parent-0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Jan 24, 2014
1 parent 33437a0 commit 5bf7dcf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/dagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper-dagger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper-jooq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.modelmapper.extensions</groupId>
<artifactId>modelmapper-extensions</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>modelmapper-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper-parent</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.3</version>
<name>ModelMapper Parent</name>
<description>Simple, Intelligent, Object Mapping</description>
<url>https://modelmapper.org</url>
Expand Down

0 comments on commit 5bf7dcf

Please sign in to comment.