Skip to content

Commit 305af51

Browse files
authored
Change the scm url (#4061)
* Change the scm url The URL is broken, so I fixed it. It will hopefully allow the link to be clickable from here mavencentral, and allow renovate to generate diffs * Added changelog entry (cherry picked from commit 152b741)
1 parent 6bda75d commit 305af51

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "Maven config",
4+
"contributor": "jensim",
5+
"description": "Fix the scm.url in the maven project"
6+
}

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
</modules>
8888
<scm>
8989
<url>${scm.github.url}</url>
90+
<connection>${scm.github.connection}</connection>
9091
</scm>
9192
<properties>
9293
<awsjavasdk.version>${project.version}</awsjavasdk.version>
@@ -173,7 +174,8 @@
173174
<skip.unit.tests>${skipTests}</skip.unit.tests>
174175
<integTestSourceDirectory>${project.basedir}/src/it/java</integTestSourceDirectory>
175176
<javadoc.resourcesDir>${session.executionRootDirectory}</javadoc.resourcesDir>
176-
<scm.github.url>https://github.com/aws/aws-sdk-java-v2.git</scm.github.url>
177+
<scm.github.url>https://github.com/aws/aws-sdk-java-v2</scm.github.url>
178+
<scm.github.connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</scm.github.connection>
177179
</properties>
178180

179181
<dependencyManagement>
@@ -693,9 +695,6 @@
693695

694696
<profile>
695697
<id>publishing</id>
696-
<properties>
697-
<scm.github.url>https://github.com/aws/aws-sdk-java-v2/tree/release</scm.github.url>
698-
</properties>
699698
<build>
700699
<plugins>
701700
<plugin>

0 commit comments

Comments
 (0)