Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-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 17655961E for ; Mon, 2 Apr 2012 16:24:34 +0000 (UTC) Received: (qmail 88297 invoked by uid 500); 2 Apr 2012 16:24:34 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 88259 invoked by uid 500); 2 Apr 2012 16:24:34 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 88251 invoked by uid 99); 2 Apr 2012 16:24:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 16:24:33 +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; Mon, 02 Apr 2012 16:24:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1BFD423888FE; Mon, 2 Apr 2012 16:24:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1308420 - in /chemistry/opencmis/trunk: ./ chemistry-opencmis-client/chemistry-opencmis-client-api/ chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/ chemistry-opencmis-client/chemistry-opencmis-client-bindings/ chemi... Date: Mon, 02 Apr 2012 16:24:04 -0000 To: commits@chemistry.apache.org From: gabriele@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120402162406.1BFD423888FE@eris.apache.org> Author: gabriele Date: Mon Apr 2 16:24:03 2012 New Revision: 1308420 URL: http://svn.apache.org/viewvc?rev=1308420&view=rev Log: [maven-release-plugin] prepare release chemistry-opencmis-0.7.0-RC1 Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml chemistry/opencmis/trunk/pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-api/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings-websphere/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-bindings/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-client/chemistry-opencmis-client-impl/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Mon Apr 2 16:24:03 2012 @@ -19,7 +19,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-dist/pom.xml Mon Apr 2 16:24:03 2012 @@ -18,7 +18,7 @@ chemistry-opencmis org.apache.chemistry.opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../ Modified: chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-client/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-osgi/chemistry-opencmis-osgi-server/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-bindings/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-fileshare/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml Mon Apr 2 16:24:03 2012 @@ -28,7 +28,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser-app/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-browser/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/pom.xml Mon Apr 2 16:24:03 2012 @@ -1,83 +1,83 @@ - - - - - - - 4.0.0 - - - org.apache.chemistry.opencmis - chemistry-opencmis - 0.7.0-SNAPSHOT - ../../pom.xml - - - chemistry-opencmis-test-client - OpenCMIS Test Client App - - - ../../ - - - - - - maven-jar-plugin - - - false - - org.apache.chemistry.opencmis.client.main.ObjGenApp - true - - - - ${maven.compile.source} - ${maven.compile.target} - - - - - - - - - - ${project.groupId} - chemistry-opencmis-client-impl - ${project.version} - - - ${project.groupId} - chemistry-opencmis-test-util - ${project.version} - - - org.apache.tika - tika-parsers - 1.0 - - - net.sf.jopt-simple - jopt-simple - 3.2 - - - ${project.groupId} - chemistry-opencmis-client-bindings - ${project.version} - - - commons-io - commons-io - 2.0.1 - - - + + + + + + + 4.0.0 + + + org.apache.chemistry.opencmis + chemistry-opencmis + 0.7.0 + ../../pom.xml + + + chemistry-opencmis-test-client + OpenCMIS Test Client App + + + ../../ + + + + + + maven-jar-plugin + + + false + + org.apache.chemistry.opencmis.client.main.ObjGenApp + true + + + + ${maven.compile.source} + ${maven.compile.target} + + + + + + + + + + ${project.groupId} + chemistry-opencmis-client-impl + ${project.version} + + + ${project.groupId} + chemistry-opencmis-test-util + ${project.version} + + + org.apache.tika + tika-parsers + 1.0 + + + net.sf.jopt-simple + jopt-simple + 3.2 + + + ${project.groupId} + chemistry-opencmis-client-bindings + ${project.version} + + + commons-io + commons-io + 2.0.1 + + + Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-fit/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tools/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-util/pom.xml Mon Apr 2 16:24:03 2012 @@ -15,7 +15,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml Mon Apr 2 16:24:03 2012 @@ -20,7 +20,7 @@ org.apache.chemistry.opencmis chemistry-opencmis - 0.7.0-SNAPSHOT + 0.7.0 ../../pom.xml Modified: chemistry/opencmis/trunk/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1308420&r1=1308419&r2=1308420&view=diff ============================================================================== --- chemistry/opencmis/trunk/pom.xml (original) +++ chemistry/opencmis/trunk/pom.xml Mon Apr 2 16:24:03 2012 @@ -26,7 +26,7 @@ org.apache.chemistry.opencmis chemistry-opencmis Apache Chemistry OpenCMIS - 0.7.0-SNAPSHOT + 0.7.0 pom @@ -54,9 +54,9 @@ - scm:svn:http://svn.apache.org/repos/asf/chemistry/opencmis/trunk - scn:svn:https://svn.apache.org/repos/asf/chemistry/opencmis/trunk - http://svn.apache.org/viewvc/chemistry/opencmis/trunk + scm:svn:http://svn.apache.org/repos/asf/chemistry/opencmis/tags/chemistry-opencmis-0.7.0-RC1 + scn:svn:https://svn.apache.org/repos/asf/chemistry/opencmis/tags/chemistry-opencmis-0.7.0-RC1 + http://svn.apache.org/viewvc/chemistry/opencmis/tags/chemistry-opencmis-0.7.0-RC1