You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2006/12/01 16:58:00 UTC

svn commit: r481267 - in /incubator/cxf/trunk: common/common/pom.xml maven_repo/ pom.xml

Author: dkulp
Date: Fri Dec  1 07:57:57 2006
New Revision: 481267

URL: http://svn.apache.org/viewvc?view=rev&rev=481267
Log:
Change to jsr250 jar available on java.net.  Remove the version from our svn.

Removed:
    incubator/cxf/trunk/maven_repo/
Modified:
    incubator/cxf/trunk/common/common/pom.xml
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/common/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?view=diff&rev=481267&r1=481266&r2=481267
==============================================================================
--- incubator/cxf/trunk/common/common/pom.xml (original)
+++ incubator/cxf/trunk/common/common/pom.xml Fri Dec  1 07:57:57 2006
@@ -71,7 +71,6 @@
         <dependency>
             <groupId>javax.annotation</groupId>
             <artifactId>jsr250-api</artifactId>
-	    <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>javax.jws</groupId>
@@ -130,11 +129,11 @@
     <!-- will remove this after it is got sync to central repository -->
     <repositories>
         <repository>
-	    <id>java.net</id>
-	    <name>jsr181 temp repository</name>
-	    <url>https://maven-repository.dev.java.net/nonav/repository</url>
-	    <layout>legacy</layout>
-	</repository>
+            <id>java.net</id>
+            <name>jsr181 temp repository</name>
+            <url>https://maven-repository.dev.java.net/nonav/repository</url>
+            <layout>legacy</layout>
+        </repository>
     </repositories>
 
 </project>

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=481267&r1=481266&r2=481267
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Fri Dec  1 07:57:57 2006
@@ -142,7 +142,7 @@
         <surefire-report.version>2.0</surefire-report.version>
         <surefire.version>2.1.3</surefire.version>
 
-        <jsr250.version>2.0-JAXWS-2.0-EA3</jsr250.version>
+        <jsr250.version>1.0</jsr250.version>
         <jsr181.version>1.0-MR1</jsr181.version>
         <jaxb.version>2.0</jaxb.version>
         <jaxb.impl.version>2.0.3</jaxb.impl.version>
@@ -691,14 +691,6 @@
             </plugin>
         </plugins>
     </reporting>
-
-    <repositories>
-        <repository>
-            <id>private-repo</id>
-            <name>private repo</name>
-            <url>file:${basedir}/${topDirectoryLocation}/maven_repo</url>
-        </repository>
-    </repositories>
 
     <profiles>
         <profile>