Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boyankukushev committed May 29, 2017
1 parent 22659f6 commit 4dfa873
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 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.0-SNAPSHOT</version>
<version>6.5.0</version>
</parent>

<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>${project.parent.version}</version>
<version>6.5.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.0-SNAPSHOT</version>
<version>6.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -67,7 +67,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.0</tag>
</scm>

</project>
9 changes: 4 additions & 5 deletions sdk-integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>

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

<groupId>com.kount</groupId>
<artifactId>sdk-integration-tests</artifactId>
<version>${project.parent.version}</version>
<version>6.5.0</version>
<name>sdk-integration-tests</name>

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

<dependency>
Expand Down

0 comments on commit 4dfa873

Please sign in to comment.