From f3255695954399d9e74cb913cd86f5c95a96978f Mon Sep 17 00:00:00 2001 From: Timothy Vertein Date: Tue, 26 Jan 2016 10:18:22 -0600 Subject: [PATCH 1/2] Releases 2.1.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95a2bcc..695e9de 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { subprojects { group = 'edu.wisc.my.restproxy' - version = '2.1.1' + version = '2.1.2' repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } From 6563e022aee7f9a2e9baccb379a1930a4a70fc80 Mon Sep 17 00:00:00 2001 From: Timothy Vertein Date: Tue, 26 Jan 2016 10:19:43 -0600 Subject: [PATCH 2/2] Prepare for 2.1.3-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 695e9de..dfb76fd 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { subprojects { group = 'edu.wisc.my.restproxy' - version = '2.1.2' + version = '2.1.3-SNAPSHOT' repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }