You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/12/16 14:54:41 UTC

svn commit: r1906039 - /commons/cms-site/trunk/pom.xml

Author: sebb
Date: Fri Dec 16 14:54:41 2022
New Revision: 1906039

URL: http://svn.apache.org/viewvc?rev=1906039&view=rev
Log:
+= scm details; version cannot be dynamic

Modified:
    commons/cms-site/trunk/pom.xml

Modified: commons/cms-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/pom.xml?rev=1906039&r1=1906038&r2=1906039&view=diff
==============================================================================
--- commons/cms-site/trunk/pom.xml (original)
+++ commons/cms-site/trunk/pom.xml Fri Dec 16 14:54:41 2022
@@ -27,8 +27,8 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-site</artifactId>
-  <version>$Revision$</version>
   <packaging>pom</packaging>
+  <version>unspecified</version>
   <name>Apache Commons</name>
   <url>https://commons.apache.org/</url>
 
@@ -59,6 +59,12 @@
   </pluginRepositories>
 
 
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/commons/cms-site/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/cms-site/trunk</developerConnection>
+    <url>https://svn.apache.org/repos/asf/commons/cms-site/trunk</url>
+  </scm>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>