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 25C7E105B5 for ; Fri, 9 Aug 2013 16:45:14 +0000 (UTC) Received: (qmail 10818 invoked by uid 500); 9 Aug 2013 16:45:14 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 10782 invoked by uid 500); 9 Aug 2013 16:45:13 -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 10775 invoked by uid 99); 9 Aug 2013 16:45:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 16:45:13 +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, 09 Aug 2013 16:45:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 193F423889FD; Fri, 9 Aug 2013 16:44:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1512390 - in /sis/branches/JDK7: application/sis-console/pom.xml core/sis-metadata/pom.xml core/sis-referencing/pom.xml core/sis-utility/pom.xml Date: Fri, 09 Aug 2013 16:44:51 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130809164452.193F423889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: desruisseaux Date: Fri Aug 9 16:44:51 2013 New Revision: 1512390 URL: http://svn.apache.org/r1512390 Log: Minor adjustment in dependency declarations. Modified: sis/branches/JDK7/application/sis-console/pom.xml sis/branches/JDK7/core/sis-metadata/pom.xml sis/branches/JDK7/core/sis-referencing/pom.xml sis/branches/JDK7/core/sis-utility/pom.xml Modified: sis/branches/JDK7/application/sis-console/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK7/application/sis-console/pom.xml?rev=1512390&r1=1512389&r2=1512390&view=diff ============================================================================== --- sis/branches/JDK7/application/sis-console/pom.xml (original) +++ sis/branches/JDK7/application/sis-console/pom.xml Fri Aug 9 16:44:51 2013 @@ -109,7 +109,7 @@ Console application. org.apache.sis.storage sis-netcdf ${project.version} - + runtime Modified: sis/branches/JDK7/core/sis-metadata/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-metadata/pom.xml?rev=1512390&r1=1512389&r2=1512390&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-metadata/pom.xml (original) +++ sis/branches/JDK7/core/sis-metadata/pom.xml Fri Aug 9 16:44:51 2013 @@ -150,12 +150,12 @@ Implementations of metadata derived from org.opengis geoapi-pending + + org.opengis geoapi-conformance - - org.apache.sis.core sis-utility Modified: sis/branches/JDK7/core/sis-referencing/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/pom.xml?rev=1512390&r1=1512389&r2=1512390&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-referencing/pom.xml (original) +++ sis/branches/JDK7/core/sis-referencing/pom.xml Fri Aug 9 16:44:51 2013 @@ -120,12 +120,12 @@ Implementations of Coordinate Reference org.opengis geoapi-pending + + org.opengis geoapi-conformance - - org.apache.sis.core sis-utility Modified: sis/branches/JDK7/core/sis-utility/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-utility/pom.xml?rev=1512390&r1=1512389&r2=1512390&view=diff ============================================================================== --- sis/branches/JDK7/core/sis-utility/pom.xml (original) +++ sis/branches/JDK7/core/sis-utility/pom.xml Fri Aug 9 16:44:51 2013 @@ -171,6 +171,8 @@ Miscellaneous utilities. org.opengis geoapi-pending + + org.opengis geoapi-conformance