Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 64289 invoked from network); 15 Jul 2009 18:47:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 18:47:26 -0000 Received: (qmail 80500 invoked by uid 500); 15 Jul 2009 18:47:36 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 80427 invoked by uid 500); 15 Jul 2009 18:47:36 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 80412 invoked by uid 99); 15 Jul 2009 18:47:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 18:47:36 +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; Wed, 15 Jul 2009 18:47:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AB65123889DC; Wed, 15 Jul 2009 18:47:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r794357 - in /jackrabbit/branches/1.5: jackrabbit-core/pom.xml jackrabbit-jca/pom.xml jackrabbit-jcr2spi/pom.xml jackrabbit-standalone/pom.xml jackrabbit-webapp/pom.xml Date: Wed, 15 Jul 2009 18:47:03 -0000 To: commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090715184703.AB65123889DC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Wed Jul 15 18:47:03 2009 New Revision: 794357 URL: http://svn.apache.org/viewvc?rev=794357&view=rev Log: 1.5: Add updated release settings to all the modified components. Modified: jackrabbit/branches/1.5/jackrabbit-core/pom.xml jackrabbit/branches/1.5/jackrabbit-jca/pom.xml jackrabbit/branches/1.5/jackrabbit-jcr2spi/pom.xml jackrabbit/branches/1.5/jackrabbit-standalone/pom.xml jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml Modified: jackrabbit/branches/1.5/jackrabbit-core/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-core/pom.xml?rev=794357&r1=794356&r2=794357&view=diff ============================================================================== --- jackrabbit/branches/1.5/jackrabbit-core/pom.xml (original) +++ jackrabbit/branches/1.5/jackrabbit-core/pom.xml Wed Jul 15 18:47:03 2009 @@ -37,6 +37,79 @@ 1.5.7 Jackrabbit content repository implementation + + UTF-8 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + + + + jackrabbit-release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + Modified: jackrabbit/branches/1.5/jackrabbit-jca/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-jca/pom.xml?rev=794357&r1=794356&r2=794357&view=diff ============================================================================== --- jackrabbit/branches/1.5/jackrabbit-jca/pom.xml (original) +++ jackrabbit/branches/1.5/jackrabbit-jca/pom.xml Wed Jul 15 18:47:03 2009 @@ -35,13 +35,86 @@ jackrabbit-jca rar Jackrabbit JCA Resource Adapter - 1.5.6 + 1.5.7 A resource adapter for Jackrabbit as specified by JCA 1.0 and 1.5. + + UTF-8 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + + + + jackrabbit-release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jca @@ -122,7 +195,7 @@ org.apache.jackrabbit jackrabbit-core - 1.5.6 + 1.5.7 commons-logging Modified: jackrabbit/branches/1.5/jackrabbit-jcr2spi/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-jcr2spi/pom.xml?rev=794357&r1=794356&r2=794357&view=diff ============================================================================== --- jackrabbit/branches/1.5/jackrabbit-jcr2spi/pom.xml (original) +++ jackrabbit/branches/1.5/jackrabbit-jcr2spi/pom.xml Wed Jul 15 18:47:03 2009 @@ -36,6 +36,79 @@ 1.5.7 Jackrabbit JCR to SPI + + UTF-8 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + + + + jackrabbit-release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr2spi Modified: jackrabbit/branches/1.5/jackrabbit-standalone/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-standalone/pom.xml?rev=794357&r1=794356&r2=794357&view=diff ============================================================================== --- jackrabbit/branches/1.5/jackrabbit-standalone/pom.xml (original) +++ jackrabbit/branches/1.5/jackrabbit-standalone/pom.xml Wed Jul 15 18:47:03 2009 @@ -36,6 +36,79 @@ Jackrabbit Standalone 1.5.7 Runnable jar packaging of Apache Jackrabbit + + + UTF-8 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + + + + jackrabbit-release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + Modified: jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml?rev=794357&r1=794356&r2=794357&view=diff ============================================================================== --- jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml (original) +++ jackrabbit/branches/1.5/jackrabbit-webapp/pom.xml Wed Jul 15 18:47:03 2009 @@ -38,6 +38,79 @@ 1.5.7 Web application that hosts and serves a Jackrabbit content repository + + UTF-8 + + + + + apache.releases.https + Apache Release Distribution Repository + https://repository.apache.org/service/local/staging/deploy/maven2 + + + + + + jackrabbit-release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-webapp