You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/03/07 17:11:37 UTC

svn commit: r1078827 - /maven/plugins/trunk/maven-site-plugin/src/it/site-stage-deploy/pom/pom.xml

Author: ltheussl
Date: Mon Mar  7 16:11:37 2011
New Revision: 1078827

URL: http://svn.apache.org/viewvc?rev=1078827&view=rev
Log:
make sure to test the right version

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/site-stage-deploy/pom/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-stage-deploy/pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-stage-deploy/pom/pom.xml?rev=1078827&r1=1078826&r2=1078827&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-stage-deploy/pom/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-stage-deploy/pom/pom.xml Mon Mar  7 16:11:37 2011
@@ -18,4 +18,15 @@
     </site>
   </distributionManagement>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>@project.version@</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
 </project>