Skip to content

Commit 3a97e6c

Browse files
committed
Upgrade Sonatype publish config
1 parent 76b3b5a commit 3a97e6c

File tree

23 files changed

+71
-9
lines changed

23 files changed

+71
-9
lines changed

annotations/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>annotations</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<!-- Make sure this has not a single dependency ! -->
1416
</project>

any-language/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>any-language</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<properties>
1416
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

code-cleaners/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>code-cleaners</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<properties>
1416
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

code-providers/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>code-providers</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<properties>
1416
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

config/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<version>2.23-SNAPSHOT</version>
88
</parent>
99
<artifactId>config</artifactId>
10+
<!-- `name` is required by Sonatype-->
11+
<name>${project.groupId}:${project.artifactId}</name>
1012

1113
<properties>
1214
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

git/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>git</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<properties>
1416
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

github/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<version>2.23-SNAPSHOT</version>
88
</parent>
99
<artifactId>github</artifactId>
10+
<!-- `name` is required by Sonatype-->
11+
<name>${project.groupId}:${project.artifactId}</name>
12+
1013
<properties>
1114
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>
1215
<jacoco.instruction.ratio>0.01</jacoco.instruction.ratio>

gitlab/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>gitlab</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<properties>
1416
<jacoco.branch.ratio>0.00</jacoco.branch.ratio>

java-eclipse/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>java-eclipse</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<dependencyManagement>
1416
<dependencies>

java/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010

1111
<artifactId>java</artifactId>
12+
<!-- `name` is required by Sonatype-->
13+
<name>${project.groupId}:${project.artifactId}</name>
1214

1315
<dependencies>
1416
<dependency>

0 commit comments

Comments
 (0)