Skip to content

Commit

Permalink
[maven-release-plugin] prepare release db-2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 14, 2017
1 parent 1a2aa94 commit 5aa6bc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>net.tirasa.connid.bundles.db</groupId>
<artifactId>db</artifactId>
<version>2.2.5-SNAPSHOT</version>
<version>2.2.5</version>

<name>ConnId Bundles: DB</name>

Expand All @@ -55,6 +55,7 @@
<connection>scm:git:[email protected]:Tirasa/ConnIdDBBundle.git</connection>
<url>scm:git:[email protected]:Tirasa/ConnIdDBBundle.git</url>
<developerConnection>scm:git:[email protected]:Tirasa/ConnIdDBBundle.git</developerConnection>
<tag>db-2.2.5</tag>
</scm>

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

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

<groupId>net.tirasa.connid.bundles.db</groupId>
Expand Down

0 comments on commit 5aa6bc1

Please sign in to comment.