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-2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BubbleCloudTravisCI committed May 30, 2016
1 parent f8b1ca4 commit 100cb60
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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>2.0.11-SNAPSHOT</version>
<version>2.0.11</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-2.0.11</tag>
</scm>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion 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>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 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>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions 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>2.0.11-SNAPSHOT</version>
<version>2.0.11</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>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
</dependency>

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

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

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>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependency>
Expand Down
6 changes: 3 additions & 3 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>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down

0 comments on commit 100cb60

Please sign in to comment.