Skip to content

Commit 2fe80dc

Browse files
Update SCM info (SVN --> Git) and add a Git dependency for the Maven Relase plugin to be able to create tags when releasing
1 parent ad02c65 commit 2fe80dc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
<url>https://bugster.forgerock.org</url>
5151
</issueManagement>
5252
<scm>
53-
<connection>scm:svn:https://svn.forgerock.org/commons/forgerock-parent/trunk</connection>
54-
<developerConnection>scm:svn:https://svn.forgerock.org/commons/forgerock-parent/trunk</developerConnection>
55-
<url>http://sources.forgerock.org/browse/commons/forgerock-parent/trunk</url>
53+
<connection>scm:git:ssh://git@stash.forgerock.org:7999/commons/forgerock-parent.git</connection>
54+
<developerConnection>scm:git:ssh://git@stash.forgerock.org:7999/commons/forgerock-parent.git</developerConnection>
55+
<url>http://stash.forgerock.org/projects/COMMONS/repos/forgerock-parent/browse</url>
5656
</scm>
5757
<distributionManagement>
5858
<snapshotRepository>
@@ -390,6 +390,13 @@
390390
<artifactId>maven-release-plugin</artifactId>
391391
<version>${mavenReleasePluginVersion}</version>
392392
<inherited>true</inherited>
393+
<dependencies>
394+
<dependency>
395+
<groupId>org.apache.maven.scm</groupId>
396+
<artifactId>maven-scm-provider-gitexe</artifactId>
397+
<version>1.8.1</version>
398+
</dependency>
399+
</dependencies>
393400
<configuration>
394401
<autoVersionSubmodules>true</autoVersionSubmodules>
395402
<mavenExecutorId>forked-path</mavenExecutorId>

0 commit comments

Comments
 (0)