Skip to content

Commit 8d1971a

Browse files
committed
Maven conventions for version 3
1 parent 1f7b8d3 commit 8d1971a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

itf-chartizate-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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>

itf-chartizate-java/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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>
@@ -144,7 +145,7 @@
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>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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>
@@ -18,7 +18,7 @@
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>
@@ -59,7 +59,7 @@
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>

0 commit comments

Comments
 (0)