Skip to content
Snippets Groups Projects
Commit a34ea9fa authored by Patient NTUMBA's avatar Patient NTUMBA
Browse files

[development] update version of maven poms and bundles for the next snapshot 2.0.1-SNAPSHOT

parent cb5d0f8c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>vsb</artifactId> <artifactId>vsb</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>vsb-manager-api</artifactId> <artifactId>vsb-manager-api</artifactId>
<name>vsb-manager-api</name> <name>vsb-manager-api</name>
...@@ -33,52 +33,52 @@ ...@@ -33,52 +33,52 @@
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gmdl-utils</artifactId> <artifactId>gmdl-utils</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>artifact-generators</artifactId> <artifactId>artifact-generators</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gm-rest</artifactId> <artifactId>gm-rest</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gm-soap</artifactId> <artifactId>gm-soap</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<!-- <dependency> <!-- <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gm-coap</artifactId> <artifactId>gm-coap</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gm-mqtt</artifactId> <artifactId>gm-mqtt</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gm-dpws</artifactId> <artifactId>gm-dpws</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>gm-websocket</artifactId> <artifactId>gm-websocket</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> --> </dependency> -->
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>service-parser</artifactId> <artifactId>service-parser</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>bc-manager</artifactId> <artifactId>bc-manager</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>
......
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
<parent> <parent>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>vsb-manager</artifactId> <artifactId>vsb-manager</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
</parent> </parent>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>vsb-manager-service</artifactId> <artifactId>vsb-manager-service</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>vsb-manager-service Maven Webapp</name> <name>vsb-manager-service Maven Webapp</name>
<url>http://maven.apache.org</url> <url>http://maven.apache.org</url>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<dependency> <dependency>
<groupId>eu.chorevolution.vsb</groupId> <groupId>eu.chorevolution.vsb</groupId>
<artifactId>vsb-manager-api</artifactId> <artifactId>vsb-manager-api</artifactId>
<version>2.0.0</version> <version>2.0.1-SNAPSHOT</version>
<!-- <classifier>jar-with-dependencies</classifier> --> <!-- <classifier>jar-with-dependencies</classifier> -->
</dependency> </dependency>
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment