Skip to content

Commit 79c3589

Browse files
committed
DATACOUCH-182 - Prepare 1.4.2.RELEASE (Gosling SR2).
1 parent 31dfac6 commit 79c3589

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

+4-4
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.2.BUILD-SNAPSHOT</version>
17+
<version>1.7.2.RELEASE</version>
1818
</parent>
1919

2020
<properties>
@@ -23,7 +23,7 @@
2323

2424
<couchbase>1.4.7</couchbase>
2525
<jackson>2.3.2</jackson>
26-
<springdata.commons>1.11.2.BUILD-SNAPSHOT</springdata.commons>
26+
<springdata.commons>1.11.2.RELEASE</springdata.commons>
2727
<validation>1.0.0.GA</validation>
2828
</properties>
2929

@@ -123,8 +123,8 @@
123123

124124
<repositories>
125125
<repository>
126-
<id>spring-libs-snapshot</id>
127-
<url>https://repo.spring.io/libs-snapshot</url>
126+
<id>spring-libs-release</id>
127+
<url>https://repo.spring.io/libs-release</url>
128128
</repository>
129129
</repositories>
130130

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Couchbase 1.4.1
1+
Spring Data Couchbase 1.4.2
22
Copyright (c) [2013-2015] Couchbase / 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)