Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Mar 8, 2020
1 parent 04ba76b commit 6b04e1d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dynamic-orm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-examples/example-test-ehcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm-examples</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-examples/example-test-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm-examples</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-examples/example-test-modify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm-examples</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-examples/example-test-qmodels/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm-examples</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dynamic-orm-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dynamic-orm</artifactId>
<groupId>com.github.vzakharchenko</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.vzakharchenko</groupId>
<artifactId>dynamic-orm</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<modules>
<module>dynamic-orm-core</module>
<module>dynamic-orm-plugin</module>
Expand All @@ -23,7 +23,7 @@
<scm>
<url>https://github.com/vzakharchenko/dynamic-orm</url>
<connection>scm:git:https://github.com/vzakharchenko/dynamic-orm.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 6b04e1d

Please sign in to comment.