Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release zigbee4java-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BubbleCloudTravisCI committed Aug 12, 2016
1 parent 94f8a56 commit 437e4be
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions legacy-modules/zigbee-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-dongle-cc2531</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions legacy-modules/zigbee-console-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions legacy-modules/zigbee-console-javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -62,19 +62,19 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-console-common</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-serial-javase</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -16,7 +16,7 @@
<url>https://github.com/tlaukkan/zigbee4java.git</url>
<connection>scm:git:https://github.com/tlaukkan/zigbee4java.git</connection>
<developerConnection>scm:git:https://github.com/tlaukkan/zigbee4java.git</developerConnection>
<tag>HEAD</tag>
<tag>zigbee4java-3.0.2</tag>
</scm>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion zigbee-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions zigbee-dongle-cc2531/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-common</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-serial-javase</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions zigbee-gateway-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-common</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions zigbee-gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -17,19 +17,19 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-dongle-cc2531</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-serial-javase</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions zigbee-serial-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions zigbee-serial-javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-common</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 437e4be

Please sign in to comment.