Skip to content

Commit dc7cd4d

Browse files
committed
[maven-release-plugin] prepare release 2.3.0
1 parent 7217d3f commit dc7cd4d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

NetLicensingClient-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.labs64.netlicensing</groupId>
88
<artifactId>netlicensing-client-parent</artifactId>
9-
<version>2.3.0-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
</parent>
1111

1212
<artifactId>netlicensing-client-demo</artifactId>

NetLicensingClient/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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/maven-v4_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/maven-v4_0_0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.labs64.netlicensing</groupId>
98
<artifactId>netlicensing-client-parent</artifactId>
10-
<version>2.3.0-SNAPSHOT</version>
9+
<version>2.3.0</version>
1110
</parent>
1211

1312
<artifactId>netlicensing-client</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.labs64.netlicensing</groupId>
77
<artifactId>netlicensing-client-parent</artifactId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<packaging>pom</packaging>
1010
<name>Labs64 :: NetLicensing :: Client :: Parent</name>
1111
<url>http://www.labs64.com/netlicensing</url>
@@ -29,7 +29,7 @@
2929
<url>https://github.com/Labs64/NetLicensingClient-java</url>
3030
<connection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</connection>
3131
<developerConnection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>2.3.0</tag>
3333
</scm>
3434

3535
<issueManagement>

0 commit comments

Comments
 (0)