You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/05 13:42:19 UTC

svn commit: r1479300 - /archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Author: olamy
Date: Sun May  5 11:42:18 2013
New Revision: 1479300

URL: http://svn.apache.org/r1479300
Log:
fix comment

Modified:
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1479300&r1=1479299&r2=1479300&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Sun May  5 11:42:18 2013
@@ -209,6 +209,13 @@
             <goals>clean deploy</goals>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <configuration>
+            <checkinComment>Apache Redback ${project.name}</checkinComment>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>