You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/01/08 18:05:38 UTC

svn commit: r1777898 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Sun Jan  8 18:05:38 2017
New Revision: 1777898

URL: http://svn.apache.org/viewvc?rev=1777898&view=rev
Log:
Update ws-parent to 3-SNAPSHOT.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1777898&r1=1777897&r2=1777898&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Jan  8 18:05:38 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.ws</groupId>
         <artifactId>ws-parent</artifactId>
-        <version>2</version>
+        <version>3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.ws.commons.axiom</groupId>
@@ -662,10 +662,6 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.5</version>
-                </plugin>
-                <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
                     <version>2.6</version>
                 </plugin>
@@ -1121,7 +1117,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.5</version>
                 <executions>
                     <execution>
                         <id>default-site</id>
@@ -1144,20 +1139,6 @@
                         </configuration>
                     </execution>
                 </executions>
-                <dependencies>
-                    <dependency>
-                        <!-- Needed because the Apache parent POM declares a dependency on version 1.6 -->
-                        <groupId>org.apache.maven.doxia</groupId>
-                        <artifactId>doxia-core</artifactId>
-                        <version>1.7</version>
-                        <exclusions>
-                            <exclusion>
-                                <artifactId>xercesImpl</artifactId>
-                                <groupId>xerces</groupId>
-                            </exclusion>
-                        </exclusions>
-                    </dependency>
-                </dependencies>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>