From 599a9601353a68e49a748ef529577d231ddccff9 Mon Sep 17 00:00:00 2001 From: Greg Luck Date: Thu, 15 Mar 2018 16:31:32 -0400 Subject: [PATCH] Incremented version to 1.1.1-SNAPSHOT. commented out CDI run_tests_from_ide due to a strange IntelliJ error --- cache-annotations-ri/cache-annotations-ri-cdi/pom.xml | 2 +- cache-annotations-ri/cache-annotations-ri-common/pom.xml | 2 +- cache-annotations-ri/cache-annotations-ri-guice/pom.xml | 2 +- cache-annotations-ri/cache-annotations-ri-spring/pom.xml | 2 +- cache-annotations-ri/pom.xml | 2 +- cache-ri-impl/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cache-annotations-ri/cache-annotations-ri-cdi/pom.xml b/cache-annotations-ri/cache-annotations-ri-cdi/pom.xml index e655de1..32c4a8c 100644 --- a/cache-annotations-ri/cache-annotations-ri-cdi/pom.xml +++ b/cache-annotations-ri/cache-annotations-ri-cdi/pom.xml @@ -5,7 +5,7 @@ org.jsr107.ri cache-annotations-ri - 1.1.0 + 1.1.1-SNAPSHOT cache-annotations-ri-cdi diff --git a/cache-annotations-ri/cache-annotations-ri-common/pom.xml b/cache-annotations-ri/cache-annotations-ri-common/pom.xml index 4736b67..22d723b 100644 --- a/cache-annotations-ri/cache-annotations-ri-common/pom.xml +++ b/cache-annotations-ri/cache-annotations-ri-common/pom.xml @@ -5,7 +5,7 @@ org.jsr107.ri cache-annotations-ri - 1.1.0 + 1.1.1-SNAPSHOT cache-annotations-ri-common diff --git a/cache-annotations-ri/cache-annotations-ri-guice/pom.xml b/cache-annotations-ri/cache-annotations-ri-guice/pom.xml index 6dc5913..0f4412a 100644 --- a/cache-annotations-ri/cache-annotations-ri-guice/pom.xml +++ b/cache-annotations-ri/cache-annotations-ri-guice/pom.xml @@ -5,7 +5,7 @@ org.jsr107.ri cache-annotations-ri - 1.1.0 + 1.1.1-SNAPSHOT org.jsr107.ri diff --git a/cache-annotations-ri/cache-annotations-ri-spring/pom.xml b/cache-annotations-ri/cache-annotations-ri-spring/pom.xml index 7b2082d..19165bf 100644 --- a/cache-annotations-ri/cache-annotations-ri-spring/pom.xml +++ b/cache-annotations-ri/cache-annotations-ri-spring/pom.xml @@ -5,7 +5,7 @@ org.jsr107.ri cache-annotations-ri - 1.1.0 + 1.1.1-SNAPSHOT cache-annotations-ri-spring diff --git a/cache-annotations-ri/pom.xml b/cache-annotations-ri/pom.xml index 452c502..1e44941 100644 --- a/cache-annotations-ri/pom.xml +++ b/cache-annotations-ri/pom.xml @@ -5,7 +5,7 @@ org.jsr107.ri cache-ri - 1.1.0 + 1.1.1-SNAPSHOT cache-annotations-ri pom diff --git a/cache-ri-impl/pom.xml b/cache-ri-impl/pom.xml index bf4ff40..2f74b27 100644 --- a/cache-ri-impl/pom.xml +++ b/cache-ri-impl/pom.xml @@ -5,7 +5,7 @@ org.jsr107.ri cache-ri - 1.1.0 + 1.1.1-SNAPSHOT cache-ri-impl jar diff --git a/pom.xml b/pom.xml index fb3f0ae..1c5d50a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.jsr107.ri cache-ri - 1.1.0 + 1.1.1-SNAPSHOT pom JSR107 RI @@ -32,7 +32,7 @@ javax.cache cache-api - 1.1.0 + 1.1.1-SNAPSHOT