Release 1.7.0

This commit is contained in:
etj 2016-04-15 13:05:48 +02:00
parent d2bbcc46a7
commit 0259686b3c

76
pom.xml
View File

@ -1,26 +1,36 @@
<!-- * GeoServer-Manager - Simple Manager Library for GeoServer * * Copyright <!--
(C) 2007,2011 GeoSolutions S.A.S. * http://www.geo-solutions.it * * Permission * GeoServer-Manager - Simple Manager Library for GeoServer
is hereby granted, free of charge, to any person obtaining a copy * of this *
software and associated documentation files (the "Software"), to deal * in * Copyright (C) 2007 - 2016 GeoSolutions S.A.S. http://www.geo-solutions.it
the Software without restriction, including without limitation the rights *
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is * * copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: * * The above copyright * furnished to do so, subject to the following conditions:
notice and this permission notice shall be included in * all copies or substantial *
portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY * The above copyright notice and this permission notice shall be included in
OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * all copies or substantial portions of the Software.
OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
DEALINGS IN * THE SOFTWARE. --> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>it.geosolutions</groupId> <groupId>it.geosolutions</groupId>
<artifactId>geoserver-manager</artifactId> <artifactId>geoserver-manager</artifactId>
<version>1.7-SNAPSHOT</version> <version>1.7.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -33,6 +43,8 @@
<inceptionYear>2007</inceptionYear> <inceptionYear>2007</inceptionYear>
<url>https://github.com/geosolutions-it/geoserver-manager</url>
<organization> <organization>
<name>GeoSolutions</name> <name>GeoSolutions</name>
<url>http://www.geo-solutions.it</url> <url>http://www.geo-solutions.it</url>
@ -73,11 +85,9 @@
</license> </license>
</licenses> </licenses>
<url>http://code.google.com/p/geoserver-manager/</url>
<issueManagement> <issueManagement>
<system>googlecode</system> <system>GitHub</system>
<url>http://code.google.com/p/geoserver-manager/issues/list</url> <url>https://github.com/geosolutions-it/geoserver-manager/issues</url>
</issueManagement> </issueManagement>
<mailingLists> <mailingLists>
@ -90,14 +100,12 @@
<scm> <scm>
<connection>scm:git:[fetch=]https://github.com/geosolutions-it/geoserver-manager.git[push=]git@github.com:geosolutions-it/geoserver-manager.git</connection> <connection>scm:git:[fetch=]https://github.com/geosolutions-it/geoserver-manager.git[push=]git@github.com:geosolutions-it/geoserver-manager.git</connection>
<!--developerConnection>scm:git</developerConnection -->
<!--tag>master</tag -->
<url>https://github.com/geosolutions-it/geoserver-manager</url> <url>https://github.com/geosolutions-it/geoserver-manager</url>
</scm> </scm>
<ciManagement> <ciManagement>
<system>jenkins</system> <system>jenkins</system>
<url>http://ci.geo-solutions.it/</url> <url>http://build.geo-solutions.it/jenkins/view/GeoServer-manager/</url>
</ciManagement> </ciManagement>
<distributionManagement> <distributionManagement>
@ -177,7 +185,7 @@
<extension> <extension>
<groupId>org.apache.maven.wagon</groupId> <groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId> <artifactId>wagon-ftp</artifactId>
<version>1.0-beta-7</version> <version>2.6</version>
</extension> </extension>
</extensions> </extensions>
</build> </build>
@ -244,13 +252,21 @@
<!-- commons-logging can be rather simply and conveniently excluded as <!-- commons-logging can be rather simply and conveniently excluded as
a dependency by declaring it in the provided scope within the pom.xml file a dependency by declaring it in the provided scope within the pom.xml file
of your project. The actual commons-logging classes would be provided by of your project. The actual commons-logging classes would be provided by
jcl-over-slf4j. This translates into the following pom file snippet: --> jcl-over-slf4j.
<!-- <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> This translates into the following pom file snippet: -->
<version>1.1.1</version> <scope>provided</scope> </dependency> <dependency> <!-- <dependency>
<groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency> </dependency>
</dependency>--> </dependency>-->
<!--================================================================= --> <!--================================================================= -->
<!-- TEST --> <!-- TEST -->
<!--================================================================= --> <!--================================================================= -->