Skip to content

Commit 64bad23

Browse files
committed
DATAES-328 - Update pom.xml links to Jira and Bamboo. Remove dist.key.
1 parent 4cb22f1 commit 64bad23

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@
1818
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
1919

2020
<properties>
21-
22-
<dist.key>DATAES</dist.key>
23-
2421
<commonscollections>3.2.1</commonscollections>
2522
<commonslang>2.6</commonslang>
2623
<elasticsearch>2.4.0</elasticsearch>
2724
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
28-
2925
</properties>
3026

3127
<dependencies>
@@ -86,7 +82,7 @@
8682
<artifactId>jackson-databind</artifactId>
8783
<version>${jackson}</version>
8884
</dependency>
89-
85+
9086
<!-- CDI -->
9187
<dependency>
9288
<groupId>javax.enterprise</groupId>
@@ -197,12 +193,12 @@
197193

198194
<ciManagement>
199195
<system>Bamboo</system>
200-
<url>http://build.springsource.org/browse/SPRINGDATAES</url>
196+
<url>https://build.spring.io/browse/SPRINGDATAES</url>
201197
</ciManagement>
202198

203199
<issueManagement>
204200
<system>JIRA</system>
205-
<url>https://jira.springsource.org/browse/DATAES</url>
201+
<url>https://jira.spring.io/browse/DATAES</url>
206202
</issueManagement>
207203

208204
</project>

0 commit comments

Comments
 (0)