Skip to content

Commit f636879

Browse files
committed
[maven-release-plugin] prepare release parent-3.1.0
1 parent c1a9bb3 commit f636879

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.0.2-SNAPSHOT</version>
10+
<version>3.1.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.github.devnied.emvnfccard</groupId>
44
<artifactId>parent</artifactId>
55
<packaging>pom</packaging>
6-
<version>3.0.2-SNAPSHOT</version>
6+
<version>3.1.0</version>
77
<name>EMV Paycard - Parent</name>
88

99
<parent>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</connection>
4545
<developerConnection>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</developerConnection>
4646
<url>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</url>
47-
<tag>HEAD</tag>
47+
<tag>parent-3.1.0</tag>
4848
</scm>
4949

5050
<modules>

sample-pcsc/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.0.2-SNAPSHOT</version>
10+
<version>3.1.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)