Skip to content

Commit

Permalink
DATAGEODE-48 - Prepare 2.0.1 (Kay SR1).
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 27, 2017
1 parent f4170a5 commit 05fa29d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>

<groupId>org.springframework.data</groupId>
Expand All @@ -22,16 +22,16 @@
<assertj.version>3.6.2</assertj.version>
<geode.version>1.2.1</geode.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<springdata.commons>2.0.1.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.0.1.RELEASE</springdata.commons>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<source.level>1.8</source.level>
<java-module-name>spring.data.geode</java-module-name>
</properties>

<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
<!--
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/notice.txt
@@ -1,4 +1,4 @@
Spring Data for Apache Geode 2.0 GA
Spring Data for Apache Geode 2.0.1
== NOTICE file corresponding to section 4 d of the Apache License, ==
== Version 2.0, for the Spring Framework distribution. ==
======================================================================
Expand Down

0 comments on commit 05fa29d

Please sign in to comment.