Skip to content

Commit

Permalink
POMs updated to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilfb committed Jun 30, 2017
1 parent d218745 commit 06299b5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions mqtt-spy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>mqtt-spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>

<name>mqtt-spy-common</name>
<url>https://github.com/eclipse/paho.mqtt-spy</url>
Expand Down Expand Up @@ -51,13 +51,13 @@
<dependency>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions mqtt-spy-daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>mqtt-spy-daemon</artifactId>
<version>0.6.0-beta</version>
<version>1.0.0</version>

<name>mqtt-spy-daemon</name>
<url>https://github.com/eclipse/paho.mqtt-spy</url>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>mqtt-spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions mqtt-spy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>mqtt-spy</artifactId>
<version>0.6.0-beta</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>mqtt-spy</name>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>spy-common-ui</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>mqtt-spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>
<exclusions>
<exclusion>
<artifactId>maven-jaxb2-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spy-common-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>spy-common-ui</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>

<name>spy-common-ui</name>
<url>https://github.com/eclipse/paho.mqtt-spy</url>
Expand Down
2 changes: 1 addition & 1 deletion spy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.paho.mqttspy</groupId>
<artifactId>spy-common</artifactId>
<version>0.6.0</version>
<version>1.0.0</version>

<name>spy-common</name>
<url>https://github.com/eclipse/paho.mqtt-spy</url>
Expand Down

0 comments on commit 06299b5

Please sign in to comment.