File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
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" 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"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <artifactId >library</artifactId >
45 <packaging >jar</packaging >
78 <parent >
89 <groupId >com.github.devnied.emvnfccard</groupId >
910 <artifactId >parent</artifactId >
10- <version >1.0.0</version >
11+ <version >1.0.0-SNAPSHOT </version >
1112 </parent >
1213
1314 <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" 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"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <groupId >com.github.devnied.emvnfccard</groupId >
45 <artifactId >parent</artifactId >
56 <packaging >pom</packaging >
6- <version >1.0.0</version >
7+ <version >1.0.0-SNAPSHOT </version >
78 <name >EMV Paycard Enrollment</name >
89
910 <parent >
4142 <connection >scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</connection >
4243 <developerConnection >scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</developerConnection >
4344 <url >scm:git:git@github.com:devnied/EMV-NFC-Paycard-Enrollment.git</url >
44- <tag >parent-1.0.0 </tag >
45+ <tag >HEAD </tag >
4546 </scm >
4647
4748 <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" 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"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <artifactId >sample</artifactId >
45 <packaging >apk</packaging >
78 <parent >
89 <groupId >com.github.devnied.emvnfccard</groupId >
910 <artifactId >parent</artifactId >
10- <version >1.0.0</version >
11+ <version >1.0.0-SNAPSHOT </version >
1112 </parent >
1213
1314 <dependencies >
2021 <dependency >
2122 <groupId >com.github.devnied.emvnfccard</groupId >
2223 <artifactId >library</artifactId >
23- <version >1.0.0</version >
24+ <version >1.0.0-SNAPSHOT </version >
2425 </dependency >
2526
2627 <dependency >
You can’t perform that action at this time.
0 commit comments