From 18c79fcf00d75531f995d60ce1e9c7683e39d07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20LELEU?= Date: Mon, 7 Oct 2019 11:02:29 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- cas-client-core/pom.xml | 2 +- cas-client-integration-jboss/pom.xml | 2 +- cas-client-integration-jetty/pom.xml | 2 +- cas-client-integration-tomcat-common/pom.xml | 2 +- cas-client-integration-tomcat-v6/pom.xml | 2 +- cas-client-integration-tomcat-v7/pom.xml | 2 +- cas-client-integration-tomcat-v8/pom.xml | 2 +- cas-client-integration-tomcat-v85/pom.xml | 2 +- cas-client-integration-tomcat-v90/pom.xml | 2 +- cas-client-support-distributed-ehcache/pom.xml | 2 +- cas-client-support-distributed-memcached/pom.xml | 2 +- cas-client-support-saml/pom.xml | 2 +- cas-client-support-springboot/pom.xml | 2 +- pom.xml | 4 ++-- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cas-client-core/pom.xml b/cas-client-core/pom.xml index 4f8a69f..13f1e3b 100644 --- a/cas-client-core/pom.xml +++ b/cas-client-core/pom.xml @@ -21,7 +21,7 @@ org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT cas-client 4.0.0 diff --git a/cas-client-integration-jboss/pom.xml b/cas-client-integration-jboss/pom.xml index 338c35c..fe320c4 100644 --- a/cas-client-integration-jboss/pom.xml +++ b/cas-client-integration-jboss/pom.xml @@ -21,7 +21,7 @@ org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT cas-client 4.0.0 diff --git a/cas-client-integration-jetty/pom.xml b/cas-client-integration-jetty/pom.xml index ce39138..2b3718f 100644 --- a/cas-client-integration-jetty/pom.xml +++ b/cas-client-integration-jetty/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-integration-tomcat-common/pom.xml b/cas-client-integration-tomcat-common/pom.xml index ed19346..272e4b6 100644 --- a/cas-client-integration-tomcat-common/pom.xml +++ b/cas-client-integration-tomcat-common/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-integration-tomcat-v6/pom.xml b/cas-client-integration-tomcat-v6/pom.xml index 0bc9adb..9cb0077 100644 --- a/cas-client-integration-tomcat-v6/pom.xml +++ b/cas-client-integration-tomcat-v6/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-integration-tomcat-v7/pom.xml b/cas-client-integration-tomcat-v7/pom.xml index b934505..9358f8a 100644 --- a/cas-client-integration-tomcat-v7/pom.xml +++ b/cas-client-integration-tomcat-v7/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-integration-tomcat-v8/pom.xml b/cas-client-integration-tomcat-v8/pom.xml index d04e3c6..86edfd0 100644 --- a/cas-client-integration-tomcat-v8/pom.xml +++ b/cas-client-integration-tomcat-v8/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-integration-tomcat-v85/pom.xml b/cas-client-integration-tomcat-v85/pom.xml index 1e8b5b9..aeecde0 100644 --- a/cas-client-integration-tomcat-v85/pom.xml +++ b/cas-client-integration-tomcat-v85/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-integration-tomcat-v90/pom.xml b/cas-client-integration-tomcat-v90/pom.xml index 1570a34..f8c73b8 100644 --- a/cas-client-integration-tomcat-v90/pom.xml +++ b/cas-client-integration-tomcat-v90/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-support-distributed-ehcache/pom.xml b/cas-client-support-distributed-ehcache/pom.xml index c5146bb..ab25195 100644 --- a/cas-client-support-distributed-ehcache/pom.xml +++ b/cas-client-support-distributed-ehcache/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache diff --git a/cas-client-support-distributed-memcached/pom.xml b/cas-client-support-distributed-memcached/pom.xml index 248ef3c..904e2a2 100644 --- a/cas-client-support-distributed-memcached/pom.xml +++ b/cas-client-support-distributed-memcached/pom.xml @@ -23,7 +23,7 @@ cas-client org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT 4.0.0 diff --git a/cas-client-support-saml/pom.xml b/cas-client-support-saml/pom.xml index b4c624d..6b96c6c 100644 --- a/cas-client-support-saml/pom.xml +++ b/cas-client-support-saml/pom.xml @@ -21,7 +21,7 @@ org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT cas-client 4.0.0 diff --git a/cas-client-support-springboot/pom.xml b/cas-client-support-springboot/pom.xml index 7373c4a..987eacf 100644 --- a/cas-client-support-springboot/pom.xml +++ b/cas-client-support-springboot/pom.xml @@ -21,7 +21,7 @@ org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT cas-client 4.0.0 diff --git a/pom.xml b/pom.xml index 4788e4e..1afa74b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.jasig.cas.client - 3.6.0 + 3.6.1-SNAPSHOT cas-client pom @@ -41,7 +41,7 @@ scm:git:git@github.com:apereo/java-cas-client.git scm:git:git@github.com:apereo/java-cas-client.git https://github.com/apereo/java-cas-client - cas-client-3.6.0 + HEAD 2006