DATAES-328 - Update pom.xml links to Jira and Bamboo. Remove dist.key.

This commit is contained in:
Mark Paluch 2017-01-30 11:16:25 +01:00
parent 4cb22f1520
commit 64bad236da

10
pom.xml
View File

@ -18,14 +18,10 @@
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
<properties>
<dist.key>DATAES</dist.key>
<commonscollections>3.2.1</commonscollections>
<commonslang>2.6</commonslang>
<elasticsearch>2.4.0</elasticsearch>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<dependencies>
@ -86,7 +82,7 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency>
<!-- CDI -->
<dependency>
<groupId>javax.enterprise</groupId>
@ -197,12 +193,12 @@
<ciManagement>
<system>Bamboo</system>
<url>http://build.springsource.org/browse/SPRINGDATAES</url>
<url>https://build.spring.io/browse/SPRINGDATAES</url>
</ciManagement>
<issueManagement>
<system>JIRA</system>
<url>https://jira.springsource.org/browse/DATAES</url>
<url>https://jira.spring.io/browse/DATAES</url>
</issueManagement>
</project>