Skip to content

Commit f18d592

Browse files
author
Adam Englander
committed
[maven-release-plugin] prepare release v4.2.0
1 parent 36c7cac commit f18d592

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
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.2.0-SNAPSHOT</version>
7+
<version>4.2.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.2.0-SNAPSHOT</version>
7+
<version>4.2.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.2.0-SNAPSHOT</version>
7+
<version>4.2.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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>sdk-root</artifactId>
75
<groupId>com.iovation.launchkey</groupId>
8-
<version>4.2.0-SNAPSHOT</version>
6+
<version>4.2.0</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<packaging>jar</packaging>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.iovation.launchkey</groupId>
65
<artifactId>sdk-root</artifactId>
7-
<version>4.2.0-SNAPSHOT</version>
6+
<version>4.2.0</version>
87
<packaging>pom</packaging>
98
<name>iovation LaunchKey SDK Root Module</name>
109
<description>Root module for all modules related to the iovation LaunchKey SDK for Java</description>
@@ -29,7 +28,7 @@
2928
<connection>scm:git:[email protected]:iovation/launchkey-java.git</connection>
3029
<developerConnection>scm:git:[email protected]:iovation/launchkey-java.git</developerConnection>
3130
<url>https://github.com/iovation/launchkey-java</url>
32-
<tag>HEAD</tag>
31+
<tag>v4.2.0</tag>
3332
</scm>
3433

3534
<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.2.0-SNAPSHOT</version>
7+
<version>4.2.0</version>
88
</parent>
99
<artifactId>sdk</artifactId>
1010
<name>iovation LaunchKey SDK</name>

0 commit comments

Comments
 (0)