Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devnied committed May 24, 2014
1 parent 90224c2 commit 3bc5e69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 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>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
<name>EMV Paycard Enrollment</name>

<parent>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:devnied/EMV-NFC-Paycard-Enrollment.git</connection>
<developerConnection>scm:git:[email protected]:devnied/EMV-NFC-Paycard-Enrollment.git</developerConnection>
<url>scm:git:[email protected]:devnied/EMV-NFC-Paycard-Enrollment.git</url>
<tag>HEAD</tag>
<tag>parent-1.1.0</tag>
</scm>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions sample/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>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<dependencies>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.github.devnied.emvnfccard</groupId>
<artifactId>library</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3bc5e69

Please sign in to comment.