Author: struberg
Date: Thu Jul 27 15:26:30 2017
New Revision: 1803196
URL: http://svn.apache.org/viewvc?rev=1803196&view=rev
Log:
add a scm section for the release
Modified:
geronimo/components/config/trunk/pom.xml
Modified: geronimo/components/config/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/pom.xml?rev=1803196&r1=1803195&r2=1803196&view=diff
==============================================================================
--- geronimo/components/config/trunk/pom.xml (original)
+++ geronimo/components/config/trunk/pom.xml Thu Jul 27 15:26:30 2017
@@ -40,6 +40,13 @@
</license>
</licenses>
+ <scm>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</developerConnection>
+ <url>https://svn.apache.org/repos/asf/geronimo/components/config/trunk</url>
+ </scm>
+
+
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
|