Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.4
Browse files Browse the repository at this point in the history
Change-Id: Ifa3a927b8b92cf5fadc696412f7e0ac63af6141a
  • Loading branch information
kenwenzel committed Dec 8, 2015
1 parent faa4393 commit 69d427c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 29 deletions.
5 changes: 2 additions & 3 deletions llrp4j-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>llrp4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion llrp4j-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>llrp4j-distribution</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions llrp4j-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>llrp4j-generator</artifactId>
Expand All @@ -25,7 +24,7 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.helger</groupId>
Expand Down
13 changes: 6 additions & 7 deletions llrp4j-impinj-module/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>llrp4j-impinj-module</artifactId>
Expand All @@ -25,17 +24,17 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-llrp-module</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -48,7 +47,7 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-generator</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
</dependencies>
<build>
Expand Down
11 changes: 5 additions & 6 deletions llrp4j-llrp-module/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>llrp4j-llrp-module</artifactId>
Expand All @@ -25,12 +24,12 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -43,7 +42,7 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-generator</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
</dependencies>
<build>
Expand Down
11 changes: 5 additions & 6 deletions llrp4j-net/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>

<artifactId>llrp4j-net</artifactId>
Expand All @@ -25,19 +24,19 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-llrp-module</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
</dependency>
</dependencies>

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

<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<name>llrp4j-parent</name>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/enilink/llrp4j.git</connection>
<developerConnection>scm:git:[email protected]:enilink/llrp4j.git</developerConnection>
<url>https://github.com/enilink/llrp4j</url>
<tag>HEAD</tag>
<tag>v1.0.4</tag>
</scm>

<developers>
Expand Down

0 comments on commit 69d427c

Please sign in to comment.