Skip to content

Commit 1da9785

Browse files
committed
next release
1 parent 2b993b1 commit 1da9785

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

backend/nextcp2-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>nextcp2</artifactId>

backend/nextcp2-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.sf666</groupId>
55
<artifactId>nextcp2-root</artifactId>
6-
<version>5.0.2</version>
6+
<version>5.0.3-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>nextcp2-codegen</artifactId>

backend/nextcp2-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

backend/nextcp2-device-driver/nextcp2-ma9000/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.sf666</groupId>
66
<artifactId>nextcp2-DeviceDriver</artifactId>
7-
<version>5.0.2</version>
7+
<version>5.0.3-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>nextcp2-ma9000</artifactId>

backend/nextcp2-device-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

backend/nextcp2-external-information-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>nextcp2-external-information-provider</artifactId>

backend/nextcp2-modelgen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

backend/nextcp2-player/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

backend/nextcp2-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.sf666</groupId>
77
<artifactId>nextcp2-root</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>nextcp2-runtime</artifactId>

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.sf666</groupId>
66
<artifactId>nextcp2-root</artifactId>
7-
<version>5.0.2</version>
7+
<version>5.0.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Next Control Point 2</name>
1010
<description>UPnP control point with nice web interface</description>

0 commit comments

Comments
 (0)