modernized POM
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 20 Mar 2015 22:34:20 +0000 (00:34 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 20 Mar 2015 22:34:20 +0000 (00:34 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 05b2e96..9cb48ec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,16 +1,21 @@
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <groupId>eu.svjatoslav</groupId>
        <artifactId>svjatoslavcommons</artifactId>
        <version>1.5-SNAPSHOT</version>
        <packaging>jar</packaging>
-       <name>Svjatoslav commonly used resources library</name>
-       <description>Svjatoslav commonly used resources library</description>
-
-       <organization>
-               <name>svjatoslav.eu</name>
-               <url>http://svjatoslav.eu</url>
-       </organization>
+       <name>Svjatoslav Commons</name>
+       <description>Collection many small but commonly useful functionalities</description>
+       <url>http://www2.svjatoslav.eu/gitbrowse/svjatoslav_commons/doc/index.html</url>
+
+       <licenses>
+               <license>
+                       <name>version 3 of the GNU Lesser General Public License or later</name>
+                       <url>https://www.gnu.org/licenses/lgpl.html</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                </repository>
        </distributionManagement>
 
-       <repositories>
-               <repository>
-                       <id>svjatoslav.eu</id>
-                       <name>Svjatoslav repository</name>
-                       <url>http://www2.svjatoslav.eu/maven/</url>
-               </repository>
-       </repositories>
-
        <scm>
                <connection>scm:git:ssh://git@svjatoslav.eu/home/git/repositories/svjatoslav_commons.git</connection>
                <developerConnection>scm:git:ssh://git@svjatoslav.eu/home/git/repositories/svjatoslav_commons.git</developerConnection>