Skip to content

Commit c784e56

Browse files
committed
[maven-release-plugin] prepare release parent-1.0.0
1 parent c76c747 commit c784e56

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-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.0.0-SNAPSHOT</version>
10+
<version>1.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.0.0-SNAPSHOT</version>
6+
<version>1.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-1.0.0</tag>
4645
</scm>
4746

4847
<modules>

sample/pom.xml

Lines changed: 3 additions & 4 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>sample</artifactId>
54
<packaging>apk</packaging>
@@ -8,7 +7,7 @@
87
<parent>
98
<groupId>com.github.devnied.emvnfccard</groupId>
109
<artifactId>parent</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1211
</parent>
1312

1413
<dependencies>
@@ -21,7 +20,7 @@
2120
<dependency>
2221
<groupId>com.github.devnied.emvnfccard</groupId>
2322
<artifactId>library</artifactId>
24-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0</version>
2524
</dependency>
2625

2726
<dependency>

0 commit comments

Comments
 (0)