Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 55548 invoked from network); 1 Dec 2006 15:58:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 15:58:40 -0000 Received: (qmail 17348 invoked by uid 500); 1 Dec 2006 15:58:49 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 17313 invoked by uid 500); 1 Dec 2006 15:58:49 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 17304 invoked by uid 99); 1 Dec 2006 15:58:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 07:58:49 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 07:58:39 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A9D511A9846; Fri, 1 Dec 2006 07:58:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r481267 - in /incubator/cxf/trunk: common/common/pom.xml maven_repo/ pom.xml Date: Fri, 01 Dec 2006 15:58:00 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061201155800.A9D511A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ javax.annotation jsr250-api - provided javax.jws @@ -130,11 +129,11 @@ - java.net - jsr181 temp repository - https://maven-repository.dev.java.net/nonav/repository - legacy - + java.net + jsr181 temp repository + https://maven-repository.dev.java.net/nonav/repository + legacy + 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 @@ 2.0 2.1.3 - 2.0-JAXWS-2.0-EA3 + 1.0 1.0-MR1 2.0 2.0.3 @@ -691,14 +691,6 @@ - - - - private-repo - private repo - file:${basedir}/${topDirectoryLocation}/maven_repo - -