Skip to content

Commit fb7a919

Browse files
committed
[maven-release-plugin] prepare release 2.1.1
1 parent c486c04 commit fb7a919

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

NetLicensingClient-demo/pom.xml

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

64
<modelVersion>4.0.0</modelVersion>
75

86
<parent>
97
<groupId>com.labs64.netlicensing</groupId>
108
<artifactId>netlicensing-client-parent</artifactId>
11-
<version>2.2.0-SNAPSHOT</version>
9+
<version>2.1.1</version>
1210
</parent>
1311

1412
<artifactId>netlicensing-client-demo</artifactId>
@@ -33,8 +31,7 @@
3331
<configuration>
3432
<createDependencyReducedPom>false</createDependencyReducedPom>
3533
<transformers>
36-
<transformer
37-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
34+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
3835
<mainClass>com.labs64.netlicensing.demo.NetLicensingClientDemo</mainClass>
3936
</transformer>
4037
</transformers>

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.2.0-SNAPSHOT</version>
9+
<version>2.1.1</version>
1110
</parent>
1211

1312
<artifactId>netlicensing-client</artifactId>

pom.xml

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

64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>com.labs64.netlicensing</groupId>
97
<artifactId>netlicensing-client-parent</artifactId>
10-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.1.1</version>
119
<packaging>pom</packaging>
1210
<name>Labs64 :: NetLicensing :: Client :: Parent</name>
1311
<url>http://www.labs64.com/netlicensing</url>
@@ -31,7 +29,8 @@
3129
<url>https://github.com/Labs64/NetLicensingClient-java</url>
3230
<connection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</connection>
3331
<developerConnection>scm:git:git@github.com:Labs64/NetLicensingClient-java.git</developerConnection>
34-
</scm>
32+
<tag>2.1.1</tag>
33+
</scm>
3534

3635
<issueManagement>
3736
<system>GitHub Issues</system>

0 commit comments

Comments
 (0)