File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-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.0.0-SNAPSHOT </version >
10+ <version >1.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.0.0-SNAPSHOT </version >
6+ <version >1.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-1.0.0 </tag >
4645 </scm >
4746
4847 <modules >
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 >sample</artifactId >
54 <packaging >apk</packaging >
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 >
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 >
You can’t perform that action at this time.
0 commit comments