Skip to content

Commit 9087e2a

Browse files
committed
DATAREDIS-556 - Prepare 1.6.6 (Gosling SR6).
1 parent 65f57b3 commit 9087e2a

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
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.7.5.RELEASE</version>
15+
<version>1.7.6.RELEASE</version>
1616
</parent>
1717

1818
<properties>
@@ -229,8 +229,8 @@
229229

230230
<repositories>
231231
<repository>
232-
<id>spring-libs-snapshot</id>
233-
<url>https://repo.spring.io/libs-snapshot</url>
232+
<id>spring-libs-release</id>
233+
<url>https://repo.spring.io/libs-release</url>
234234
</repository>
235235
</repositories>
236236

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 Redis 1.6.5
1+
Spring Data Redis 1.6.6
22
Copyright (c) [$copyright] Pivotal Software, Inc.
33

44
========================================================================

0 commit comments

Comments
 (0)