Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 48600 invoked from network); 30 Apr 2010 09:25:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 09:25:03 -0000 Received: (qmail 97963 invoked by uid 500); 30 Apr 2010 09:25:03 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 97879 invoked by uid 500); 30 Apr 2010 09:25:02 -0000 Mailing-List: contact aries-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-commits@incubator.apache.org Received: (qmail 97871 invoked by uid 99); 30 Apr 2010 09:25:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 09:25:01 +0000 X-ASF-Spam-Status: No, hits=-1990.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 09:25:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1739B23889B3; Fri, 30 Apr 2010 09:24:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r939598 [2/2] - in /incubator/aries/branches/0.1-incubating-RCx: application/ application/application-api/ application/application-bundle/ application/application-converters/ application/application-install/ application/application-itest-in... Date: Fri, 30 Apr 2010 09:24:09 -0000 To: aries-commits@incubator.apache.org From: hughesj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100430092410.1739B23889B3@eris.apache.org> Modified: incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml?rev=939598&r1=939597&r2=939598&view=diff ============================================================================== --- incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml (original) +++ incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml Fri Apr 30 09:24:07 2010 @@ -1,159 +1,159 @@ - - - - web - org.apache.aries.web - 0.1-incubating-SNAPSHOT - - 4.0.0 - - org.apache.aries.web.itests - jar - Apache Aries Web integration tests - - - - org.osgi - org.osgi.core - provided - - - junit - junit - provided - - - asm - asm-all - - - org.apache.aries.testsupport - org.apache.aries.testsupport.unit - test - - - org.osgi - org.osgi.compendium - provided - - - org.apache.aries.blueprint - org.apache.aries.blueprint.sample - test - - - org.apache.felix - org.apache.felix.configadmin - test - - - org.apache.aries - org.apache.aries.util - test - - - org.apache.aries.blueprint - org.apache.aries.blueprint - test - - - org.ops4j.pax.logging - pax-logging-api - test - - - org.ops4j.pax.logging - pax-logging-service - test - - - org.ops4j.pax.exam - pax-exam - test - - - org.ops4j.pax.exam - pax-exam-junit - test - - - org.ops4j.pax.exam - pax-exam-container-default - test - - - org.ops4j.pax.swissbox - pax-swissbox-tinybundles - test - - - org.ops4j.pax.url - pax-url-mvn - test - - - org.apache.aries.web - org.apache.aries.web.urlhandler - provided - - - - - - - org.apache.servicemix.tooling - depends-maven-plugin - 1.1 - - - generate-depends-file - - generate-depends-file - - - - - - - - - - ci-build-profile - - - maven.repo.local - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - -Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} - - - - - - - - + + + + web + org.apache.aries.web + 0.2-incubating-SNAPSHOT + + 4.0.0 + + org.apache.aries.web.itests + jar + Apache Aries Web integration tests + + + + org.osgi + org.osgi.core + provided + + + junit + junit + provided + + + asm + asm-all + + + org.apache.aries.testsupport + org.apache.aries.testsupport.unit + test + + + org.osgi + org.osgi.compendium + provided + + + org.apache.aries.blueprint + org.apache.aries.blueprint.sample + test + + + org.apache.felix + org.apache.felix.configadmin + test + + + org.apache.aries + org.apache.aries.util + test + + + org.apache.aries.blueprint + org.apache.aries.blueprint + test + + + org.ops4j.pax.logging + pax-logging-api + test + + + org.ops4j.pax.logging + pax-logging-service + test + + + org.ops4j.pax.exam + pax-exam + test + + + org.ops4j.pax.exam + pax-exam-junit + test + + + org.ops4j.pax.exam + pax-exam-container-default + test + + + org.ops4j.pax.swissbox + pax-swissbox-tinybundles + test + + + org.ops4j.pax.url + pax-url-mvn + test + + + org.apache.aries.web + org.apache.aries.web.urlhandler + provided + + + + + + + org.apache.servicemix.tooling + depends-maven-plugin + 1.1 + + + generate-depends-file + + generate-depends-file + + + + + + + + + + ci-build-profile + + + maven.repo.local + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + -Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} + + + + + + + + Modified: incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml?rev=939598&r1=939597&r2=939598&view=diff ============================================================================== --- incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml (original) +++ incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml Fri Apr 30 09:24:07 2010 @@ -20,7 +20,7 @@ web org.apache.aries.web - 0.1-incubating-SNAPSHOT + 0.2-incubating-SNAPSHOT 4.0.0