Skip to content

Commit 52adb00

Browse files
committed
[ITB-1842] Migrate Maven artifact publishing to Maven Central from Legacy OSSRH
1 parent 4f39436 commit 52adb00

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

gitb-types-jakarta/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>1.26.0</version>
1010
</parent>
1111
<artifactId>gitb-types-jakarta</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213
<description>Type definitions for GITB types and services. This library includes classes annotated using Jakarta APIs (JAXB, JAX-WS) for use in Jakarta EE projects.</description>
1314

1415
<properties>

gitb-types-javax/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>1.26.0</version>
1010
</parent>
1111
<artifactId>gitb-types</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213
<description>Type definitions for GITB types and services. This library includes classes annotated using javax APIs (JAXB, JAX-WS) for use in Java EE (pre-Jakarta) projects.</description>
1314

1415
<properties>

gitb-types-specs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<version>1.26.0</version>
1010
</parent>
1111
<artifactId>gitb-types-specs</artifactId>
12+
<name>${project.groupId}:${project.artifactId}</name>
1213
<description>Specifications (WSDLs and XSDs) for GITB types and services.</description>
1314
</project>

0 commit comments

Comments
 (0)