Skip to content

Commit

Permalink
[maven-release-plugin] prepare release retinazer-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Gustafsson committed Aug 21, 2015
1 parent 094f20b commit c241f5d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
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.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>
<name>retinazer parent</name>
<description>An entity-component-system implementation for Java</description>
Expand All @@ -24,7 +24,7 @@
<url>https://github.com/antag99/retinazer/</url>
<connection>scm:git:git@github.com:antag99/retinazer.git</connection>
<developerConnection>scm:git:git@github.com:antag99/retinazer.git</developerConnection>
<tag>HEAD</tag>
<tag>retinazer-0.1.1</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions retinazer-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>retinazer-benchmarks</artifactId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>net.onedaybeard.artemis</groupId>
Expand Down
8 changes: 4 additions & 4 deletions retinazer-gwt-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-gwt-test</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<properties>
<junit.version>3.8</junit.version>
Expand All @@ -18,14 +18,14 @@
<dependency>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-gwt</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-gwt</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<classifier>sources</classifier>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions retinazer-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-gwt</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<properties>
<junit.version>3.8</junit.version>
Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</dependency>

<dependency>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<classifier>sources</classifier>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion retinazer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<dependencies>
Expand Down

0 comments on commit c241f5d

Please sign in to comment.