Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Commit

Permalink
update version to rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
neophob committed Apr 1, 2014
1 parent c58e0d3 commit 22e891e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pixelcontroller-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</parent>

<artifactId>pixelcontroller-cli</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
9 changes: 5 additions & 4 deletions pixelcontroller-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</parent>

<artifactId>pixelcontroller-core</artifactId>
Expand Down Expand Up @@ -193,11 +193,12 @@
</dependency>

<!-- src: http://code.google.com/p/artnet4j/ -->
<dependency>
<dependency>
<groupId>artnet4j</groupId>
<artifactId>artnet4j</artifactId>
<version>0002</version>
</dependency>

<!-- src: https://code.google.com/p/rainbowduino-v3-streaming-firmware/ -->
<dependency>
<groupId>rv3sf_api</groupId>
Expand All @@ -217,12 +218,12 @@
<dependency>
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller-osc</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
<dependency>
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller-mdns</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pixelcontroller-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</parent>

<artifactId>pixelcontroller-distribution</artifactId>
Expand Down Expand Up @@ -94,12 +94,12 @@
<dependency>
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller-gui</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
<dependency>
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller-cli</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions pixelcontroller-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</parent>

<artifactId>pixelcontroller-gui</artifactId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pixelcontroller-mdns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</parent>

<artifactId>pixelcontroller-mdns</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pixelcontroller-osc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<relativePath>../pom.xml</relativePath>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>
</parent>

<artifactId>pixelcontroller-osc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.neophob.pixelcontroller</groupId>
<artifactId>pixelcontroller</artifactId>
<name>PixelController</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-RC1</version>

<packaging>pom</packaging>
<description>
Expand Down

0 comments on commit 22e891e

Please sign in to comment.