Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37CFAD8B9 for ; Wed, 24 Oct 2012 08:20:46 +0000 (UTC) Received: (qmail 43275 invoked by uid 500); 24 Oct 2012 08:20:45 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 43134 invoked by uid 500); 24 Oct 2012 08:20:44 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 43076 invoked by uid 99); 24 Oct 2012 08:20:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 08:20:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Wed, 24 Oct 2012 08:20:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F0AF523888CD; Wed, 24 Oct 2012 08:19:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1401580 - in /cxf/dosgi/trunk: distribution/multi-bundle/ systests/ systests/common/ systests/common_rest/ systests/multi_bundle_distro/ systests/multi_bundle_distro_rest/ systests/single_bundle_distro/ systests/single_bundle_distro_rest/ Date: Wed, 24 Oct 2012 08:19:56 -0000 To: commits@cxf.apache.org From: cschneider@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121024081956.F0AF523888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cschneider Date: Wed Oct 24 08:19:55 2012 New Revision: 1401580 URL: http://svn.apache.org/viewvc?rev=1401580&view=rev Log: Switching systests to the correct pom version Modified: cxf/dosgi/trunk/distribution/multi-bundle/ (props changed) cxf/dosgi/trunk/systests/ (props changed) cxf/dosgi/trunk/systests/common/ (props changed) cxf/dosgi/trunk/systests/common/pom.xml cxf/dosgi/trunk/systests/common_rest/ (props changed) cxf/dosgi/trunk/systests/common_rest/pom.xml cxf/dosgi/trunk/systests/multi_bundle_distro/ (props changed) cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml cxf/dosgi/trunk/systests/multi_bundle_distro_rest/pom.xml cxf/dosgi/trunk/systests/pom.xml cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml cxf/dosgi/trunk/systests/single_bundle_distro_rest/pom.xml Propchange: cxf/dosgi/trunk/distribution/multi-bundle/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Oct 24 08:19:55 2012 @@ -5,3 +5,5 @@ bin target .project + +.classpath Propchange: cxf/dosgi/trunk/systests/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Oct 24 08:19:55 2012 @@ -1,3 +1,5 @@ .project .settings + +target Propchange: cxf/dosgi/trunk/systests/common/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Oct 24 08:19:55 2012 @@ -1,3 +1,7 @@ .project .settings + +target + +.classpath Modified: cxf/dosgi/trunk/systests/common/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/common/pom.xml (original) +++ cxf/dosgi/trunk/systests/common/pom.xml Wed Oct 24 08:19:55 2012 @@ -21,14 +21,13 @@ 4.0.0 org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests-common - 1.3-SNAPSHOT bundle Distributed OSGI RI System Test Common Classes org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../../parent/pom.xml Propchange: cxf/dosgi/trunk/systests/common_rest/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Oct 24 08:19:55 2012 @@ -1,3 +1,7 @@ .settings .project + +target + +.classpath Modified: cxf/dosgi/trunk/systests/common_rest/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/common_rest/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/common_rest/pom.xml (original) +++ cxf/dosgi/trunk/systests/common_rest/pom.xml Wed Oct 24 08:19:55 2012 @@ -21,14 +21,13 @@ 4.0.0 org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests-common-rest - 1.3-SNAPSHOT bundle Distributed OSGI RI System Test Rest Common Classes org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../../parent/pom.xml Propchange: cxf/dosgi/trunk/systests/multi_bundle_distro/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Oct 24 08:19:55 2012 @@ -1,3 +1,7 @@ .project .settings + +target + +.classpath Modified: cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml (original) +++ cxf/dosgi/trunk/systests/multi_bundle_distro/pom.xml Wed Oct 24 08:19:55 2012 @@ -19,16 +19,14 @@ --> 4.0.0 - org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests-multibundle-distro - 1.3-SNAPSHOT jar Distributed OSGI RI System Test using Multi Bundle Distro org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../pom.xml Modified: cxf/dosgi/trunk/systests/multi_bundle_distro_rest/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/multi_bundle_distro_rest/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/multi_bundle_distro_rest/pom.xml (original) +++ cxf/dosgi/trunk/systests/multi_bundle_distro_rest/pom.xml Wed Oct 24 08:19:55 2012 @@ -19,16 +19,14 @@ --> 4.0.0 - org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests-multibundle-distro - 1.3-SNAPSHOT jar Distributed OSGI RI Rest System Test using Multi Bundle Distro org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../pom.xml Modified: cxf/dosgi/trunk/systests/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/pom.xml (original) +++ cxf/dosgi/trunk/systests/pom.xml Wed Oct 24 08:19:55 2012 @@ -22,14 +22,13 @@ 4.0.0 org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests - 1.3-SNAPSHOT pom Distributed OSGI RI System Tests org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../parent/pom.xml Modified: cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml (original) +++ cxf/dosgi/trunk/systests/single_bundle_distro/pom.xml Wed Oct 24 08:19:55 2012 @@ -19,16 +19,14 @@ --> 4.0.0 - org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests-singlebundle-distro - 1.3-SNAPSHOT jar Distributed OSGI RI System Test using Single Bundle Distro org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../pom.xml Modified: cxf/dosgi/trunk/systests/single_bundle_distro_rest/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests/single_bundle_distro_rest/pom.xml?rev=1401580&r1=1401579&r2=1401580&view=diff ============================================================================== --- cxf/dosgi/trunk/systests/single_bundle_distro_rest/pom.xml (original) +++ cxf/dosgi/trunk/systests/single_bundle_distro_rest/pom.xml Wed Oct 24 08:19:55 2012 @@ -19,16 +19,14 @@ --> 4.0.0 - org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests-singlebundle-distro-rest - 1.3-SNAPSHOT jar Distributed OSGI RI REST System Test using Single Bundle Distro org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests - 1.3-SNAPSHOT + 1.4-SNAPSHOT ../pom.xml