corrected SCM repo

This commit is contained in:
Jochen Staerk
2016-03-11 09:44:31 +01:00
parent 41dced0fab
commit a89bb62082

14
pom.xml
View File

@@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rayman2200</groupId>
<artifactId>mustang-sample-project</artifactId>
<version>1.3.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://github.com/AlexanderSchmidt/PDFA3.git</connection>
<developerConnection>scm:git:https://github.com/AlexanderSchmidt/PDFA3.git</developerConnection>
<url>https://github.com/AlexanderSchmidt/PDFA3.git</url>
<tag>mustang-sample-project-1.3.0</tag>
<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>
<distributionManagement>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.8.10</version>
<version>1.8.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -77,7 +77,7 @@
</includes>
<merge>true</merge>
<repositoryName>PDFA3</repositoryName> <!-- github repo name -->
<repositoryOwner>AlexanderSchmidt</repositoryOwner> <!-- github username -->
<repositoryOwner>Rayman2200</repositoryOwner> <!-- github username -->
</configuration>
<executions>
<!-- run site-maven-plugin's 'site' target as part of the build's normal