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

Commit 42e0bb5

Browse files
author
CloudBees DEV@Cloud
committed
[maven-release-plugin] prepare release zigbee4java-2.0.0
1 parent 10237b8 commit 42e0bb5

5 files changed

Lines changed: 15 additions & 17 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.bubblecloud.zigbee4java</groupId>
66
<artifactId>zigbee4java</artifactId>
7-
<version>1.0.9-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<packaging>pom</packaging>
99

1010
<properties>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/tlaukkan/zigbee4java.git</url>
1717
<connection>scm:git:git://github.com:tlaukkan/zigbee4java.git</connection>
1818
<developerConnection>scm:git:git@github.com:tlaukkan/zigbee4java.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>zigbee4java-2.0.0</tag>
2020
</scm>
2121

2222
<repositories>

zigbee-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.bubblecloud.zigbee4java</groupId>
1010
<artifactId>zigbee4java</artifactId>
11-
<version>1.0.9-SNAPSHOT</version>
11+
<version>2.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

zigbee-console/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.bubblecloud.zigbee4java</groupId>
1010
<artifactId>zigbee4java</artifactId>
11-
<version>1.0.9-SNAPSHOT</version>
11+
<version>2.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>org.bubblecloud.zigbee4java</groupId>
5555
<artifactId>zigbee-api</artifactId>
56-
<version>1.0.9-SNAPSHOT</version>
56+
<version>2.0.0</version>
5757
</dependency>
5858

5959
<dependency>
6060
<groupId>org.bubblecloud.zigbee4java</groupId>
6161
<artifactId>zigbee-serial-default</artifactId>
62-
<version>1.0.9-SNAPSHOT</version>
62+
<version>2.0.0</version>
6363
</dependency>
6464
</dependencies>
6565

zigbee-serial-android/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.bubblecloud.zigbee4java</groupId>
76
<artifactId>zigbee4java</artifactId>
8-
<version>1.0.9-SNAPSHOT</version>
7+
<version>2.0.0</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

1211
<artifactId>zigbee-serial-android</artifactId>
13-
<version>1.0-SNAPSHOT</version>
12+
<version>2.0.0</version>
1413
<packaging>jar</packaging>
1514

1615
<name>zigbee-serial-android</name>
@@ -24,7 +23,7 @@
2423
<dependency>
2524
<groupId>org.bubblecloud.zigbee4java</groupId>
2625
<artifactId>zigbee-api</artifactId>
27-
<version>1.0.9-SNAPSHOT</version>
26+
<version>2.0.0</version>
2827
</dependency>
2928

3029
<dependency>

zigbee-serial-default/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.bubblecloud.zigbee4java</groupId>
76
<artifactId>zigbee4java</artifactId>
8-
<version>1.0.9-SNAPSHOT</version>
7+
<version>2.0.0</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

1211
<artifactId>zigbee-serial-default</artifactId>
13-
<version>1.0.9-SNAPSHOT</version>
12+
<version>2.0.0</version>
1413
<packaging>jar</packaging>
1514

1615
<name>zigbee-serial-default</name>
@@ -24,13 +23,13 @@
2423
<dependency>
2524
<groupId>org.bubblecloud.zigbee4java</groupId>
2625
<artifactId>zigbee-api</artifactId>
27-
<version>1.0.9-SNAPSHOT</version>
26+
<version>2.0.0</version>
2827
</dependency>
2928

3029
<dependency>
3130
<groupId>org.bubblecloud.zigbee4java</groupId>
3231
<artifactId>zigbee-api</artifactId>
33-
<version>1.0.9-SNAPSHOT</version>
32+
<version>2.0.0</version>
3433
<scope>test</scope>
3534
<type>test-jar</type>
3635
</dependency>

0 commit comments

Comments
 (0)