Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.5
Browse files Browse the repository at this point in the history
Change-Id: I173e1327e1ff0d9704e0791533b1074715de9bf1
  • Loading branch information
kenwenzel committed Mar 24, 2016
1 parent e07fb2b commit 0ff5a4d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion llrp4j-core/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.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>llrp4j-distribution</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions llrp4j-generator/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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>llrp4j-generator</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>com.helger</groupId>
Expand Down
10 changes: 5 additions & 5 deletions llrp4j-impinj-module/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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>llrp4j-impinj-module</artifactId>
Expand All @@ -24,17 +24,17 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-llrp-module</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-generator</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions llrp4j-llrp-module/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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>llrp4j-llrp-module</artifactId>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-generator</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
</dependencies>
<build>
Expand Down
8 changes: 4 additions & 4 deletions llrp4j-net/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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>llrp4j-net</artifactId>
Expand All @@ -24,19 +24,19 @@
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-llrp-module</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</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.5-SNAPSHOT</version>
<version>1.0.5</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:git@github.com:enilink/llrp4j.git</developerConnection>
<url>https://github.com/enilink/llrp4j</url>
<tag>HEAD</tag>
<tag>v1.0.5</tag>
</scm>

<developers>
Expand Down

0 comments on commit 0ff5a4d

Please sign in to comment.