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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBees DEV@Cloud committed Mar 8, 2015
1 parent 10237b8 commit 42e0bb5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 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>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -16,7 +16,7 @@
<url>https://github.com/tlaukkan/zigbee4java.git</url>
<connection>scm:git:git://github.com:tlaukkan/zigbee4java.git</connection>
<developerConnection>scm:git:git@github.com:tlaukkan/zigbee4java.git</developerConnection>
<tag>HEAD</tag>
<tag>zigbee4java-2.0.0</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>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions zigbee-console/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>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -53,13 +53,13 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-serial-default</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>

Expand Down
9 changes: 4 additions & 5 deletions zigbee-serial-android/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zigbee-serial-android</artifactId>
<version>1.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>zigbee-serial-android</name>
Expand All @@ -24,7 +23,7 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down
11 changes: 5 additions & 6 deletions zigbee-serial-default/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>zigbee-serial-default</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>zigbee-serial-default</name>
Expand All @@ -24,13 +23,13 @@
<dependency>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee-api</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

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

0 comments on commit 42e0bb5

Please sign in to comment.