Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 31d731f

Browse files
committed
DATASOLR-257 - Prepare 1.5.0.RELEASE (Gosling GA).
1 parent 3baf851 commit 31d731f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>1.7.0.BUILD-SNAPSHOT</version>
17+
<version>1.7.0.RELEASE</version>
1818
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1919
</parent>
2020

@@ -24,7 +24,7 @@
2424
<commons.lang>3.1</commons.lang>
2525
<httpcomponents>4.2.2</httpcomponents>
2626
<solr>4.10.4</solr>
27-
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>1.11.0.RELEASE</springdata.commons>
2828
</properties>
2929

3030
<developers>
@@ -290,8 +290,8 @@
290290

291291
<repositories>
292292
<repository>
293-
<id>spring-libs-snapshot</id>
294-
<url>https://repo.spring.io/libs-snapshot</url>
293+
<id>spring-libs-release</id>
294+
<url>https://repo.spring.io/libs-release</url>
295295
</repository>
296296
</repositories>
297297

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Solr 1.5 RC1
1+
Spring Data Solr 1.5 GA
22
Copyright (c) [2013-2015] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)