File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 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 >
87 <parent >
98 <groupId >com.github.devnied.emvnfccard</groupId >
109 <artifactId >parent</artifactId >
11- <version >1.1.1-SNAPSHOT </version >
10+ <version >2.0.0 </version >
1211 </parent >
1312
1413 <dependencies >
Original file line number Diff line number Diff line change 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.1.1-SNAPSHOT </version >
6+ <version >2.0.0 </version >
87 <name >EMV Paycard Enrollment</name >
98
109 <parent >
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-2.0.0 </tag >
4645 </scm >
4746
4847 <modules >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.devnied.emvnfccard</groupId >
99 <artifactId >parent</artifactId >
10- <version >1.1.1-SNAPSHOT </version >
10+ <version >2.0.0 </version >
1111 </parent >
1212
1313 <dependencies >
1414
1515 <dependency >
1616 <groupId >com.github.devnied.emvnfccard</groupId >
1717 <artifactId >library</artifactId >
18- <version >1.1.1-SNAPSHOT </version >
18+ <version >2.0.0 </version >
1919 </dependency >
2020
2121 </dependencies >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.devnied.emvnfccard</groupId >
99 <artifactId >parent</artifactId >
10- <version >1.1.1-SNAPSHOT </version >
10+ <version >2.0.0 </version >
1111 </parent >
1212
1313 <dependencies >
2626 <dependency >
2727 <groupId >com.github.devnied.emvnfccard</groupId >
2828 <artifactId >library</artifactId >
29- <version >1.1.1-SNAPSHOT </version >
29+ <version >2.0.0 </version >
3030 </dependency >
3131
3232 <dependency >
You can’t perform that action at this time.
0 commit comments