Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boyankukushev committed Jun 23, 2017
1 parent 388c154 commit ac30c60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.1</version>
</parent>

<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.1</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.1-SNAPSHOT</version>
<version>6.5.1</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>6.5.1</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.1-SNAPSHOT</version>
<version>6.5.1</version>
</parent>

<groupId>com.kount</groupId>
<artifactId>sdk-integration-tests</artifactId>
<version>6.5.1-SNAPSHOT</version>
<version>6.5.1</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.1-SNAPSHOT</version>
<version>6.5.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ac30c60

Please sign in to comment.