Add SCM etc. to POM for release

This commit is contained in:
Dave Syer
2011-03-10 16:53:35 +00:00
parent c1c16d3e23
commit 43f39036b2

26
pom.xml
View File

@@ -8,6 +8,16 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<name>Spring Retry</name>
<url>http://www.springsource.org</url>
<organization>
<name>SpringSource</name>
<url>http://www.springsource.com</url>
</organization>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<packaging>jar</packaging>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
@@ -46,6 +56,20 @@
</profile>
</profiles>
<scm>
<url>http://github.com/SpringSource/spring-retry</url>
<connection>scm:git:git://github.com/SpringSource/spring-retry.git</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-retry.git</developerConnection>
</scm>
<developers>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>david.syer@springsource.com</email>
</developer>
</developers>
<distributionManagement>
<!-- see 'staging' profile for dry-run deployment settings -->
<downloadUrl>http://www.springsource.com/download/community
@@ -113,6 +137,8 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<optional>true</optional>
<scope>runtime</scope>
</dependency>
</dependencies>