Skip to content

Commit 731f17d

Browse files
committed
releng: cleanup scm section
1 parent 9420458 commit 731f17d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@
5050
</license>
5151
</licenses>
5252

53-
<scm>
53+
<!-- using adjusted inheritance rules: https://issues.apache.org/jira/browse/MNG-6059 -->
54+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
5455
<connection>scm:git:ssh://git@github.com/Netcentric/accesscontroltool.git</connection>
5556
<developerConnection>scm:git:ssh://git@github.com/Netcentric/accesscontroltool.git</developerConnection>
56-
<url>https://github.com/Netcentric/accesscontroltool.git</url>
57-
<tag>3.5.0</tag>
57+
<url>https://github.com/Netcentric/accesscontroltool/tree/${project.scm.tag}</url>
58+
<tag>master</tag>
5859
</scm>
5960

6061
<distributionManagement>

0 commit comments

Comments
 (0)