You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/10/28 15:08:38 UTC

svn commit: r1190294 - in /servicemix/smx4/specs/trunk: jaxws-api-2.2/pom.xml jcr-api-2.0/ jsr311-api-1.1.1/

Author: gertv
Date: Fri Oct 28 13:08:37 2011
New Revision: 1190294

URL: http://svn.apache.org/viewvc?rev=1190294&view=rev
Log:
Fix release build - add locator dependency used in javadoc/sources generation

Modified:
    servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml
    servicemix/smx4/specs/trunk/jcr-api-2.0/   (props changed)
    servicemix/smx4/specs/trunk/jsr311-api-1.1.1/   (props changed)

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml?rev=1190294&r1=1190293&r2=1190294&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml Fri Oct 28 13:08:37 2011
@@ -72,6 +72,11 @@
             <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.servicemix.specs</groupId>
+            <artifactId>org.apache.servicemix.specs.locator</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

Propchange: servicemix/smx4/specs/trunk/jcr-api-2.0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct 28 13:08:37 2011
@@ -0,0 +1,5 @@
+target
+*.i??
+.classpath
+.project
+.settings

Propchange: servicemix/smx4/specs/trunk/jsr311-api-1.1.1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct 28 13:08:37 2011
@@ -0,0 +1,5 @@
+target
+*.i??
+.classpath
+.project
+.settings