Author: fguillaume
Date: Fri Oct 1 12:59:39 2010
New Revision: 1003523
URL: http://svn.apache.org/viewvc?rev=1003523&view=rev
Log:
Fix weird dependency version problem (through jaxws-maven-plugin 1.10 ->
jax-ws-commons 1.0) that cause incorrect repo 'java.net' (old) to be used for
jaxws-tools
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1003523&r1=1003522&r2=1003523&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
Fri Oct 1 12:59:39 2010
@@ -36,6 +36,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
+ <version>1.12</version>
<executions>
<execution>
<phase>generate-sources</phase>