Skip to content

Commit d232d85

Browse files
Prepare 3.3.7 (Neumann SR7).
See #1918
1 parent 155270a commit d232d85

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data.build</groupId>
1515
<artifactId>spring-data-parent</artifactId>
16-
<version>2.3.7.BUILD-SNAPSHOT</version>
16+
<version>2.3.7.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

@@ -29,13 +29,13 @@
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-rest</dist.id>
3131

32-
<springdata.commons>2.3.7.BUILD-SNAPSHOT</springdata.commons>
33-
<springdata.jpa>2.3.7.BUILD-SNAPSHOT</springdata.jpa>
34-
<springdata.mongodb>3.0.7.BUILD-SNAPSHOT</springdata.mongodb>
35-
<springdata.geode>2.3.7.BUILD-SNAPSHOT</springdata.geode>
32+
<springdata.commons>2.3.7.RELEASE</springdata.commons>
33+
<springdata.jpa>2.3.7.RELEASE</springdata.jpa>
34+
<springdata.mongodb>3.0.7.RELEASE</springdata.mongodb>
35+
<springdata.geode>2.3.7.RELEASE</springdata.geode>
3636
<springdata.solr>4.2.7.BUILD-SNAPSHOT</springdata.solr>
37-
<springdata.cassandra>3.0.7.BUILD-SNAPSHOT</springdata.cassandra>
38-
<springdata.keyvalue>2.3.7.BUILD-SNAPSHOT</springdata.keyvalue>
37+
<springdata.cassandra>3.0.7.RELEASE</springdata.cassandra>
38+
<springdata.keyvalue>2.3.7.RELEASE</springdata.keyvalue>
3939

4040
<hibernate.version>5.4.8.Final</hibernate.version>
4141
<jsonpath>1.1.0</jsonpath>
@@ -144,8 +144,8 @@
144144

145145
<repositories>
146146
<repository>
147-
<id>spring-libs-snapshot</id>
148-
<url>https://repo.spring.io/libs-snapshot</url>
147+
<id>spring-libs-release</id>
148+
<url>https://repo.spring.io/libs-release</url>
149149
</repository>
150150
</repositories>
151151

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data REST 3.3.6 (Neumann SR6)
1+
Spring Data REST 3.3.7 (Neumann SR7)
22
Copyright (c) 2012-2019 Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0
@@ -22,3 +22,4 @@ subcomponent's license, as noted in the license.txt file.
2222

2323

2424

25+

0 commit comments

Comments
 (0)