File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 44 <artifactId >itf-chartizate-api</artifactId >
55 <packaging >jar</packaging >
66 <parent >
7- <groupId >jesperancinha</groupId >
7+ <groupId >org. jesperancinha.itf </groupId >
88 <artifactId >itf-chartizate</artifactId >
99 <!-- suppress MavenPropertyInParent -->
10- <version >2 .0.1 </version >
10+ <version >3 .0.0 </version >
1111 </parent >
1212 <scm >
1313 <connection >scm:git:https://github.com/jesperancinha/itf-chartizate-api.git</connection >
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
23 <modelVersion >4.0.0</modelVersion >
34 <artifactId >itf-chartizate-java</artifactId >
45 <packaging >jar</packaging >
56 <parent >
6- <groupId >jesperancinha</groupId >
7+ <groupId >org. jesperancinha.itf </groupId >
78 <artifactId >itf-chartizate</artifactId >
89 <!-- suppress MavenPropertyInParent -->
9- <version >2 .0.1 </version >
10+ <version >3 .0.0 </version >
1011 </parent >
1112 <scm >
1213 <connection >scm:git:https://github.com/jesperancinha/itf-chartizate-java.git</connection >
144145 <artifactId >jansi</artifactId >
145146 </dependency >
146147 <dependency >
147- <groupId >jesperancinha</groupId >
148+ <groupId >org. jesperancinha.itf </groupId >
148149 <artifactId >itf-chartizate-api</artifactId >
149150 </dependency >
150151 <dependency >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >jesperancinha</groupId >
4+ <groupId >org. jesperancinha.itf </groupId >
55 <artifactId >itf-chartizate</artifactId >
6- <version >2 .0.1 </version >
6+ <version >3 .0.0 </version >
77 <scm >
88 <connection >scm:git:https://github.com/jesperancinha/itf-chartizate.git</connection >
99 <developerConnection >scm:git:git@github.com:jesperancinha/itf-chartizate.git</developerConnection >
1818 </repository >
1919 </distributionManagement >
2020 <properties >
21- <revision >2 .0.1 </revision >
21+ <revision >3 .0.0 </revision >
2222 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
2323 <maven-compiler-plugin .source>11</maven-compiler-plugin .source>
2424 <maven-compiler-plugin .target>11</maven-compiler-plugin .target>
5959 <dependencyManagement >
6060 <dependencies >
6161 <dependency >
62- <groupId >jesperancinha</groupId >
62+ <groupId >org. jesperancinha.itf </groupId >
6363 <artifactId >itf-chartizate-api</artifactId >
6464 <version >${revision} </version >
6565 </dependency >
You can’t perform that action at this time.
0 commit comments