Skip to content

Commit

Permalink
Add scm to maven-release-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Sep 17, 2024
1 parent d7f289f commit 10944bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
- name: Replace SSH with HTTPS
run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git

- name: Grant execute permission for Maven Wrapper
run: chmod +x ./mvnw

Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
<configuration>
<pushChanges>true</pushChanges>
<autoVersionSubmodules>true</autoVersionSubmodules>
<scm>
<connection>scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</connection>
<developerConnection>scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</developerConnection>
</scm>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 10944bb

Please sign in to comment.