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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudBees DEV@Cloud committed Mar 22, 2015
1 parent 00f0060 commit f190c9f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 26 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

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

<properties>
Expand All @@ -17,7 +16,7 @@
<url>https://github.com/tlaukkan/zigbee4java.git</url>
<connection>scm:git:git://github.com:tlaukkan/zigbee4java.git</connection>
<developerConnection>scm:git:[email protected]:tlaukkan/zigbee4java.git</developerConnection>
<tag>HEAD</tag>
<tag>zigbee4java-2.0.2</tag>
</scm>

<repositories>
Expand Down
5 changes: 2 additions & 3 deletions zigbee-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<artifactId>zigbee-api</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions zigbee-console-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<artifactId>zigbee-console-common</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

</dependencies>
Expand Down
11 changes: 5 additions & 6 deletions zigbee-console-javase/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>zigbee-console-javase</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

Expand Down
7 changes: 3 additions & 4 deletions zigbee-serial-android/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<artifactId>zigbee-serial-android</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependency>
Expand Down
9 changes: 4 additions & 5 deletions zigbee-serial-javase/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>

<artifactId>zigbee-serial-javase</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.bubblecloud.zigbee4java</groupId>
<artifactId>zigbee4java</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

0 comments on commit f190c9f

Please sign in to comment.