Skip to content

Commit

Permalink
Update references to GitHub repo which has been moved
Browse files Browse the repository at this point in the history
Eclipse moved the transformer repo to a new GitHub organization. See
https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5325

Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
  • Loading branch information
bjhargrave committed Dec 9, 2024
1 parent 1591650 commit 7a44abd
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
include:
- os: 'ubuntu-latest'
java: '17'
canonical: ${{ (github.repository == 'eclipse/transformer') && ((github.ref == 'refs/heads/main') || (github.ref == 'refs/heads/release')) && (github.event_name != 'pull_request') }}
canonical: ${{ (github.repository_owner == 'eclipse-transformer') && ((github.ref == 'refs/heads/main') || (github.ref == 'refs/heads/release')) && (github.event_name != 'pull_request') }}
- os: 'ubuntu-latest'
java: '17'
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
Given the limited bandwidth of the team, it will be automatically closed if no further
activity occurs.
If you feel this is something you could contribute, please have a look
at our [Contributor Guide](https://github.com/eclipse/transformer/blob/main/CONTRIBUTING.md).
at our [Contributor Guide](https://github.com/eclipse-transformer/transformer/blob/main/CONTRIBUTING.md).
Thank you for your contribution.
close-issue-message: >
This issue has been automatically closed due to inactivity. If you can reproduce this or
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ feels wrong or incomplete.

## Reporting Issues

Issues can be reported in [the GitHub issue tracker](https://github.com/eclipse/transformer/issues).
Issues can be reported in [the GitHub issue tracker](https://github.com/eclipse-transformer/transformer/issues).
Please include the steps required to reproduce the problem if possible and applicable.
This information will help us review and fix your issue faster.

Expand All @@ -18,22 +18,22 @@ You can use your system `mvn` but we require a recent version.

- `./mvnw clean install` - Assembles and tests the project

We use [GitHub Actions](https://github.com/eclipse/transformer/actions?query=workflow%3A%22CI%20Build%22) and the repo includes a
We use [GitHub Actions](https://github.com/eclipse-transformer/transformer/actions?query=workflow%3A%22CI%20Build%22) and the repo includes a
`.github/workflows/cibuild.yml` file to build with GitHub Actions.

## Workflow

We use [git triangular workflow](https://github.blog/2015-07-29-git-2-5-including-multiple-worktrees-and-triangular-workflows/).
This means that no one, not even the maintainers, push contributions directly into the [main repo](https://github.com/eclipse/transformer). All contribution come in through pull requests.
So each contributor will need to [fork the main repo](https://github.com/eclipse/transformer/fork)
This means that no one, not even the maintainers, push contributions directly into the [main repo](https://github.com/eclipse-transformer/transformer). All contribution come in through pull requests.
So each contributor will need to [fork the main repo](https://github.com/eclipse-transformer/transformer/fork)
on GitHub. All contributions are made as commits to your fork. Then you submit a
pull request to have them considered for merging into the main repo.

### Setting up the triangular workflow

After forking the main repo on GitHub, you can clone the main repo to your system:

git clone https://github.com/eclipse/transformer.git
git clone https://github.com/eclipse-transformer/transformer.git

This will clone the main repo to a local repo on your disk and set up the `origin` remote in Git.
Next you will set up the second side of the triangle to your fork repo.
Expand Down Expand Up @@ -71,7 +71,7 @@ received feedback on what to improve.
### Create issues

Any significant improvement should be documented as [a GitHub
issue](https://github.com/eclipse/transformer/issues) before anybody
issue](https://github.com/eclipse-transformer/transformer/issues) before anybody
starts working on it.

### ... but check for existing issues first
Expand Down
2 changes: 1 addition & 1 deletion INFRA.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Eclipse Transformer is stored in a standard Git repository, hosted under the Eclipse Foundation GIT organization:

[https://github.com/eclipse/transformer]
[https://github.com/eclipse-transformer/transformer]

Build scripts and standard files are located at the root:

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ SPDX-License-Identifier: (EPL-2.0 OR Apache-2.0)

The project maintains the following source code repositories:

* https://github.com/eclipse/transformer.git
* https://github.com/eclipse-transformer/transformer.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We operate under the [Eclipse Code of Conduct](https://eclipse.org/org/documents

## Build Status

[![CI Build](https://github.com/eclipse/transformer/actions/workflows/cibuild.yml/badge.svg)](https://github.com/eclipse/transformer/actions/workflows/cibuild.yml)
[![CI Build](https://github.com/eclipse-transformer/transformer/actions/workflows/cibuild.yml/badge.svg)](https://github.com/eclipse-transformer/transformer/actions/workflows/cibuild.yml)

## Latest release

Expand Down
6 changes: 3 additions & 3 deletions bnd-plugins/org.eclipse.transformer.bnd.analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<name>${project.groupId}:${project.artifactId}</name>
<url>https://projects.eclipse.org/projects/technology.transformer</url>
<scm>
<url>https://github.com/eclipse/transformer</url>
<connection>scm:git:https://github.com/eclipse/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/transformer.git</developerConnection>
<url>https://github.com/eclipse-transformer/transformer</url>
<connection>scm:git:https://github.com/eclipse-transformer/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-transformer/transformer.git</developerConnection>
<tag>${revision}</tag>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions maven-plugins/transformer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<packaging>maven-plugin</packaging>
<url>https://projects.eclipse.org/projects/technology.transformer</url>
<scm>
<url>https://github.com/eclipse/transformer</url>
<connection>scm:git:https://github.com/eclipse/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/transformer.git</developerConnection>
<url>https://github.com/eclipse-transformer/transformer</url>
<connection>scm:git:https://github.com/eclipse-transformer/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-transformer/transformer.git</developerConnection>
<tag>${revision}</tag>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.transformer.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<name>${project.groupId}:${project.artifactId}</name>
<url>https://projects.eclipse.org/projects/technology.transformer</url>
<scm>
<url>https://github.com/eclipse/transformer</url>
<connection>scm:git:https://github.com/eclipse/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/transformer.git</developerConnection>
<url>https://github.com/eclipse-transformer/transformer</url>
<connection>scm:git:https://github.com/eclipse-transformer/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-transformer/transformer.git</developerConnection>
<tag>${revision}</tag>
</scm>

Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.transformer.jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<name>${project.groupId}:${project.artifactId}</name>
<url>https://projects.eclipse.org/projects/technology.transformer</url>
<scm>
<url>https://github.com/eclipse/transformer</url>
<connection>scm:git:https://github.com/eclipse/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/transformer.git</developerConnection>
<url>https://github.com/eclipse-transformer/transformer</url>
<connection>scm:git:https://github.com/eclipse-transformer/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-transformer/transformer.git</developerConnection>
<tag>${revision}</tag>
</scm>

Expand Down
8 changes: 4 additions & 4 deletions org.eclipse.transformer.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
</license>
</licenses>
<scm>
<url>https://github.com/eclipse/transformer</url>
<connection>scm:git:https://github.com/eclipse/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/transformer.git</developerConnection>
<url>https://github.com/eclipse-transformer/transformer</url>
<connection>scm:git:https://github.com/eclipse-transformer/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-transformer/transformer.git</developerConnection>
<tag>${revision}</tag>
</scm>
<developers>
Expand All @@ -73,7 +73,7 @@
</developers>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/eclipse/transformer/issues</url>
<url>https://github.com/eclipse-transformer/transformer/issues</url>
</issueManagement>
<mailingLists>
<mailingList>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<name>${project.groupId}:${project.artifactId}</name>
<url>https://projects.eclipse.org/projects/technology.transformer</url>
<scm>
<url>https://github.com/eclipse/transformer</url>
<connection>scm:git:https://github.com/eclipse/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/transformer.git</developerConnection>
<url>https://github.com/eclipse-transformer/transformer</url>
<connection>scm:git:https://github.com/eclipse-transformer/transformer.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-transformer/transformer.git</developerConnection>
<tag>${revision}</tag>
</scm>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public enum AppOption {
Settings.HAS_ARG_COUNT, 3, !Settings.IS_REQUIRED, Settings.NO_GROUP)),

// Issue #154: Enable processing of JARs within JARs. See:
// https://github.com/eclipse/transformer/issues/154
// https://github.com/eclipse-transformer/transformer/issues/154
//
// By default, archive nesting is restricted to JavaEE active locations.
// This may be relaxed to enable JAR and ZIP within JAR, ZIP within ZIP,
Expand Down

0 comments on commit 7a44abd

Please sign in to comment.