Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release artemis-odb-0.12.1
Browse files Browse the repository at this point in the history
junkdog committed Sep 5, 2015
1 parent 3b5f245 commit 893aa17
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion artemis-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>
<artifactId>artemis-odb-cli</artifactId>
<packaging>jar</packaging>
2 changes: 1 addition & 1 deletion artemis-gradle/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>

<artifactId>artemis-odb-gradle-plugin</artifactId>
2 changes: 1 addition & 1 deletion artemis-gwt/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>
<artifactId>artemis-odb-gwt</artifactId>

2 changes: 1 addition & 1 deletion artemis-json/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>
<artifactId>artemis-odb-serializer-json</artifactId>
<packaging>jar</packaging>
2 changes: 1 addition & 1 deletion artemis-maven/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>

<artifactId>artemis-odb-maven-plugin</artifactId>
2 changes: 1 addition & 1 deletion artemis-processor/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>

<artifactId>artemis-odb-processor</artifactId>
2 changes: 1 addition & 1 deletion artemis-test/pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>

<artifactId>artemis-odb-test</artifactId>
2 changes: 1 addition & 1 deletion artemis-weaver/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>

<artifactId>artemis-odb-weaver</artifactId>
2 changes: 1 addition & 1 deletion artemis/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
</parent>
<artifactId>artemis-odb</artifactId>
<packaging>jar</packaging>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.12.1-SNAPSHOT</version>
<version>0.12.1</version>
<packaging>pom</packaging>
<name>artemis parent</name>
<description>Fork of Artemis Entity System Framework.</description>
@@ -21,7 +21,7 @@
<url>https://github.com/junkdog/artemis-odb/</url>
<connection>scm:git:git@github.com:junkdog/artemis-odb.git</connection>
<developerConnection>scm:git:git@github.com:junkdog/artemis-odb.git</developerConnection>
<tag>artemis-odb-0.12.0</tag>
<tag>artemis-odb-0.12.1</tag>
</scm>

<licenses>

0 comments on commit 893aa17

Please sign in to comment.