From commits-return-537-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Tue Sep 25 03:26:30 2012 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-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 80D4A9A9B for ; Tue, 25 Sep 2012 03:26:30 +0000 (UTC) Received: (qmail 16114 invoked by uid 500); 25 Sep 2012 03:26:30 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 16040 invoked by uid 500); 25 Sep 2012 03:26:28 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 15998 invoked by uid 99); 25 Sep 2012 03:26:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 03:26:26 +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; Tue, 25 Sep 2012 03:26:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1EC1723888EA for ; Tue, 25 Sep 2012 03:25:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1389697 - in /sis/trunk: README pom.xml sis-app/pom.xml sis-build-helper/pom.xml sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java sis-core/pom.xml sis-metadata/pom.xml sis-utility/pom.xml sis-webapp/pom.xml Date: Tue, 25 Sep 2012 03:25:38 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120925032539.1EC1723888EA@eris.apache.org> Author: desruisseaux Date: Tue Sep 25 03:25:37 2012 New Revision: 1389697 URL: http://svn.apache.org/viewvc?rev=1389697&view=rev Log: Changed version number from "0.3-incubating-SNAPSHOT" to "0.3-SNAPSHOT". Removed the paragraph about incubation in the README file. Opportunist update in the requirement from "Java 5" to "Java 6". Modified: sis/trunk/README sis/trunk/pom.xml sis/trunk/sis-app/pom.xml sis/trunk/sis-build-helper/pom.xml sis/trunk/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java sis/trunk/sis-core/pom.xml sis/trunk/sis-metadata/pom.xml sis/trunk/sis-utility/pom.xml sis/trunk/sis-webapp/pom.xml Modified: sis/trunk/README URL: http://svn.apache.org/viewvc/sis/trunk/README?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/README (original) +++ sis/trunk/README Tue Sep 25 03:25:37 2012 @@ -6,14 +6,6 @@ Apache SIS(TM) is a spatial framework th of coordinates for searching, data clustering, archiving, or any other relevant spatial needs. -Apache SIS is an effort undergoing incubation at The Apache Software Foundation (ASF), -sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted -projects until a further review indicates that the infrastructure, communications, -and decision making process have stabilized in a manner consistent with other successful -ASF projects. While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be fully endorsed -by the ASF. - SIS is a project of the Apache Software Foundation . Apache SIS, SIS, Apache, the Apache feather logo, and the Apache SIS @@ -22,7 +14,7 @@ project logo are trademarks of The Apach Getting Started =============== -SIS is based on Java 5 and uses the Maven 2 +SIS is based on Java 6 and uses the Maven 2 build system. To build SIS, use the following command in this directory: mvn clean install Modified: sis/trunk/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/pom.xml (original) +++ sis/trunk/pom.xml Tue Sep 25 03:25:37 2012 @@ -39,7 +39,7 @@ ============================================================== --> org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT pom Apache SIS Modified: sis/trunk/sis-app/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/sis-app/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-app/pom.xml (original) +++ sis/trunk/sis-app/pom.xml Tue Sep 25 03:25:37 2012 @@ -28,7 +28,7 @@ org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT sis-app Modified: sis/trunk/sis-build-helper/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/sis-build-helper/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-build-helper/pom.xml (original) +++ sis/trunk/sis-build-helper/pom.xml Tue Sep 25 03:25:37 2012 @@ -44,7 +44,7 @@ org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT Modified: sis/trunk/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java URL: http://svn.apache.org/viewvc/sis/trunk/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java (original) +++ sis/trunk/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java Tue Sep 25 03:25:37 2012 @@ -35,7 +35,7 @@ public final class Module implements Tag /** * SIS version to be referenced by this taglet. */ - private static final String VERSION = "0.3-incubating-SNAPSHOT"; + private static final String VERSION = "0.3-SNAPSHOT"; /** * Register this taglet. Modified: sis/trunk/sis-core/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/sis-core/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-core/pom.xml (original) +++ sis/trunk/sis-core/pom.xml Tue Sep 25 03:25:37 2012 @@ -28,7 +28,7 @@ org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT sis-core Modified: sis/trunk/sis-metadata/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/sis-metadata/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-metadata/pom.xml (original) +++ sis/trunk/sis-metadata/pom.xml Tue Sep 25 03:25:37 2012 @@ -28,7 +28,7 @@ org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT Modified: sis/trunk/sis-utility/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/sis-utility/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-utility/pom.xml (original) +++ sis/trunk/sis-utility/pom.xml Tue Sep 25 03:25:37 2012 @@ -28,7 +28,7 @@ org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT Modified: sis/trunk/sis-webapp/pom.xml URL: http://svn.apache.org/viewvc/sis/trunk/sis-webapp/pom.xml?rev=1389697&r1=1389696&r2=1389697&view=diff ============================================================================== --- sis/trunk/sis-webapp/pom.xml (original) +++ sis/trunk/sis-webapp/pom.xml Tue Sep 25 03:25:37 2012 @@ -28,7 +28,7 @@ org.apache.sis sis-parent - 0.3-incubating-SNAPSHOT + 0.3-SNAPSHOT sis-webapp