Skip to content

Commit

Permalink
[maven-release-plugin] prepare release connid-1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 12, 2018
1 parent 5b56d05 commit 5c70dd0
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion java/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-framework-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-framework-contract</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-framework-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-framework-internal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-framework-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-framework-osgi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-framework</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-server-zip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-server-zip</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>connector-test-common</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<name>ConnId</name>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
<packaging>pom</packaging>

<!-- maven repository on sonatype -->
Expand All @@ -54,6 +54,7 @@
<connection>scm:git:[email protected]:Tirasa/ConnId.git</connection>
<url>scm:git:[email protected]:Tirasa/ConnId.git</url>
<developerConnection>scm:git:[email protected]:Tirasa/ConnId.git</developerConnection>
<tag>connid-1.5.0.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion java/slf4j-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>slf4j-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/testbundlev1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>testbundlev1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/testbundlev2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>testbundlev2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/testcommonv1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>testcommonv1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/testcommonv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>net.tirasa.connid</groupId>
<artifactId>connid</artifactId>
<version>1.5.0.0-SNAPSHOT</version>
<version>1.5.0.0</version>
</parent>

<artifactId>testcommonv2</artifactId>
Expand Down

0 comments on commit 5c70dd0

Please sign in to comment.