Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 33353 invoked from network); 19 Jul 2010 22:03:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 22:03:13 -0000 Received: (qmail 77728 invoked by uid 500); 19 Jul 2010 22:03:13 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 77653 invoked by uid 500); 19 Jul 2010 22:03:12 -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 77646 invoked by uid 99); 19 Jul 2010 22:03:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 22:03:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 19 Jul 2010 22:03:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0CC7823889ED; Mon, 19 Jul 2010 22:02:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r965655 - in /cxf/dosgi/trunk: ./ discovery/ discovery/distributed/ discovery/distributed/cxf-discovery/ discovery/distributed/zookeeper-server-config/ discovery/distributed/zookeeper-server/ discovery/distributed/zookeeper-wrapper/ discove... Date: Mon, 19 Jul 2010 22:02:11 -0000 To: commits@cxf.apache.org From: eglynn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100719220212.0CC7823889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eglynn Date: Mon Jul 19 22:02:10 2010 New Revision: 965655 URL: http://svn.apache.org/viewvc?rev=965655&view=rev Log: [maven-release-plugin] prepare release cxf-dosgi-ri-1.2 Modified: cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml cxf/dosgi/trunk/discovery/distributed/pom.xml cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml cxf/dosgi/trunk/discovery/distributed/zookeeper-wrapper/pom.xml cxf/dosgi/trunk/discovery/local/pom.xml cxf/dosgi/trunk/discovery/pom.xml cxf/dosgi/trunk/distribution/multi-bundle/pom.xml cxf/dosgi/trunk/distribution/pom.xml cxf/dosgi/trunk/distribution/single-bundle/pom.xml cxf/dosgi/trunk/distribution/sources/pom.xml cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml cxf/dosgi/trunk/dsw/cxf-topology-manager/pom.xml cxf/dosgi/trunk/dsw/pom.xml cxf/dosgi/trunk/felix/pom.xml cxf/dosgi/trunk/felix/profiles/pom.xml cxf/dosgi/trunk/felix/shell.tui/pom.xml cxf/dosgi/trunk/parent/pom.xml cxf/dosgi/trunk/pom.xml cxf/dosgi/trunk/samples/discovery/client/pom.xml cxf/dosgi/trunk/samples/discovery/impl/pom.xml cxf/dosgi/trunk/samples/discovery/interface/pom.xml cxf/dosgi/trunk/samples/discovery/pom.xml cxf/dosgi/trunk/samples/ds/client/pom.xml cxf/dosgi/trunk/samples/ds/impl/pom.xml cxf/dosgi/trunk/samples/ds/interface/pom.xml cxf/dosgi/trunk/samples/ds/pom.xml cxf/dosgi/trunk/samples/greeter/client/pom.xml cxf/dosgi/trunk/samples/greeter/impl/pom.xml cxf/dosgi/trunk/samples/greeter/interface/pom.xml cxf/dosgi/trunk/samples/greeter/pom.xml cxf/dosgi/trunk/samples/greeter_rest/client/pom.xml cxf/dosgi/trunk/samples/greeter_rest/impl/pom.xml cxf/dosgi/trunk/samples/greeter_rest/interface/pom.xml cxf/dosgi/trunk/samples/greeter_rest/pom.xml cxf/dosgi/trunk/samples/pom.xml cxf/dosgi/trunk/samples/security_filter/pom.xml cxf/dosgi/trunk/samples/spring_dm/client/pom.xml cxf/dosgi/trunk/samples/spring_dm/impl/pom.xml cxf/dosgi/trunk/samples/spring_dm/interface/pom.xml cxf/dosgi/trunk/samples/spring_dm/pom.xml cxf/dosgi/trunk/systests2/common/pom.xml cxf/dosgi/trunk/systests2/multi-bundle/pom.xml cxf/dosgi/trunk/systests2/pom.xml cxf/dosgi/trunk/systests2/single-bundle/pom.xml Modified: cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml (original) +++ cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml Mon Jul 19 22:02:10 2010 @@ -24,12 +24,12 @@ cxf-dosgi-ri-discovery-distributed bundle Distributed OSGI Distributed Discovery Service Bundle - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../../parent/pom.xml Modified: cxf/dosgi/trunk/discovery/distributed/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/distributed/pom.xml (original) +++ cxf/dosgi/trunk/discovery/distributed/pom.xml Mon Jul 19 22:02:10 2010 @@ -23,7 +23,7 @@ 4.0.0 org.apache.cxf.dosgi cxf-dosgi-ri-discovery-distributed-parent - 1.2-SNAPSHOT + 1.2 pom Distributed OSGI Distributed Discovery Parent http://cxf.apache.org @@ -31,7 +31,7 @@ org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../parent/pom.xml Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml (original) +++ cxf/dosgi/trunk/discovery/distributed/zookeeper-server-config/pom.xml Mon Jul 19 22:02:10 2010 @@ -25,12 +25,12 @@ bundle Distributed OSGI Distributed Discovery Zookeeper Server Control Configuration Bundle This bundle provides some default OSGi Configuration Admin data and is only useful for use in the OSGi CT suite - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../../parent/pom.xml @@ -65,7 +65,7 @@ org.apache.cxf.dosgi.discovery.zookeeper.server.config.Activator * org.apache.cxf.dosgi.discovery.zookeeper.server.config - + Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml (original) +++ cxf/dosgi/trunk/discovery/distributed/zookeeper-server/pom.xml Mon Jul 19 22:02:10 2010 @@ -24,12 +24,12 @@ cxf-dosgi-ri-discovery-distributed-zookeeper-server bundle Distributed OSGI Distributed Discovery Zookeeper Server Control Bundle - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../../parent/pom.xml @@ -89,7 +89,7 @@ org.apache.cxf.dosgi.discovery.zookeeper.server.Activator * org.apache.cxf.dosgi.discovery.zookeeper.server - + Modified: cxf/dosgi/trunk/discovery/distributed/zookeeper-wrapper/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/zookeeper-wrapper/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/distributed/zookeeper-wrapper/pom.xml (original) +++ cxf/dosgi/trunk/discovery/distributed/zookeeper-wrapper/pom.xml Mon Jul 19 22:02:10 2010 @@ -24,12 +24,12 @@ cxf-dosgi-ri-discovery-distributed-zookeeper-wrapper bundle Distributed OSGI Distributed Discovery Zookeeper Library Wrapper Bundle - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../../parent/pom.xml Modified: cxf/dosgi/trunk/discovery/local/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/local/pom.xml (original) +++ cxf/dosgi/trunk/discovery/local/pom.xml Mon Jul 19 22:02:10 2010 @@ -24,12 +24,12 @@ cxf-dosgi-ri-discovery-local bundle Distributed OSGI Local Discovery Service Bundle - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../parent/pom.xml Modified: cxf/dosgi/trunk/discovery/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/pom.xml (original) +++ cxf/dosgi/trunk/discovery/pom.xml Mon Jul 19 22:02:10 2010 @@ -24,12 +24,12 @@ cxf-dosgi-ri-discovery pom Distributed OSGI Discovery Service Modules - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../parent/pom.xml Modified: cxf/dosgi/trunk/distribution/multi-bundle/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/multi-bundle/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/distribution/multi-bundle/pom.xml (original) +++ cxf/dosgi/trunk/distribution/multi-bundle/pom.xml Mon Jul 19 22:02:10 2010 @@ -21,14 +21,14 @@ 4.0.0 org.apache.cxf.dosgi cxf-dosgi-ri-multibundle-distribution - 1.2-SNAPSHOT + 1.2 Distributed OSGI Multi-Bundle Distribution http://cxf.apache.org org.apache.cxf.dosgi cxf-dosgi-ri-distribution-parent - 1.2-SNAPSHOT + 1.2 ../pom.xml Modified: cxf/dosgi/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/distribution/pom.xml (original) +++ cxf/dosgi/trunk/distribution/pom.xml Mon Jul 19 22:02:10 2010 @@ -21,7 +21,7 @@ 4.0.0 org.apache.cxf.dosgi cxf-dosgi-ri-distribution-parent - 1.2-SNAPSHOT + 1.2 pom Distributed OSGI Distribution Parent http://cxf.apache.org @@ -29,7 +29,7 @@ org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../parent/pom.xml Modified: cxf/dosgi/trunk/distribution/single-bundle/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/single-bundle/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/distribution/single-bundle/pom.xml (original) +++ cxf/dosgi/trunk/distribution/single-bundle/pom.xml Mon Jul 19 22:02:10 2010 @@ -22,7 +22,7 @@ 4.0.0 org.apache.cxf.dosgi cxf-dosgi-ri-singlebundle-distribution - 1.2-SNAPSHOT + 1.2 bundle Distributed OSGI Single-Bundle Distribution http://cxf.apache.org @@ -30,7 +30,7 @@ org.apache.cxf.dosgi cxf-dosgi-ri-distribution-parent - 1.2-SNAPSHOT + 1.2 ../pom.xml Modified: cxf/dosgi/trunk/distribution/sources/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/sources/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/distribution/sources/pom.xml (original) +++ cxf/dosgi/trunk/distribution/sources/pom.xml Mon Jul 19 22:02:10 2010 @@ -21,14 +21,14 @@ 4.0.0 org.apache.cxf.dosgi cxf-dosgi-ri-source-distribution - 1.2-SNAPSHOT + 1.2 Distributed OSGI Source Distribution http://cxf.apache.org org.apache.cxf.dosgi cxf-dosgi-ri-distribution-parent - 1.2-SNAPSHOT + 1.2 ../pom.xml Modified: cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml (original) +++ cxf/dosgi/trunk/dsw/cxf-dsw/pom.xml Mon Jul 19 22:02:10 2010 @@ -23,12 +23,12 @@ cxf-dosgi-ri-dsw-cxf bundle Distributed OSGi Distribution Software Bundle - 1.2-SNAPSHOT + 1.2 org.apache.cxf.dosgi cxf-dosgi-ri-parent - 1.2-SNAPSHOT + 1.2 ../../parent/pom.xml Modified: cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml?rev=965655&r1=965654&r2=965655&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml (original) +++ cxf/dosgi/trunk/dsw/cxf-osgi-remote-service-admin-interfaces/pom.xml Mon Jul 19 22:02:10 2010 @@ -1,5 +1,4 @@ - +