-<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>