Skip to content

Commit

Permalink
Update root scm, remove -D flags (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso authored Sep 17, 2024
1 parent 9c32ef1 commit d50fa91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@ jobs:
- name: Bump Version and Release (Maven Release Plugin)
run: |
echo "Releasing and bumping version..."
./mvnw release:prepare release:perform \
-Dscm.url=https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git \
-Dscm.developerConnection=scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git \
-Darguments=-DskipTests -B
./mvnw release:prepare release:perform -Darguments=-DskipTests -B
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
</licenses>

<scm>
<url>https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</url>
<connection>scm:git:https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</connection>
<developerConnection>scm:git:[email protected]:AppsFlyer/aws-sdk-java-opentelemetry-metrics.git
</developerConnection>
<url>https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics</url>
<developerConnection>scm:git:[email protected]:AppsFlyer/aws-sdk-java-opentelemetry-metrics.git</developerConnection>
</scm>

<properties>
Expand Down Expand Up @@ -119,11 +118,6 @@
<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>
<url>https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics</url>
</scm>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit d50fa91

Please sign in to comment.