Skip to content

Commit 7a65714

Browse files
authored
fix wrong Source Control url in sonatype (#3872)
fix wrong Source Control url in sonatype
1 parent 8c767b9 commit 7a65714

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<module>test/ruleset-testing-core</module>
8787
</modules>
8888
<scm>
89-
<url>https://github.com/aws/aws-sdk-java-v2.git</url>
89+
<url>${scm.github.url}</url>
9090
</scm>
9191
<properties>
9292
<awsjavasdk.version>${project.version}</awsjavasdk.version>
@@ -173,6 +173,7 @@
173173
<skip.unit.tests>${skipTests}</skip.unit.tests>
174174
<integTestSourceDirectory>${project.basedir}/src/it/java</integTestSourceDirectory>
175175
<javadoc.resourcesDir>${session.executionRootDirectory}</javadoc.resourcesDir>
176+
<scm.github.url>https://github.com/aws/aws-sdk-java-v2.git</scm.github.url>
176177
</properties>
177178

178179
<dependencyManagement>
@@ -691,6 +692,9 @@
691692

692693
<profile>
693694
<id>publishing</id>
695+
<properties>
696+
<scm.github.url>https://github.com/aws/aws-sdk-java-v2/tree/release</scm.github.url>
697+
</properties>
694698
<build>
695699
<plugins>
696700
<plugin>

0 commit comments

Comments
 (0)