Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devnied committed Feb 19, 2019
1 parent 8dc2074 commit 91f2bba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0</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>HEAD</tag>
<tag>parent-3.0.0</tag>
</scm>

<modules>
Expand All @@ -53,6 +53,7 @@
</modules>

<properties>
<additionalparam>-Xdoclint:none</additionalparam>
<powermock.version>1.5.4</powermock.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion sample-pcsc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 91f2bba

Please sign in to comment.