Release 1.7.0
This commit is contained in:
parent
d2bbcc46a7
commit
0259686b3c
76
pom.xml
76
pom.xml
@ -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
|
||||
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
|
||||
<!--
|
||||
* GeoServer-Manager - Simple Manager Library for GeoServer
|
||||
*
|
||||
* Copyright (C) 2007 - 2016 GeoSolutions S.A.S. http://www.geo-solutions.it
|
||||
*
|
||||
* 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
|
||||
* 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
|
||||
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
|
||||
OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE * 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. -->
|
||||
* 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 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 OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* 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>
|
||||
|
||||
<groupId>it.geosolutions</groupId>
|
||||
<artifactId>geoserver-manager</artifactId>
|
||||
<version>1.7-SNAPSHOT</version>
|
||||
<version>1.7.0</version>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@ -33,6 +43,8 @@
|
||||
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
|
||||
<url>https://github.com/geosolutions-it/geoserver-manager</url>
|
||||
|
||||
<organization>
|
||||
<name>GeoSolutions</name>
|
||||
<url>http://www.geo-solutions.it</url>
|
||||
@ -73,11 +85,9 @@
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<url>http://code.google.com/p/geoserver-manager/</url>
|
||||
|
||||
<issueManagement>
|
||||
<system>googlecode</system>
|
||||
<url>http://code.google.com/p/geoserver-manager/issues/list</url>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/geosolutions-it/geoserver-manager/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<mailingLists>
|
||||
@ -90,14 +100,12 @@
|
||||
|
||||
<scm>
|
||||
<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>
|
||||
</scm>
|
||||
|
||||
<ciManagement>
|
||||
<system>jenkins</system>
|
||||
<url>http://ci.geo-solutions.it/</url>
|
||||
<url>http://build.geo-solutions.it/jenkins/view/GeoServer-manager/</url>
|
||||
</ciManagement>
|
||||
|
||||
<distributionManagement>
|
||||
@ -177,7 +185,7 @@
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ftp</artifactId>
|
||||
<version>1.0-beta-7</version>
|
||||
<version>2.6</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
@ -244,13 +252,21 @@
|
||||
<!-- commons-logging can be rather simply and conveniently excluded as
|
||||
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
|
||||
jcl-over-slf4j. This translates into the following pom file snippet: -->
|
||||
<!-- <dependency> <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>
|
||||
jcl-over-slf4j.
|
||||
This translates into the following pom file snippet: -->
|
||||
<!-- <dependency>
|
||||
<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>-->
|
||||
|
||||
<!--================================================================= -->
|
||||
<!-- TEST -->
|
||||
<!--================================================================= -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user