From c6a3accfd736cfaf406af0b426581f23bdb7ac79 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 19 Jan 2012 10:01:27 +0000 Subject: [PATCH] Prepare 1.1.x development branch. --- .gitignore | 7 ++++++- gradle.properties | 2 +- samples/hello-world/gradle.properties | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index effab4c9..fa419f58 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,13 @@ pom.xml *.iws *.log .classpath +.project +.settings/ /samples/hello-world/vf.gf.dmn-events.cfg /samples/hello-world/vf.gf.dmn-license.cfg /vf.gf.dmn-events.cfg -/vf.gf.dmn-license.cfg \ No newline at end of file +/vf.gf.dmn-events.txt +/vf.gf.dmn-license.cfg + +/BACKUP* \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index cc97c3f2..37f8f14b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.2.0.BUILD-SNAPSHOT \ No newline at end of file +springGemfireVersion=1.1.1.BUILD-SNAPSHOT \ No newline at end of file diff --git a/samples/hello-world/gradle.properties b/samples/hello-world/gradle.properties index 048ae069..65b5d457 100644 --- a/samples/hello-world/gradle.properties +++ b/samples/hello-world/gradle.properties @@ -1,3 +1,3 @@ junitVersion = 4.8.1 springVersion = 3.1.0.RELEASE -version = 1.2.0.BUILD-SNAPSHOT +version = 1.1.1.BUILD-SNAPSHOT