X Tutup
The Wayback Machine - https://web.archive.org/web/20201129024515/https://github.com/OpenFeign/feign/pull/968
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

Migrating to Sonatype OSSRH from JCenter #968

Merged
merged 1 commit into from May 31, 2019
Merged

Migrating to Sonatype OSSRH from JCenter #968

merged 1 commit into from May 31, 2019

Conversation

@kdavisk6
Copy link
Member

@kdavisk6 kdavisk6 commented May 13, 2019

Fixes #967

This change replaces JCenter with Sonatype OSSRH for snapshot and
release management. To complete this change, we will need to add
additional information to Travis, specifically the GPG information
to sign the artifacts during a release.

It's my opinion that those values should be in Travis directly and
not here in this repository. I'm open to other suggestions and
feedback on this approach.

Additional changes include:

  • Updating BOM template to include SCM per OSSRH rules.
  • Removed Bintray and GitHub credentials, they are no longer needed.
@velo
velo approved these changes May 13, 2019
Copy link
Collaborator

@velo velo left a comment

I like it

pom.xml Outdated Show resolved Hide resolved
pom.xml Show resolved Hide resolved
@kdavisk6 kdavisk6 added this to the 10.3.0 milestone May 28, 2019
@kdavisk6 kdavisk6 force-pushed the ossrh-migration branch from 81fa946 to d319799 May 28, 2019
Fixes #697

This change replaces JCenter with Sonatype OSSRH for snapshot and
release management.  To complete this change, we will need to add
additional information to Travis, specifically the GPG information
to sign the artifacts during a release.

It's my opinion that those values should be in Travis directly and
not here in this repository.  I'm open to other suggestions and
feedback on this approach.

Additional changes include:

* Updating BOM template to include SCM per OSSRH rules.
* Removed Bintray and GitHub credentials, they are no longer needed.
* Adding GPG Signing Values
* Code Signing Paths
@kdavisk6 kdavisk6 force-pushed the ossrh-migration branch from 33f34f2 to a03f749 May 28, 2019
@kdavisk6 kdavisk6 merged commit 29df3e4 into master May 31, 2019
24 checks passed
24 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
security/snyk - benchmark/pom.xml (OpenFeign) No new issues
Details
security/snyk - core/pom.xml (OpenFeign) No new issues
Details
security/snyk - example-github/pom.xml (OpenFeign) No new issues
Details
security/snyk - example-wikipedia/pom.xml (OpenFeign) No new issues
Details
security/snyk - gson/pom.xml (OpenFeign) No new issues
Details
security/snyk - httpclient/pom.xml (OpenFeign) No new issues
Details
security/snyk - hystrix/pom.xml (OpenFeign) No new issues
Details
security/snyk - jackson-jaxb/pom.xml (OpenFeign) No new issues
Details
security/snyk - jackson/pom.xml (OpenFeign) No new issues
Details
security/snyk - java11/pom.xml (OpenFeign) No new issues
Details
security/snyk - java8/pom.xml (OpenFeign) No new issues
Details
security/snyk - jaxb/pom.xml (OpenFeign) No new issues
Details
security/snyk - jaxrs/pom.xml (OpenFeign) No new issues
Details
security/snyk - jaxrs2/pom.xml (OpenFeign) No new issues
Details
security/snyk - mock/pom.xml (OpenFeign) No new issues
Details
security/snyk - okhttp/pom.xml (OpenFeign) No new issues
Details
security/snyk - pom.xml (OpenFeign) No new issues
Details
security/snyk - reactive/pom.xml (OpenFeign) No new issues
Details
security/snyk - ribbon/pom.xml (OpenFeign) No new issues
Details
security/snyk - sax/pom.xml (OpenFeign) No new issues
Details
security/snyk - slf4j/pom.xml (OpenFeign) No new issues
Details
security/snyk - soap/pom.xml (OpenFeign) No new issues
Details
@kdavisk6 kdavisk6 deleted the ossrh-migration branch May 31, 2019
velo added a commit to velo/feign that referenced this pull request Jun 30, 2019
Fixes OpenFeign#697

This change replaces JCenter with Sonatype OSSRH for snapshot and
release management.  To complete this change, we will need to add
additional information to Travis, specifically the GPG information
to sign the artifacts during a release.

It's my opinion that those values should be in Travis directly and
not here in this repository.  I'm open to other suggestions and
feedback on this approach.

Additional changes include:

* Updating BOM template to include SCM per OSSRH rules.
* Removed Bintray and GitHub credentials, they are no longer needed.
* Adding GPG Signing Values
* Code Signing Paths
@kdavisk6 kdavisk6 modified the milestones: 10.3.0, 10.2.4 Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.
X Tutup