Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.3
Browse files Browse the repository at this point in the history
Change-Id: Iba1de1a2ef560dfdf54886e0433d2664c2222335
  • Loading branch information
kenwenzel committed Nov 26, 2015
1 parent d9e49c1 commit 8705d45
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 21 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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</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.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-core</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-llrp-module</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
</dependencies>
</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>net.enilink.llrp4j</groupId>
<artifactId>llrp4j-parent</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<name>llrp4j-parent</name>
Expand All @@ -30,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.3</tag>
</scm>

<developers>
Expand Down

0 comments on commit 8705d45

Please sign in to comment.