Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
devnied committed Apr 22, 2020
1 parent 7ddae1d commit 1f32ada
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<name>EMV Paycard - Parent</name>

<parent>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</connection>
<developerConnection>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</developerConnection>
<url>scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</url>
<tag>parent-3.0.1</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sample-pcsc/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<version>3.0.1</version>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 1f32ada

Please sign in to comment.