Author: bimargulies
Date: Mon Feb 14 12:17:56 2011
New Revision: 1070463
URL: http://svn.apache.org/viewvc?rev=1070463&view=rev
Log:
Some POM repairs.
Modified:
webservices/xmlschema/trunk/pom.xml
webservices/xmlschema/trunk/w3c-testcases/pom.xml
Modified: webservices/xmlschema/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1070463&r1=1070462&r2=1070463&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Mon Feb 14 12:17:56 2011
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>7</version>
+ <version>8</version>
</parent>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema</artifactId>
@@ -71,6 +71,9 @@
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
+ <properties>
+ <xmlschema-eclipse-version>2.0</xmlschema-eclipse-version>
+ </properties>
<modules>
<module>xmlschema-core</module>
<module>xmlschema-bundle-test</module>
@@ -80,6 +83,11 @@
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
@@ -88,7 +96,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
- <version>${project.version}</version>
+ <version>${xmlschema-eclipse-version}</version>
</dependency>
</dependencies>
<configuration>
@@ -164,7 +172,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
- <version>${project.version}</version>
+ <version>${xmlschema-eclipse-version}</version>
</dependency>
</dependencies>
</plugin>
@@ -390,7 +398,7 @@
<dependency>
<groupId>org.apache.ws.xmlschema</groupId>
<artifactId>xmlschema-eclipse</artifactId>
- <version>${project.version}</version>
+ <version>${xmlschema-eclipse-version}</version>
</dependency>
</dependencies>
</plugin>
@@ -523,7 +531,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3.1</version>
<reportSets>
<reportSet>
<reports>
Modified: webservices/xmlschema/trunk/w3c-testcases/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlschema/trunk/w3c-testcases/pom.xml?rev=1070463&r1=1070462&r2=1070463&view=diff
==============================================================================
--- webservices/xmlschema/trunk/w3c-testcases/pom.xml (original)
+++ webservices/xmlschema/trunk/w3c-testcases/pom.xml Mon Feb 14 12:17:56 2011
@@ -34,7 +34,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
<configuration>
<systemPropertyVariables>
<org.apache.ws.xmlschema.w3c-testcases>file://${basedir}/w3c-testcases.jar</org.apache.ws.xmlschema.w3c-testcases>