Prepare project for release and add some metadata to pom.xml
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -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>
|
||||
Reference in New Issue
Block a user