Skip to content

Commit

Permalink
Replaced GitHub URL from eclipse-ee4j to jakartaee namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Aug 30, 2023
1 parent d388374 commit 1c25e3d
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ more.

The project maintains the following source code repositories

* https://github.com/eclipse-ee4j/jaxrs-api
* https://github.com/jakartaee/rest

## Eclipse Contributor Agreement

Expand Down
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0

The project maintains the following source code repositories:

* https://github.com/eclipse-ee4j/jaxrs-api
* https://github.com/jakartaee/rest

## Third-party Content

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class CacheControl {

/**
* @deprecated This field will be removed in a future version. See https://github.com/eclipse-ee4j/jaxrs-api/issues/607
* @deprecated This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607
*/
@Deprecated
private static final HeaderDelegate<CacheControl> HEADER_DELEGATE = RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class);
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-api/src/main/java/jakarta/ws/rs/core/Cookie.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Cookie {
*/
public static final int DEFAULT_VERSION = 1;
/**
* @deprecated This field will be removed in a future version. See https://github.com/eclipse-ee4j/jaxrs-api/issues/607
* @deprecated This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607
*/
@Deprecated
private static final HeaderDelegate<Cookie> HEADER_DELEGATE = RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class);
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-api/src/main/java/jakarta/ws/rs/core/EntityTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public class EntityTag {
/**
* @deprecated This field will be removed in a future version. See https://github.com/eclipse-ee4j/jaxrs-api/issues/607
* @deprecated This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607
*/
@Deprecated
private static final HeaderDelegate<EntityTag> HEADER_DELEGATE = RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class);
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-api/src/main/java/jakarta/ws/rs/core/NewCookie.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class NewCookie extends Cookie {
public static final int DEFAULT_MAX_AGE = -1;

/**
* @deprecated This field will be removed in a future version. See https://github.com/eclipse-ee4j/jaxrs-api/issues/607
* @deprecated This field will be removed in a future version. See https://github.com/jakartaee/rest/issues/607
*/
@Deprecated
private static final HeaderDelegate<NewCookie> DELEGATE = RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class);
Expand Down
6 changes: 3 additions & 3 deletions jaxrs-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
</properties>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/jaxrs-api</connection>
<url>https://github.com/eclipse-ee4j/jaxrs-api</url>
<connection>scm:git:https://github.com/jakartaee/rest</connection>
<url>https://github.com/jakartaee/rest</url>
<tag>HEAD</tag>
</scm>

<distributionManagement>
<site>
<url>scm:git:https://github.com/eclipse-ee4j/jaxrs-api</url>
<url>scm:git:https://github.com/jakartaee/rest</url>
</site>
</distributionManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This is the final release of version 3.1. The issue tracking system for
this release can be found at:

https://github.com/eclipse-ee4j/jaxrs-api/issues
https://github.com/jakartaee/rest/issues

The corresponding Javadocs can be found online at:

Expand Down
2 changes: 1 addition & 1 deletion jaxrs-spec/src/main/asciidoc/spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
////

= Jakarta RESTful Web Services
:authors: Contributors to Jakarta RESTful Web Services (https://github.com/eclipse-ee4j/jaxrs-api/graphs/contributors)
:authors: Contributors to Jakarta RESTful Web Services (https://github.com/jakartaee/rest/graphs/contributors)
:email: jaxrs-dev@eclipse.org
:version-label!:
:doctype: book
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-tck-docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<distributionManagement>
<site>
<url>scm:git:git@github.com:eclipse-ee4j/jaxrs-api.git</url>
<url>scm:git:git@github.com:jakartaee/rest.git</url>
</site>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion jaxrs-tck-docs/userguide/src/main/jbake/assets/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: [Oracle Technology Compatibility Kit User's Guide for Jakarta RESTf

# sidebar links url
links:
source: https://github.com/eclipse-ee4j/jaxrs-api
source: https://github.com/jakartaee/rest
download: https://jakarta.ee/specifications/restful-ws/3.1/
#mailinglist: https://javaee.groups.io/g/tck_jaxrs_v2_1
#javadocs:
Expand Down
8 changes: 4 additions & 4 deletions jaxrs-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
<id>developers</id>
<name>JAX-RS API Developers</name>
<email>jaxrs-dev@eclipse.org</email>
<url>https://github.com/eclipse-ee4j/jaxrs-api/graphs/contributors</url>
<url>https://github.com/jakartaee/rest/graphs/contributors</url>
</developer>
</developers>

<issueManagement>
<system>Github</system>
<url>https://github.com/eclipse-ee4j/jaxrs-api/issues</url>
<url>https://github.com/jakartaee/rest/issues</url>
</issueManagement>

<mailingLists>
Expand All @@ -81,8 +81,8 @@
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/jaxrs-api</connection>
<url>https://github.com/eclipse-ee4j/jaxrs-api</url>
<connection>scm:git:https://github.com/jakartaee/rest</connection>
<url>https://github.com/jakartaee/rest</url>
<tag>HEAD</tag>
</scm>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</snapshotRepository>
</distributionManagement>

<url>https://github.com/eclipse-ee4j/jaxrs-api</url>
<url>https://github.com/jakartaee/rest</url>

<organization>
<name>Eclipse Foundation</name>
Expand All @@ -47,13 +47,13 @@
<id>developers</id>
<name>JAX-RS API Developers</name>
<email>jaxrs-dev@eclipse.org</email>
<url>https://github.com/eclipse-ee4j/jaxrs-api/graphs/contributors</url>
<url>https://github.com/jakartaee/rest/graphs/contributors</url>
</developer>
</developers>

<issueManagement>
<system>Github</system>
<url>https://github.com/eclipse-ee4j/jaxrs-api/issues</url>
<url>https://github.com/jakartaee/rest/issues</url>
</issueManagement>

<mailingLists>
Expand All @@ -77,8 +77,8 @@
</licenses>

<scm>
<connection>scm:git:https://github.com/eclipse-ee4j/jaxrs-api</connection>
<url>https://github.com/eclipse-ee4j/jaxrs-api</url>
<connection>scm:git:https://github.com/jakartaee/rest</connection>
<url>https://github.com/jakartaee/rest</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 1c25e3d

Please sign in to comment.