You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/20 11:52:58 UTC

svn commit: r1424401 - /maven/shared/trunk/maven-shared-components/pom.xml

Author: olamy
Date: Thu Dec 20 10:52:58 2012
New Revision: 1424401

URL: http://svn.apache.org/viewvc?rev=1424401&view=rev
Log:
add version to prevent build warning

Modified:
    maven/shared/trunk/maven-shared-components/pom.xml

Modified: maven/shared/trunk/maven-shared-components/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?rev=1424401&r1=1424400&r2=1424401&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-components/pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/pom.xml Thu Dec 20 10:52:58 2012
@@ -132,6 +132,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
+        <version>1.0-beta-2</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
           <pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</pubScmUrl>