Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boyankukushev committed Sep 12, 2017
1 parent fac28fd commit 198cf32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>6.5.3-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>6.5.3-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>jar</packaging>

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

<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>6.5.3-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>pom</packaging>

<developers>
Expand Down Expand Up @@ -75,7 +75,7 @@
<connection>scm:git:[email protected]:Kount/kount-ris-java-sdk.git</connection>
<developerConnection>scm:git:[email protected]:Kount/kount-ris-java-sdk.git</developerConnection>
<url>scm:git:[email protected]:Kount/kount-ris-java-sdk.git</url>
<tag>HEAD</tag>
<tag>7.0.0</tag>
</scm>

</project>
6 changes: 3 additions & 3 deletions sdk-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>6.5.3-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<groupId>com.kount</groupId>
<artifactId>sdk-integration-tests</artifactId>
<version>6.5.3-SNAPSHOT</version>
<version>7.0.0</version>
<name>sdk-integration-tests</name>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>6.5.3-SNAPSHOT</version>
<version>7.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 198cf32

Please sign in to comment.