File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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>
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 >
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 >
You can’t perform that action at this time.
0 commit comments