Skip to content

Commit 30f9455

Browse files
committed
[maven-release-plugin] prepare release 2.2.0
1 parent bc000ea commit 30f9455

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

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.2.0-SNAPSHOT</version>
9+
<version>2.2.0</version>
1010
</parent>
1111

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

NetLicensingClient/pom.xml

Lines changed: 3 additions & 4 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.2.0-SNAPSHOT</version>
9+
<version>2.2.0</version>
1110
</parent>
1211

1312
<artifactId>netlicensing-client</artifactId>
@@ -140,7 +139,7 @@
140139
</goals>
141140
</pluginExecutionFilter>
142141
<action>
143-
<ignore></ignore>
142+
<ignore />
144143
</action>
145144
</pluginExecution>
146145
</pluginExecutions>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>com.labs64.netlicensing</groupId>
87
<artifactId>netlicensing-client-parent</artifactId>
9-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
109
<packaging>pom</packaging>
1110
<name>Labs64 :: NetLicensing :: Client :: Parent</name>
1211
<url>http://www.labs64.com/netlicensing</url>
@@ -30,7 +29,7 @@
3029
<url>https://github.com/Labs64/NetLicensingClient-java</url>
3130
<connection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</connection>
3231
<developerConnection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</developerConnection>
33-
<tag>HEAD</tag>
32+
<tag>2.2.0</tag>
3433
</scm>
3534

3635
<issueManagement>

0 commit comments

Comments
 (0)