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

Commit 22e891e

Browse files
committed
update version to rc1
1 parent c58e0d3 commit 22e891e

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

pixelcontroller-cli/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.neophob.pixelcontroller</groupId>
77
<artifactId>pixelcontroller</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0-RC1</version>
1010
</parent>
1111

1212
<artifactId>pixelcontroller-cli</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.neophob.pixelcontroller</groupId>
2828
<artifactId>pixelcontroller-core</artifactId>
29-
<version>2.1.0-SNAPSHOT</version>
29+
<version>2.1.0-RC1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.commons</groupId>

pixelcontroller-core/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.neophob.pixelcontroller</groupId>
77
<artifactId>pixelcontroller</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0-RC1</version>
1010
</parent>
1111

1212
<artifactId>pixelcontroller-core</artifactId>
@@ -193,11 +193,12 @@
193193
</dependency>
194194

195195
<!-- src: http://code.google.com/p/artnet4j/ -->
196-
<dependency>
196+
<dependency>
197197
<groupId>artnet4j</groupId>
198198
<artifactId>artnet4j</artifactId>
199199
<version>0002</version>
200200
</dependency>
201+
201202
<!-- src: https://code.google.com/p/rainbowduino-v3-streaming-firmware/ -->
202203
<dependency>
203204
<groupId>rv3sf_api</groupId>
@@ -217,12 +218,12 @@
217218
<dependency>
218219
<groupId>com.neophob.pixelcontroller</groupId>
219220
<artifactId>pixelcontroller-osc</artifactId>
220-
<version>2.1.0-SNAPSHOT</version>
221+
<version>2.1.0-RC1</version>
221222
</dependency>
222223
<dependency>
223224
<groupId>com.neophob.pixelcontroller</groupId>
224225
<artifactId>pixelcontroller-mdns</artifactId>
225-
<version>2.1.0-SNAPSHOT</version>
226+
<version>2.1.0-RC1</version>
226227
</dependency>
227228
<dependency>
228229
<groupId>net.jpountz.lz4</groupId>

pixelcontroller-distribution/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.neophob.pixelcontroller</groupId>
77
<artifactId>pixelcontroller</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0-RC1</version>
1010
</parent>
1111

1212
<artifactId>pixelcontroller-distribution</artifactId>
@@ -94,12 +94,12 @@
9494
<dependency>
9595
<groupId>com.neophob.pixelcontroller</groupId>
9696
<artifactId>pixelcontroller-gui</artifactId>
97-
<version>2.1.0-SNAPSHOT</version>
97+
<version>2.1.0-RC1</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.neophob.pixelcontroller</groupId>
101101
<artifactId>pixelcontroller-cli</artifactId>
102-
<version>2.1.0-SNAPSHOT</version>
102+
<version>2.1.0-RC1</version>
103103
</dependency>
104104
</dependencies>
105105
</project>

pixelcontroller-gui/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.neophob.pixelcontroller</groupId>
77
<artifactId>pixelcontroller</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0-RC1</version>
1010
</parent>
1111

1212
<artifactId>pixelcontroller-gui</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.neophob.pixelcontroller</groupId>
3838
<artifactId>pixelcontroller-core</artifactId>
39-
<version>2.1.0-SNAPSHOT</version>
39+
<version>2.1.0-RC1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.commons</groupId>

pixelcontroller-mdns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.neophob.pixelcontroller</groupId>
77
<artifactId>pixelcontroller</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0-RC1</version>
1010
</parent>
1111

1212
<artifactId>pixelcontroller-mdns</artifactId>

pixelcontroller-osc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.neophob.pixelcontroller</groupId>
77
<artifactId>pixelcontroller</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0-RC1</version>
1010
</parent>
1111

1212
<artifactId>pixelcontroller-osc</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.neophob.pixelcontroller</groupId>
66
<artifactId>pixelcontroller</artifactId>
77
<name>PixelController</name>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-RC1</version>
99

1010
<packaging>pom</packaging>
1111
<description>

0 commit comments

Comments
 (0)