Migrate to the new parent POM for the new Maven Central release configuration. Minor updates to the POM for the email addresses and remove the old SNAPSHOT repo.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
diff --git a/pom.xml b/pom.xml
index bffcdff..aa7e65c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,26 +15,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.ee4j</groupId>
+ <artifactId>project</artifactId>
+ <version>2.0.0-M1</version>
+ <relativePath/>
+ </parent>
+
<groupId>jakarta.ws.rs</groupId>
<artifactId>all</artifactId>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta RESTful WS Project</name>
- <parent>
- <groupId>org.eclipse.ee4j</groupId>
- <artifactId>project</artifactId>
- <version>1.0.9</version>
- <relativePath/>
- </parent>
-
- <distributionManagement>
- <snapshotRepository>
- <id>repo.eclipse.org</id>
- <name>JAX-RS API Repository - Snapshots</name>
- <url>https://repo.eclipse.org/content/repositories/jax-rs-api-snapshots/</url>
- </snapshotRepository>
- </distributionManagement><url>https://github.com/jakartaee/rest</url>
+ <url>https://github.com/jakartaee/rest</url>
<organization>
<name>Eclipse Foundation</name>
@@ -44,8 +38,8 @@
<developers>
<developer>
<id>developers</id>
- <name>JAX-RS API Developers</name>
- <email>jaxrs-dev@eclipse.org</email>
+ <name>Jakarta REST API Developers</name>
+ <email>rest-dev@eclipse.org</email>
<url>https://github.com/jakartaee/rest/graphs/contributors</url>
</developer>
</developers>
@@ -57,8 +51,8 @@
<mailingLists>
<mailingList>
- <name>JAX-RS Developer Discussions</name>
- <archive>jaxrs-dev@eclipse.org</archive>
+ <name>Jakarta REST Developer Discussions</name>
+ <archive>rest-dev@eclipse.org</archive>
</mailingList>
</mailingLists>