Skip to content

Commit 40ff94c

Browse files
author
Adam Englander
committed
[maven-release-plugin] prepare release v4.7.0
1 parent 084f6bc commit 40ff94c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

examples/cli-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sdk-examples-parent</artifactId>
66
<groupId>com.iovation.launchkey</groupId>
7-
<version>4.7.0-SNAPSHOT</version>
7+
<version>4.7.0</version>
88
</parent>
99

1010
<artifactId>sdk-examples-cli</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sdk-root</artifactId>
66
<groupId>com.iovation.launchkey</groupId>
7-
<version>4.7.0-SNAPSHOT</version>
7+
<version>4.7.0</version>
88
</parent>
99

1010
<artifactId>sdk-examples-parent</artifactId>

examples/spring-mvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sdk-examples-parent</artifactId>
66
<groupId>com.iovation.launchkey</groupId>
7-
<version>4.7.0-SNAPSHOT</version>
7+
<version>4.7.0</version>
88
</parent>
99
<artifactId>sdk-examples-spring-mvc</artifactId>
1010
<name>iovation LaunchKey SDK Example Spring MVC Application</name>

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sdk-root</artifactId>
55
<groupId>com.iovation.launchkey</groupId>
6-
<version>4.7.0-SNAPSHOT</version>
6+
<version>4.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.iovation.launchkey</groupId>
55
<artifactId>sdk-root</artifactId>
6-
<version>4.7.0-SNAPSHOT</version>
6+
<version>4.7.0</version>
77
<packaging>pom</packaging>
88
<name>iovation LaunchKey SDK Root Module</name>
99
<description>Root module for all modules related to the iovation LaunchKey SDK for Java</description>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:[email protected]:iovation/launchkey-java.git</connection>
2929
<developerConnection>scm:git:[email protected]:iovation/launchkey-java.git</developerConnection>
3030
<url>https://github.com/iovation/launchkey-java</url>
31-
<tag>HEAD</tag>
31+
<tag>v4.7.0</tag>
3232
</scm>
3333

3434
<licenses>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.iovation.launchkey</groupId>
66
<artifactId>sdk-root</artifactId>
7-
<version>4.7.0-SNAPSHOT</version>
7+
<version>4.7.0</version>
88
</parent>
99
<artifactId>sdk</artifactId>
1010
<name>iovation LaunchKey SDK</name>

0 commit comments

Comments
 (0)