Skip to content

Commit

Permalink
#49 CI: update scm links
Browse files Browse the repository at this point in the history
* CI: scm provider git->https

Signed-off-by: Evgeny Malygin <[email protected]>

* CI: pass GitHub token to maven

Signed-off-by: Evgeny Malygin <[email protected]>

---------

Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Oct 30, 2023
1 parent 19f3391 commit 86d6ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global user.name "Bloomberg Open Source"
- name: 'Publish snapshot to OSSRH'
run: mvn --batch-mode -Possrh -Darguments="-Dmaven.test.skip=true -Dspotbugs.skip=true -Dgpg.keyname=${{ secrets.GPG_KEY_ID }} -Dgpg.passphrase=${{ secrets.GPG_KEY_PASSPHRASE }}" release:prepare release:perform
run: mvn --batch-mode -Possrh -Darguments="-Dmaven.test.skip=true -Dspotbugs.skip=true -Dgpg.keyname=${{ secrets.GPG_KEY_ID }} -Dgpg.passphrase=${{ secrets.GPG_KEY_PASSPHRASE }} -Dusername=${{ secrets.GITHUB_TOKEN }}" release:prepare release:perform
env:
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ limitations under the License. -->
</modules>

<scm>
<connection>scm:git:git://[email protected]:bloomberg/blazingmq-sdk-java.git</connection>
<developerConnection>scm:git:git://[email protected]:bloomberg/blazingmq-sdk-java.git</developerConnection>
<connection>scm:git:https://[email protected]/bloomberg/blazingmq-sdk-java.git</connection>
<developerConnection>scm:git:https://[email protected]/bloomberg/blazingmq-sdk-java.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/bloomberg/blazingmq-sdk-java</url>
</scm>
Expand Down

0 comments on commit 86d6ad1

Please sign in to comment.