This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 7663ff9dc4f92ea4ca56477e8cfe037248a20371 Author: Martin Desruisseaux <[email protected]> AuthorDate: Sun Sep 8 16:51:43 2019 +0200 Edit project description. --- pom.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index ceba5e8..0197a32 100644 --- a/pom.xml +++ b/pom.xml @@ -55,16 +55,13 @@ <name>Apache SIS</name> <url>http://sis.apache.org</url> <description> - Apache SIS is a free software, Java language library for developing geospatial applications. - SIS provides data structures for geographic data and associated metadata along with methods - to manipulate those data structures. The SIS metadata module forms the base of the library - and enables the creation of metadata objects which comply with the ISO 19115 metadata model - and which can be read from or written to ISO 19115-3 compliant XML documents. - The SIS referencing module will enable the construction of geodetic data structures for - geospatial referencing based on the ISO 19111 model such as axis, projection and coordinate - reference system definitions, along with the associated operations which enable the mathematical - conversion of coordinates between different systems of reference. - The SIS storage modules will provide a common approach to the reading and writing of grid coverages + Apache Spatial Information System (SIS) is a free software, Java language library for developing geospatial applications. + SIS provides data structures for geographic features and associated metadata along with methods to manipulate those data structures. + The library is an implementation of GeoAPI 3.0.1 interfaces and can be used for desktop or server applications. + The SIS metadata module forms the base of the library and enables the creation of metadata objects which comply with the ISO 19115 international standard. + The SIS referencing module enable the construction of geodetic data structures for geospatial referencing as defined by ISO 19111 standard, + along with the associated operations which enable the transformation of coordinates between different reference systems. + The SIS storage modules provide a common approach to the reading and writing of metadata, features and coverages applicable to simple imagery as to many dimensional data structures. </description> <inceptionYear>2010</inceptionYear> @@ -86,7 +83,7 @@ <ciManagement> <system>jenkins</system> - <url>https://builds.apache.org/job/sis-dev</url> + <url>https://builds.apache.org/job/sis</url> </ciManagement> <issueManagement> @@ -524,7 +521,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.22</version> <!-- Must matches the version used by netCDF. --> - <scope>runtime</scope> <!-- Should never be needed at compile time. --> + <scope>test</scope> <!-- Should never be needed at compile time. --> </dependency> </dependencies> </dependencyManagement>
