-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update references to new repo location Signed-off-by: Lukas Jungmann <[email protected]>
- Loading branch information
Showing
4 changed files
with
41 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- | ||
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved. | ||
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved. | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Distribution License v. 1.0, which is available at | ||
|
@@ -17,7 +17,7 @@ | |
<parent> | ||
<groupId>org.eclipse.ee4j</groupId> | ||
<artifactId>project</artifactId> | ||
<version>1.0.7</version> | ||
<version>1.0.8</version> | ||
<relativePath/> | ||
</parent> | ||
|
||
|
@@ -27,12 +27,12 @@ | |
<packaging>jar</packaging> | ||
<name>Jakarta XML Web Services API</name> | ||
<description>Jakarta XML Web Services API</description> | ||
<url>https://github.com/eclipse-ee4j/jax-ws-api</url> | ||
<url>https://github.com/jakartaee/jax-ws-api</url> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api</connection> | ||
<developerConnection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api</developerConnection> | ||
<url>https://github.com/eclipse-ee4j/jax-ws-api</url> | ||
<connection>scm:git:git://github.com/jakartaee/jax-ws-api</connection> | ||
<developerConnection>scm:git:git://github.com/jakartaee/jax-ws-api</developerConnection> | ||
<url>https://github.com/jakartaee/jax-ws-api</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
@@ -66,7 +66,7 @@ | |
|
||
<issueManagement> | ||
<system>github</system> | ||
<url>https://github.com/eclipse-ee4j/jax-ws-api/issues</url> | ||
<url>https://github.com/jakartaee/jax-ws-api/issues</url> | ||
</issueManagement> | ||
|
||
<mailingLists> | ||
|
@@ -101,7 +101,7 @@ | |
<spotbugs.exclude>${project.basedir}/../etc/spotbugs-exclude.xml</spotbugs.exclude> | ||
<spotbugs.skip>false</spotbugs.skip> | ||
<spotbugs.threshold>Low</spotbugs.threshold> | ||
<spotbugs.version>4.5.3.0</spotbugs.version> | ||
<spotbugs.version>4.7.3.6</spotbugs.version> | ||
<bld.failOnWarning>true</bld.failOnWarning> | ||
|
||
<release.spec.feedback>[email protected]</release.spec.feedback> | ||
|
@@ -125,7 +125,7 @@ | |
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>buildnumber-maven-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.2.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
|
@@ -144,22 +144,22 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.10.0</version> | ||
<version>3.11.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>3.2.2</version> | ||
<version>3.3.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.3.2</version> | ||
<version>3.6.0</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.felix</groupId> | ||
<artifactId>maven-bundle-plugin</artifactId> | ||
<version>5.1.4</version> | ||
<version>5.1.9</version> | ||
<configuration> | ||
<instructions> | ||
<_noextraheaders>true</_noextraheaders> | ||
|
@@ -169,7 +169,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.4.1</version> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.glassfish.copyright</groupId> | ||
|
@@ -184,7 +184,7 @@ | |
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>build-helper-maven-plugin</artifactId> | ||
<version>3.3.0</version> | ||
<version>3.4.0</version> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,15 @@ | |
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:eclipse-ee4j/jakarta-enterprise-web-services.git</connection> | ||
<developerConnection>scm:git:[email protected]:eclipse-ee4j/jakarta-enterprise-web-services.git</developerConnection> | ||
<url>https://github.com/eclipse-ee4j/jakarta-enterprise-web-services</url> | ||
<connection>scm:git:[email protected]:jakartaee/jakarta-enterprise-web-services.git</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jakarta-enterprise-web-services.git</developerConnection> | ||
<url>https://github.com/jakartaee/jakarta-enterprise-web-services</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
<site> | ||
<url>scm:git:[email protected]:eclipse-ee4j/jakarta-enterprise-web-services.git</url> | ||
<url>scm:git:[email protected]:jakartaee/jakarta-enterprise-web-services.git</url> | ||
</site> | ||
</distributionManagement> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved. | ||
Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved. | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License v. 2.0, which is available at | ||
|
@@ -21,7 +21,7 @@ | |
<parent> | ||
<groupId>org.eclipse.ee4j</groupId> | ||
<artifactId>project</artifactId> | ||
<version>1.0.6</version> | ||
<version>1.0.8</version> | ||
<relativePath/> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
@@ -34,24 +34,24 @@ | |
<properties> | ||
<site.output.dir>${project.build.directory}/staging</site.output.dir> | ||
<maven.site.skip>true</maven.site.skip> | ||
<asciidoctor.maven.plugin.version>2.0.0</asciidoctor.maven.plugin.version> | ||
<asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version> | ||
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version> | ||
<asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version> | ||
<!-- status: DRAFT, BETA, etc., or blank for final --> | ||
<status>DRAFT</status> | ||
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format> | ||
<revisiondate>${maven.build.timestamp}</revisiondate> | ||
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:eclipse-ee4j/jax-ws-api.git</developerConnection> | ||
<url>https://github.com/eclipse-ee4j/jax-ws-api.git</url> | ||
<connection>scm:git:git://github.com/jakartaee/jax-ws-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jax-ws-api.git</developerConnection> | ||
<url>https://github.com/jakartaee/jax-ws-api.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
<site> | ||
<url>scm:git:[email protected]:eclipse-ee4j/jax-ws-api.git</url> | ||
<url>scm:git:[email protected]:jakartaee/jax-ws-api.git</url> | ||
</site> | ||
</distributionManagement> | ||
|
||
|
@@ -61,7 +61,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
<version>3.0.0-M3</version> | ||
<version>3.4.1</version> | ||
<executions> | ||
<execution> | ||
<id>enforce-versions</id> | ||
|
@@ -71,8 +71,8 @@ | |
<configuration> | ||
<rules> | ||
<requireJavaVersion> | ||
<version>(,1.9),[11,)</version> | ||
<message>You need JDK8 or JDK 11 and newer</message> | ||
<version>[11,)</version> | ||
<message>You need JDK 11 or newer</message> | ||
</requireJavaVersion> | ||
</rules> | ||
</configuration> | ||
|
@@ -144,31 +144,12 @@ | |
</executions> | ||
<configuration> | ||
<sourceDocumentName>enterprise-ws-spec.adoc</sourceDocumentName> | ||
<sourceHighlighter>coderay</sourceHighlighter> | ||
<attributes> | ||
<revnumber>${project.version}</revnumber> | ||
<revremark>${status}</revremark> | ||
<revdate>${revisiondate}</revdate> | ||
</attributes> | ||
</configuration> | ||
|
||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-release-plugin</artifactId> | ||
<version>2.5.2</version> | ||
<configuration> | ||
<mavenExecutorId>forked-path</mavenExecutorId> | ||
<useReleaseProfile>false</useReleaseProfile> | ||
<arguments>${release.arguments}</arguments> | ||
</configuration> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.maven.scm</groupId> | ||
<artifactId>maven-scm-provider-gitexe</artifactId> | ||
<version>1.9.4</version> | ||
</dependency> | ||
</dependencies> | ||
</plugin> | ||
|
||
<!-- | ||
|
@@ -177,7 +158,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-assembly-plugin</artifactId> | ||
<version>3.3.0</version> | ||
<version>3.6.0</version> | ||
<inherited>false</inherited> | ||
<executions> | ||
<execution> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved. | ||
Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved. | ||
This program and the accompanying materials are made available under the | ||
terms of the Eclipse Public License v. 2.0, which is available at | ||
|
@@ -21,7 +21,7 @@ | |
<parent> | ||
<groupId>org.eclipse.ee4j</groupId> | ||
<artifactId>project</artifactId> | ||
<version>1.0.7</version> | ||
<version>1.0.8</version> | ||
<relativePath/> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
@@ -34,8 +34,8 @@ | |
<properties> | ||
<site.output.dir>${project.build.directory}/staging</site.output.dir> | ||
<maven.site.skip>true</maven.site.skip> | ||
<asciidoctor.maven.plugin.version>2.2.2</asciidoctor.maven.plugin.version> | ||
<asciidoctorj.pdf.version>1.6.2</asciidoctorj.pdf.version> | ||
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version> | ||
<asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version> | ||
<spec.name>jakarta-${project.artifactId}-${project.version}</spec.name> | ||
<!-- status: DRAFT, BETA, etc., or blank for final --> | ||
<status>DRAFT</status> | ||
|
@@ -44,15 +44,15 @@ | |
</properties> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:eclipse-ee4j/jax-ws-api.git</developerConnection> | ||
<url>https://github.com/eclipse-ee4j/jax-ws-api.git</url> | ||
<connection>scm:git:git://github.com/jakartaee/jax-ws-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:jakartaee/jax-ws-api.git</developerConnection> | ||
<url>https://github.com/jakartaee/jax-ws-api.git</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
<site> | ||
<url>scm:git:[email protected]:eclipse-ee4j/jax-ws-api.git</url> | ||
<url>scm:git:[email protected]:jakartaee/jax-ws-api.git</url> | ||
</site> | ||
</distributionManagement> | ||
|
||
|
@@ -62,7 +62,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.4.1</version> | ||
<executions> | ||
<execution> | ||
<id>enforce-versions</id> | ||
|
@@ -145,7 +145,6 @@ | |
</executions> | ||
<configuration> | ||
<sourceDocumentName>${project.artifactId}.adoc</sourceDocumentName> | ||
<sourceHighlighter>coderay</sourceHighlighter> | ||
<attributes> | ||
<revnumber>${project.version}</revnumber> | ||
<revremark>${status}</revremark> | ||
|
@@ -161,7 +160,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-assembly-plugin</artifactId> | ||
<version>3.3.0</version> | ||
<version>3.6.0</version> | ||
<inherited>false</inherited> | ||
<executions> | ||
<execution> | ||
|