[MPLUGIN-327] switched to Git
parent
8d1ba27e95
commit
a7fc242de5
7
pom.xml
7
pom.xml
|
|
@ -74,9 +74,10 @@
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk</connection>
|
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk</developerConnection>
|
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</developerConnection>
|
||||||
<url>http://svn.apache.org/viewvc/maven/plugin-tools/trunk</url>
|
<url>https://github.com/apache/maven-plugin-tools/tree/${project.scm.tag}</url>
|
||||||
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>jira</system>
|
<system>jira</system>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue