|
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 | <groupId>eu.europa.ec.itb</groupId> |
8 | 8 | <artifactId>gitb-types-parent</artifactId> |
9 | | - <version>1.26.0-SNAPSHOT</version> |
| 9 | + <version>1.26.0</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 | <name>${project.groupId}:${project.artifactId}</name> |
12 | 12 | <description>Type definitions, WSDLs and XSDs for GITB types and services.</description> |
13 | | - <url>https://joinup.ec.europa.eu/solution/interoperability-test-bed/about</url> |
| 13 | + <url>https://interoperable-europe.ec.europa.eu/collection/interoperability-test-bed-repository/solution/interoperability-test-bed</url> |
14 | 14 |
|
15 | 15 | <licenses> |
16 | 16 | <license> |
17 | 17 | <name>European Union Public Licence (EUPL) Version 1.2</name> |
18 | | - <url>https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12</url> |
| 18 | + <url>https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12</url> |
19 | 19 | </license> |
20 | 20 | </licenses> |
21 | 21 |
|
|
43 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
44 | 44 | <specsRoot>${basedir}/../gitb-types-specs</specsRoot> |
45 | 45 | <java.release>8</java.release> |
| 46 | + <autoPublish>true</autoPublish> |
46 | 47 | <!-- API library versions --> |
47 | 48 | <jaxb.version>2.3.1</jaxb.version> |
48 | 49 | <jaxws.version>2.3.1</jaxws.version> |
|
53 | 54 | <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version> |
54 | 55 | <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
55 | 56 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version> |
56 | | - <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
| 57 | + <central-publishing-maven-plugin.version>0.7.0</central-publishing-maven-plugin.version> |
57 | 58 | <license-maven-plugin.version>2.5.0</license-maven-plugin.version> |
58 | 59 | </properties> |
59 | 60 |
|
|
194 | 195 | </executions> |
195 | 196 | </plugin> |
196 | 197 | <plugin> |
197 | | - <groupId>org.sonatype.plugins</groupId> |
198 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
199 | | - <version>${nexus-staging-maven-plugin.version}</version> |
| 198 | + <groupId>org.sonatype.central</groupId> |
| 199 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 200 | + <version>${central-publishing-maven-plugin.version}</version> |
200 | 201 | <extensions>true</extensions> |
201 | 202 | <configuration> |
202 | | - <serverId>ossrh</serverId> |
203 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
204 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 203 | + <publishingServerId>central</publishingServerId> |
| 204 | + <autoPublish>${autoPublish}</autoPublish> |
| 205 | + <waitUntil>published</waitUntil> |
205 | 206 | </configuration> |
206 | 207 | </plugin> |
207 | 208 | </plugins> |
|
0 commit comments