This repository was archived by the owner on Sep 19, 2021. It is now read-only.
Commit 22e891e 1 parent c58e0d3 commit 22e891e Copy full SHA for 22e891e
File tree 7 files changed +15
-14
lines changed
pixelcontroller-distribution
7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 6
6
<groupId >com.neophob.pixelcontroller</groupId >
7
7
<artifactId >pixelcontroller</artifactId >
8
8
<relativePath >../pom.xml</relativePath >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >pixelcontroller-cli</artifactId >
26
26
<dependency >
27
27
<groupId >com.neophob.pixelcontroller</groupId >
28
28
<artifactId >pixelcontroller-core</artifactId >
29
- <version >2.1.0-SNAPSHOT </version >
29
+ <version >2.1.0-RC1 </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 6
6
<groupId >com.neophob.pixelcontroller</groupId >
7
7
<artifactId >pixelcontroller</artifactId >
8
8
<relativePath >../pom.xml</relativePath >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >pixelcontroller-core</artifactId >
193
193
</dependency >
194
194
195
195
<!-- src: http://code.google.com/p/artnet4j/ -->
196
- <dependency >
196
+ <dependency >
197
197
<groupId >artnet4j</groupId >
198
198
<artifactId >artnet4j</artifactId >
199
199
<version >0002</version >
200
200
</dependency >
201
+
201
202
<!-- src: https://code.google.com/p/rainbowduino-v3-streaming-firmware/ -->
202
203
<dependency >
203
204
<groupId >rv3sf_api</groupId >
217
218
<dependency >
218
219
<groupId >com.neophob.pixelcontroller</groupId >
219
220
<artifactId >pixelcontroller-osc</artifactId >
220
- <version >2.1.0-SNAPSHOT </version >
221
+ <version >2.1.0-RC1 </version >
221
222
</dependency >
222
223
<dependency >
223
224
<groupId >com.neophob.pixelcontroller</groupId >
224
225
<artifactId >pixelcontroller-mdns</artifactId >
225
- <version >2.1.0-SNAPSHOT </version >
226
+ <version >2.1.0-RC1 </version >
226
227
</dependency >
227
228
<dependency >
228
229
<groupId >net.jpountz.lz4</groupId >
Original file line number Diff line number Diff line change 6
6
<groupId >com.neophob.pixelcontroller</groupId >
7
7
<artifactId >pixelcontroller</artifactId >
8
8
<relativePath >../pom.xml</relativePath >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >pixelcontroller-distribution</artifactId >
94
94
<dependency >
95
95
<groupId >com.neophob.pixelcontroller</groupId >
96
96
<artifactId >pixelcontroller-gui</artifactId >
97
- <version >2.1.0-SNAPSHOT </version >
97
+ <version >2.1.0-RC1 </version >
98
98
</dependency >
99
99
<dependency >
100
100
<groupId >com.neophob.pixelcontroller</groupId >
101
101
<artifactId >pixelcontroller-cli</artifactId >
102
- <version >2.1.0-SNAPSHOT </version >
102
+ <version >2.1.0-RC1 </version >
103
103
</dependency >
104
104
</dependencies >
105
105
</project >
Original file line number Diff line number Diff line change 6
6
<groupId >com.neophob.pixelcontroller</groupId >
7
7
<artifactId >pixelcontroller</artifactId >
8
8
<relativePath >../pom.xml</relativePath >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >pixelcontroller-gui</artifactId >
36
36
<dependency >
37
37
<groupId >com.neophob.pixelcontroller</groupId >
38
38
<artifactId >pixelcontroller-core</artifactId >
39
- <version >2.1.0-SNAPSHOT </version >
39
+ <version >2.1.0-RC1 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 6
6
<groupId >com.neophob.pixelcontroller</groupId >
7
7
<artifactId >pixelcontroller</artifactId >
8
8
<relativePath >../pom.xml</relativePath >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >pixelcontroller-mdns</artifactId >
Original file line number Diff line number Diff line change 6
6
<groupId >com.neophob.pixelcontroller</groupId >
7
7
<artifactId >pixelcontroller</artifactId >
8
8
<relativePath >../pom.xml</relativePath >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0-RC1 </version >
10
10
</parent >
11
11
12
12
<artifactId >pixelcontroller-osc</artifactId >
Original file line number Diff line number Diff line change 5
5
<groupId >com.neophob.pixelcontroller</groupId >
6
6
<artifactId >pixelcontroller</artifactId >
7
7
<name >PixelController</name >
8
- <version >2.1.0-SNAPSHOT </version >
8
+ <version >2.1.0-RC1 </version >
9
9
10
10
<packaging >pom</packaging >
11
11
<description >
You can’t perform that action at this time.
0 commit comments