Skip to content

Commit da12b66

Browse files
committed
[maven-release-plugin] prepare release parent-2.0.0
1 parent dc61d49 commit da12b66

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

library/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<artifactId>library</artifactId>
54
<packaging>jar</packaging>
@@ -8,7 +7,7 @@
87
<parent>
98
<groupId>com.github.devnied.emvnfccard</groupId>
109
<artifactId>parent</artifactId>
11-
<version>1.1.1-SNAPSHOT</version>
10+
<version>2.0.0</version>
1211
</parent>
1312

1413
<dependencies>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.github.devnied.emvnfccard</groupId>
54
<artifactId>parent</artifactId>
65
<packaging>pom</packaging>
7-
<version>1.1.1-SNAPSHOT</version>
6+
<version>2.0.0</version>
87
<name>EMV Paycard Enrollment</name>
98

109
<parent>
@@ -42,7 +41,7 @@
4241
<connection>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</connection>
4342
<developerConnection>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</developerConnection>
4443
<url>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</url>
45-
<tag>HEAD</tag>
44+
<tag>parent-2.0.0</tag>
4645
</scm>
4746

4847
<modules>

sample-pcsc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>com.github.devnied.emvnfccard</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.1.1-SNAPSHOT</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<dependencies>
1414

1515
<dependency>
1616
<groupId>com.github.devnied.emvnfccard</groupId>
1717
<artifactId>library</artifactId>
18-
<version>1.1.1-SNAPSHOT</version>
18+
<version>2.0.0</version>
1919
</dependency>
2020

2121
</dependencies>

sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.devnied.emvnfccard</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.1.1-SNAPSHOT</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<dependencies>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.github.devnied.emvnfccard</groupId>
2828
<artifactId>library</artifactId>
29-
<version>1.1.1-SNAPSHOT</version>
29+
<version>2.0.0</version>
3030
</dependency>
3131

3232
<dependency>

0 commit comments

Comments
 (0)