Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nifty-main-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
void committed Jun 20, 2013
1 parent bb8130b commit 65a4680
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion nifty-controls-style-black/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-style-black</artifactId>
<name>Nifty Controls Style Definition (Black)</name>
Expand Down
4 changes: 2 additions & 2 deletions nifty-controls/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-default-controls</artifactId>
<name>Nifty Controls</name>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>org.bushe</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifty-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 4 additions & 4 deletions nifty-examples-jogl/pom.xml
Expand Up @@ -3,25 +3,25 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-examples-jogl</artifactId>
<name>Nifty Examples (JOGL)</name>
<dependencies>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-jogl-renderer</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-examples</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<exclusions>
<exclusion>
<groupId>org.lwjgl.lwjgl</groupId>
Expand Down
12 changes: 6 additions & 6 deletions nifty-examples-slick2d/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>nifty-main</artifactId>
<groupId>lessvoid</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>nifty-examples-slick2d</artifactId>
Expand All @@ -12,27 +12,27 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-examples</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-style-black</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-default-controls</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-slick-renderer</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions nifty-examples/pom.xml
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>nifty-main</artifactId>
<groupId>lessvoid</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>nifty-examples</artifactId>
<name>Nifty Examples</name>
<description>Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.</description>
<properties>
<nifty-version>1.3.3-SNAPSHOT</nifty-version>
<nifty-version>1.3.3</nifty-version>
</properties>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions nifty-html/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>nifty-main</artifactId>
<groupId>lessvoid</groupId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>nifty-html</artifactId>
Expand All @@ -18,23 +18,23 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-lwjgl-renderer</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-style-black</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty-default-controls</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions nifty-renderer-java2d/pom.xml
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<name>Nifty Renderer for Java2d</name>
<artifactId>nifty-java2d-renderer</artifactId>
<dependencies>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions nifty-renderer-jogl2/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-jogl-renderer</artifactId>
<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions nifty-renderer-lwjgl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-lwjgl-renderer</artifactId>
<name>Nifty Renderer for LWJGL</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions nifty-renderer-slick/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-slick-renderer</artifactId>
<name>Nifty Renderer for Slick2D</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>slick</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nifty-soundsystem-openal/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-openal-soundsystem</artifactId>
<name>Nifty Sound Device for OpenAL using LWJGL</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
Expand Down
4 changes: 2 additions & 2 deletions nifty-soundsystem-pauls-sound/pom.xml
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</parent>
<artifactId>nifty-pauls-soundsystem</artifactId>
<name>Nifty Sound Device for Pauls-Soundsystem</name>
<dependencies>
<dependency>
<groupId>lessvoid</groupId>
<artifactId>nifty</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>com.paulscode.soundsystem</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>lessvoid</groupId>
<artifactId>nifty-main</artifactId>
<packaging>pom</packaging>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<name>Nifty Main Parent Project</name>
<modules>
<module>nifty-core</module>
Expand Down

0 comments on commit 65a4680

Please sign in to comment.