Skip to content

Commit

Permalink
update build plugins,
Browse files Browse the repository at this point in the history
update references to new repo location

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Oct 16, 2023
1 parent 0756262 commit 220fa74
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 61 deletions.
30 changes: 15 additions & 15 deletions api/pom.xml
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
Expand All @@ -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>

Expand All @@ -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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>jaxws-dev@eclipse.org</release.spec.feedback>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions enterprise-ws-spec/oracle-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
</properties>

<scm>
<connection>scm:git:git@github.com:eclipse-ee4j/jakarta-enterprise-web-services.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/jakarta-enterprise-web-services.git</developerConnection>
<url>https://github.com/eclipse-ee4j/jakarta-enterprise-web-services</url>
<connection>scm:git:git@github.com:jakartaee/jakarta-enterprise-web-services.git</connection>
<developerConnection>scm:git:git@github.com: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:git@github.com:eclipse-ee4j/jakarta-enterprise-web-services.git</url>
<url>scm:git:git@github.com:jakartaee/jakarta-enterprise-web-services.git</url>
</site>
</distributionManagement>

Expand Down
43 changes: 12 additions & 31 deletions enterprise-ws-spec/pom.xml
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
Expand All @@ -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>
Expand All @@ -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:git@github.com: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:git@github.com: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:git@github.com:eclipse-ee4j/jax-ws-api.git</url>
<url>scm:git:git@github.com:jakartaee/jax-ws-api.git</url>
</site>
</distributionManagement>

Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>

<!--
Expand All @@ -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>
Expand Down
21 changes: 10 additions & 11 deletions spec/pom.xml
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
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -44,15 +44,15 @@
</properties>

<scm>
<connection>scm:git:git://github.com/eclipse-ee4j/jax-ws-api.git</connection>
<developerConnection>scm:git:git@github.com: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:git@github.com: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:git@github.com:eclipse-ee4j/jax-ws-api.git</url>
<url>scm:git:git@github.com:jakartaee/jax-ws-api.git</url>
</site>
</distributionManagement>

Expand All @@ -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>
Expand Down Expand Up @@ -145,7 +145,6 @@
</executions>
<configuration>
<sourceDocumentName>${project.artifactId}.adoc</sourceDocumentName>
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<revnumber>${project.version}</revnumber>
<revremark>${status}</revremark>
Expand All @@ -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>
Expand Down

0 comments on commit 220fa74

Please sign in to comment.