Prepare project for release and add some metadata to pom.xml

This commit is contained in:
Thomas Chojecki
2015-02-21 20:58:39 +01:00
parent 58e9e8bb6c
commit 1219d5315b
3 changed files with 46 additions and 11 deletions

10
pom.xml
View File

@@ -3,9 +3,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rayman2200</groupId>
<artifactId>mustang-sample-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://github.com/Rayman2200/PDFA3.git</connection>
<developerConnection>scm:git:https://github.com/Rayman2200/PDFA3.git</developerConnection>
<url>https://github.com/Rayman2200/PDFA3</url>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -42,5 +49,4 @@
</plugin>
</plugins>
</build>
</project>