You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2013/05/10 04:18:20 UTC

svn commit: r1480875 - /incubator/npanday/trunk/site/pom.xml

Author: brett
Date: Fri May 10 04:18:20 2013
New Revision: 1480875

URL: http://svn.apache.org/r1480875
Log:
update to recent plugins

some of this will be pushed to the parent as we move over to svnpubsub.
Currently waiting for that to be set up, but have removed the unsupported
deployment location

Modified:
    incubator/npanday/trunk/site/pom.xml

Modified: incubator/npanday/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1480875&r1=1480874&r2=1480875&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Fri May 10 04:18:20 2013
@@ -38,7 +38,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.2</version>
         <executions>
           <execution>
             <id>site</id>
@@ -52,7 +51,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-3</version>
+        <version>2.2.1</version>
         <configuration>
           <descriptor>src/site/assembly/docs.xml</descriptor>
         </configuration>
@@ -109,7 +108,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.7-SNAPSHOT</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -165,10 +164,4 @@ under the License.
       </distributionManagement>
     </profile>
   </profiles>
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/incubator.apache.org/npanday/docs/${project.version}</url>
-    </site>
-  </distributionManagement>
 </project>