Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-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 68BA0107FB for ; Fri, 13 Sep 2013 16:11:09 +0000 (UTC) Received: (qmail 80865 invoked by uid 500); 13 Sep 2013 15:51:37 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 70012 invoked by uid 500); 13 Sep 2013 15:47:27 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 65710 invoked by uid 99); 13 Sep 2013 15:15:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 15:15:01 +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; Fri, 13 Sep 2013 15:14:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2600F238890D; Fri, 13 Sep 2013 15:14:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1522969 - in /felix/trunk/http: ./ api/ base/ bridge/ bundle/ cometd/ jetty/ parent/ proxy/ samples/bridge/ samples/cometd/ samples/filter/ samples/whiteboard/ sslfilter/ whiteboard/ Date: Fri, 13 Sep 2013 15:14:34 -0000 To: commits@felix.apache.org From: jawi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130913151435.2600F238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jawi Date: Fri Sep 13 15:14:34 2013 New Revision: 1522969 URL: http://svn.apache.org/r1522969 Log: Reverted broken release commit. Modified: felix/trunk/http/api/pom.xml felix/trunk/http/base/pom.xml felix/trunk/http/bridge/pom.xml felix/trunk/http/bundle/pom.xml felix/trunk/http/cometd/pom.xml felix/trunk/http/jetty/pom.xml felix/trunk/http/parent/pom.xml felix/trunk/http/pom.xml felix/trunk/http/proxy/pom.xml felix/trunk/http/samples/bridge/pom.xml felix/trunk/http/samples/cometd/pom.xml felix/trunk/http/samples/filter/pom.xml felix/trunk/http/samples/whiteboard/pom.xml felix/trunk/http/sslfilter/pom.xml felix/trunk/http/whiteboard/pom.xml Modified: felix/trunk/http/api/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/api/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/api/pom.xml (original) +++ felix/trunk/http/api/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Api org.apache.felix.http.api - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/base/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/base/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/base/pom.xml (original) +++ felix/trunk/http/base/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Base org.apache.felix.http.base - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/bridge/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/bridge/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/bridge/pom.xml (original) +++ felix/trunk/http/bridge/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Bridge org.apache.felix.http.bridge - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/bundle/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/bundle/pom.xml (original) +++ felix/trunk/http/bundle/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Bundle org.apache.felix.http.bundle - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/cometd/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/cometd/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/cometd/pom.xml (original) +++ felix/trunk/http/cometd/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Cometd org.apache.felix.http.cometd - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/jetty/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/jetty/pom.xml (original) +++ felix/trunk/http/jetty/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Jetty org.apache.felix.http.jetty - 2.2.1 + 2.2.1-SNAPSHOT jar @@ -126,7 +126,7 @@ org.apache.felix org.apache.felix.http.base - 2.2.1 + 2.2.1-SNAPSHOT Modified: felix/trunk/http/parent/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/parent/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/parent/pom.xml (original) +++ felix/trunk/http/parent/pom.xml Fri Sep 13 15:14:34 2013 @@ -30,7 +30,7 @@ Apache Felix Http Parent POM org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT pom @@ -115,10 +115,4 @@ - - - scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-3/org.apache.felix.http.parent - scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-3/org.apache.felix.http.parent - http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.http-3/org.apache.felix.http.parent - Modified: felix/trunk/http/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/pom.xml (original) +++ felix/trunk/http/pom.xml Fri Sep 13 15:14:34 2013 @@ -29,7 +29,7 @@ Apache Felix Http Reactor org.apache.felix org.apache.felix.http - 3 + 3-SNAPSHOT pom @@ -48,10 +48,4 @@ samples/whiteboard samples/cometd - - - scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-3 - scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-3 - http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.http-3 - Modified: felix/trunk/http/proxy/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/proxy/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/proxy/pom.xml (original) +++ felix/trunk/http/proxy/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Proxy org.apache.felix.http.proxy - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/samples/bridge/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/samples/bridge/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/samples/bridge/pom.xml (original) +++ felix/trunk/http/samples/bridge/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../../parent/pom.xml Apache Felix Http Samples - Bridge org.apache.felix.http.samples.bridge - 2.2.1 + 2.2.1-SNAPSHOT war Modified: felix/trunk/http/samples/cometd/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/samples/cometd/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/samples/cometd/pom.xml (original) +++ felix/trunk/http/samples/cometd/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../../parent/pom.xml Apache Felix Http Samples - Cometd org.apache.felix.http.samples.cometd - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/samples/filter/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/samples/filter/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/samples/filter/pom.xml (original) +++ felix/trunk/http/samples/filter/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../../parent/pom.xml Apache Felix Http Samples - Filter org.apache.felix.http.samples.filter - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/samples/whiteboard/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/samples/whiteboard/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/samples/whiteboard/pom.xml (original) +++ felix/trunk/http/samples/whiteboard/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../../parent/pom.xml Apache Felix Http Samples - Whiteboard org.apache.felix.http.samples.whiteboard - 2.2.1 + 2.2.1-SNAPSHOT jar Modified: felix/trunk/http/sslfilter/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/sslfilter/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/sslfilter/pom.xml (original) +++ felix/trunk/http/sslfilter/pom.xml Fri Sep 13 15:14:34 2013 @@ -28,7 +28,7 @@ Apache Felix Http SSL Filter org.apache.felix.http.sslfilter - 0.0.1 + 0.0.1-SNAPSHOT bundle @@ -107,10 +107,4 @@ - - - scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-3/org.apache.felix.http.sslfilter - scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-3/org.apache.felix.http.sslfilter - http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.http-3/org.apache.felix.http.sslfilter - Modified: felix/trunk/http/whiteboard/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/whiteboard/pom.xml?rev=1522969&r1=1522968&r2=1522969&view=diff ============================================================================== --- felix/trunk/http/whiteboard/pom.xml (original) +++ felix/trunk/http/whiteboard/pom.xml Fri Sep 13 15:14:34 2013 @@ -22,13 +22,13 @@ org.apache.felix org.apache.felix.http.parent - 1 + 1-SNAPSHOT ../parent/pom.xml Apache Felix Http Whiteboard org.apache.felix.http.whiteboard - 2.2.1 + 2.2.1-SNAPSHOT jar