Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 94507 invoked from network); 24 Feb 2006 06:11:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 06:11:31 -0000 Received: (qmail 19195 invoked by uid 500); 24 Feb 2006 06:11:31 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 19144 invoked by uid 500); 24 Feb 2006 06:11:31 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 19130 invoked by uid 99); 24 Feb 2006 06:11:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 22:11:30 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 23 Feb 2006 22:11:30 -0800 Received: (qmail 94440 invoked by uid 65534); 24 Feb 2006 06:11:09 -0000 Message-ID: <20060224061109.94439.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r380597 - in /directory/trunks/mina: core/pom.xml examples/pom.xml filter-codec-asn1/pom.xml filter-codec-netty/pom.xml filter-ssl/pom.xml integration-spring/pom.xml pom.xml Date: Fri, 24 Feb 2006 06:11:08 -0000 To: commits@directory.apache.org From: trustin@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: trustin Date: Thu Feb 23 22:11:05 2006 New Revision: 380597 URL: http://svn.apache.org/viewcvs?rev=380597&view=rev Log: Updated version to 0.9.3-SNAPSHOT Modified: directory/trunks/mina/core/pom.xml directory/trunks/mina/examples/pom.xml directory/trunks/mina/filter-codec-asn1/pom.xml directory/trunks/mina/filter-codec-netty/pom.xml directory/trunks/mina/filter-ssl/pom.xml directory/trunks/mina/integration-spring/pom.xml directory/trunks/mina/pom.xml Modified: directory/trunks/mina/core/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/core/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/core/pom.xml (original) +++ directory/trunks/mina/core/pom.xml Thu Feb 23 22:11:05 2006 @@ -4,7 +4,7 @@ org.apache.directory.mina build - 0.9.2 + 0.9.3-SNAPSHOT mina-core Apache MINA Core API Modified: directory/trunks/mina/examples/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/examples/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/examples/pom.xml (original) +++ directory/trunks/mina/examples/pom.xml Thu Feb 23 22:11:05 2006 @@ -4,7 +4,7 @@ org.apache.directory.mina build - 0.9.2 + 0.9.3-SNAPSHOT mina-examples Apache MINA Examples Modified: directory/trunks/mina/filter-codec-asn1/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/filter-codec-asn1/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/filter-codec-asn1/pom.xml (original) +++ directory/trunks/mina/filter-codec-asn1/pom.xml Thu Feb 23 22:11:05 2006 @@ -4,7 +4,7 @@ org.apache.directory.mina build - 0.9.2 + 0.9.3-SNAPSHOT mina-filter-codec-asn1 Apache MINA ASN.1 Codec Filter Modified: directory/trunks/mina/filter-codec-netty/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/filter-codec-netty/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/filter-codec-netty/pom.xml (original) +++ directory/trunks/mina/filter-codec-netty/pom.xml Thu Feb 23 22:11:05 2006 @@ -4,7 +4,7 @@ org.apache.directory.mina build - 0.9.2 + 0.9.3-SNAPSHOT mina-filter-codec-netty Apache MINA Netty Codec Filter Modified: directory/trunks/mina/filter-ssl/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/filter-ssl/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/filter-ssl/pom.xml (original) +++ directory/trunks/mina/filter-ssl/pom.xml Thu Feb 23 22:11:05 2006 @@ -4,7 +4,7 @@ org.apache.directory.mina build - 0.9.2 + 0.9.3-SNAPSHOT mina-filter-ssl Apache MINA SSL Filter Modified: directory/trunks/mina/integration-spring/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/integration-spring/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/integration-spring/pom.xml (original) +++ directory/trunks/mina/integration-spring/pom.xml Thu Feb 23 22:11:05 2006 @@ -4,7 +4,7 @@ org.apache.directory.mina build - 0.9.2 + 0.9.3-SNAPSHOT mina-integration-spring Apache MINA Spring Integration Modified: directory/trunks/mina/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/mina/pom.xml?rev=380597&r1=380596&r2=380597&view=diff ============================================================================== --- directory/trunks/mina/pom.xml (original) +++ directory/trunks/mina/pom.xml Thu Feb 23 22:11:05 2006 @@ -7,7 +7,7 @@ 1.0 org.apache.directory.mina - 0.9.2 + 0.9.3-SNAPSHOT build Apache MINA pom