Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced GitHub URL from eclipse-ee4j to jakartaee namespace #1175

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<id>developers</id>
<name>JAX-RS API Developers</name>
<email>[email protected]</email>
<url>https://github.com/eclipse-ee4j/jaxrs-api/graphs/contributors</url>
<url>https://github.com/jakartaee/rest/graphs/contributors</url>
</developer>
</developers>

Expand Down
10 changes: 5 additions & 5 deletions jaxrs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<version>3.1.0</version>
</parent>

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

<organization>
<name>Eclipse Foundation</name>
Expand All @@ -43,13 +43,13 @@
<id>developers</id>
<name>JAX-RS API Developers</name>
<email>[email protected]</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 @@ -73,8 +73,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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 @@ -37,7 +37,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 @@ -38,7 +38,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: [email protected]
: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:[email protected]:eclipse-ee4j/jaxrs-api.git</url>
<url>scm:git:[email protected]: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>[email protected]</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
Loading