diff --git a/coherence-spring-boot-starter/pom.xml b/coherence-spring-boot-starter/pom.xml index 050991ba438..59ca20da7dc 100644 --- a/coherence-spring-boot-starter/pom.xml +++ b/coherence-spring-boot-starter/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-boot-starter diff --git a/coherence-spring-core/pom.xml b/coherence-spring-core/pom.xml index 4ade55109d4..02fa3e19758 100644 --- a/coherence-spring-core/pom.xml +++ b/coherence-spring-core/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-core diff --git a/coherence-spring-data/pom.xml b/coherence-spring-data/pom.xml index 96df5422250..5d0d7353566 100644 --- a/coherence-spring-data/pom.xml +++ b/coherence-spring-data/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-data diff --git a/coherence-spring-docs/pom.xml b/coherence-spring-docs/pom.xml index ea52d20de0b..dd080ca0f5b 100644 --- a/coherence-spring-docs/pom.xml +++ b/coherence-spring-docs/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-docs @@ -30,25 +30,25 @@ com.oracle.coherence.spring coherence-spring-core - 4.2.1-SNAPSHOT + 4.3.0 com.oracle.coherence.spring coherence-spring-data - 4.2.1-SNAPSHOT + 4.3.0 com.oracle.coherence.spring coherence-spring-boot-starter - 4.2.1-SNAPSHOT + 4.3.0 com.oracle.coherence.spring coherence-spring-session - 4.2.1-SNAPSHOT + 4.3.0 diff --git a/coherence-spring-session/pom.xml b/coherence-spring-session/pom.xml index 686155e89b6..fb06b42d1de 100644 --- a/coherence-spring-session/pom.xml +++ b/coherence-spring-session/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-session diff --git a/coherence-spring-site/pom.xml b/coherence-spring-site/pom.xml index 6d5330f2f5c..7f4ff8d5cb9 100644 --- a/coherence-spring-site/pom.xml +++ b/coherence-spring-site/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-site @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-docs - 4.2.1-SNAPSHOT + 4.3.0 zip diff --git a/coherence-spring-tests/pom.xml b/coherence-spring-tests/pom.xml index cf366d6e427..9edf53cf366 100644 --- a/coherence-spring-tests/pom.xml +++ b/coherence-spring-tests/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-tests diff --git a/pom.xml b/pom.xml index 999ea6e4ebf..055df05b01d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 pom Coherence Spring Project @@ -74,7 +74,7 @@ scm:git:https://github.com/coherence-community/coherence-spring.git scm:git:https://github.com/coherence-community/coherence-spring.git https://github.com/coherence-community/coherence-spring - v4.2.0 + v4.3.0 diff --git a/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml b/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml index cd13a06702e..a5c8fd39939 100644 --- a/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml +++ b/samples/cachestore-demo/coherence-spring-cachestore-demo-app/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cachestore-demo - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-cachestore-demo-app diff --git a/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml b/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml index 50f9fe5707f..61e659af809 100644 --- a/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml +++ b/samples/cachestore-demo/coherence-spring-cachestore-demo-core/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cachestore-demo - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-cachestore-demo-core diff --git a/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml b/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml index b229e1e7ae6..f854f057415 100644 --- a/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml +++ b/samples/cachestore-demo/coherence-spring-cachestore-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cachestore-demo - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-cachestore-demo-server diff --git a/samples/cachestore-demo/pom.xml b/samples/cachestore-demo/pom.xml index 5d2e05014a0..d20ba097399 100644 --- a/samples/cachestore-demo/pom.xml +++ b/samples/cachestore-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 4.2.1-SNAPSHOT + 4.3.0 com.oracle.coherence.spring diff --git a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml index 5a63749ffd9..1a264834063 100644 --- a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml +++ b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-app/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring circuit-breaker-cache-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 circuit-breaker-cache-demo-app - 4.2.1-SNAPSHOT + 4.3.0 Circuit Breaker Cache Demo - App Circuit Breaker Cache Demo - App @@ -42,7 +42,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.2.1-SNAPSHOT + 4.3.0 ${coherence.groupId} diff --git a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml index 91b3a104491..12affc6eacd 100644 --- a/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml +++ b/samples/circuit-breaker-cache-demo/circuit-breaker-cache-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring circuit-breaker-cache-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 circuit-breaker-cache-demo-server @@ -37,7 +37,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.2.1-SNAPSHOT + 4.3.0 ${coherence.groupId} diff --git a/samples/circuit-breaker-cache-demo/pom.xml b/samples/circuit-breaker-cache-demo/pom.xml index 7d081afae9c..74deb471682 100644 --- a/samples/circuit-breaker-cache-demo/pom.xml +++ b/samples/circuit-breaker-cache-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 4.2.1-SNAPSHOT + 4.3.0 circuit-breaker-cache-demo-parent diff --git a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml index 41158866a1c..a78fee69e53 100644 --- a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-app/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cloud-config-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-cloud-config-demo-parent-app diff --git a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml index 882c901f963..90b04eb9d9f 100644 --- a/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/coherence-spring-cloud-config-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-cloud-config-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-cloud-config-demo-server diff --git a/samples/coherence-spring-cloud-config-demo/pom.xml b/samples/coherence-spring-cloud-config-demo/pom.xml index ecc5fcbf659..8f400df0611 100644 --- a/samples/coherence-spring-cloud-config-demo/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-cloud-config-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 pom Coherence Spring Cloud Config Demo - Parent diff --git a/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml b/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml index 4536590bd1f..628cbeb992f 100644 --- a/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml +++ b/samples/coherence-spring-demo/coherence-spring-demo-boot/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-demo-boot diff --git a/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml b/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml index 0d962c3e5b9..3c637b7dbd8 100644 --- a/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml +++ b/samples/coherence-spring-demo/coherence-spring-demo-classic/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-demo-classic diff --git a/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml b/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml index e33d2b832f9..156d02c69ec 100644 --- a/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml +++ b/samples/coherence-spring-demo/coherence-spring-demo-core/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring coherence-spring-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-demo-core diff --git a/samples/coherence-spring-demo/pom.xml b/samples/coherence-spring-demo/pom.xml index 363a44abd17..54caf92e5fa 100644 --- a/samples/coherence-spring-demo/pom.xml +++ b/samples/coherence-spring-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 4.2.1-SNAPSHOT + 4.3.0 coherence-spring-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 pom diff --git a/samples/hibernate-cache-demo/pom.xml b/samples/hibernate-cache-demo/pom.xml index 2e6aa322fbb..c0c53f926ba 100644 --- a/samples/hibernate-cache-demo/pom.xml +++ b/samples/hibernate-cache-demo/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring samples - 4.2.1-SNAPSHOT + 4.3.0 hibernate-cache-demo - 4.2.1-SNAPSHOT + 4.3.0 Hibernate Cache Demo - App Demo project for using Spring Boot with Hibernate Second Level Cache and Coherence @@ -50,7 +50,7 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.2.1-SNAPSHOT + 4.3.0 ${coherence.groupId} diff --git a/samples/pom.xml b/samples/pom.xml index bb95aacd93e..b7b5cfd8ae7 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.spring coherence-spring-parent - 4.2.1-SNAPSHOT + 4.3.0 samples diff --git a/samples/spring-session-demo/pom.xml b/samples/spring-session-demo/pom.xml index 0e2a5039edf..b20ae4f9bba 100644 --- a/samples/spring-session-demo/pom.xml +++ b/samples/spring-session-demo/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring samples - 4.2.1-SNAPSHOT + 4.3.0 spring-session-demo-parent diff --git a/samples/spring-session-demo/spring-session-demo-app/pom.xml b/samples/spring-session-demo/spring-session-demo-app/pom.xml index 25c88d9de85..e34f9fd1a51 100644 --- a/samples/spring-session-demo/spring-session-demo-app/pom.xml +++ b/samples/spring-session-demo/spring-session-demo-app/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring spring-session-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 spring-session-demo-app - 4.2.1-SNAPSHOT + 4.3.0 Spring Session Demo - App Demo project for Spring Session @@ -55,12 +55,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.2.1-SNAPSHOT + 4.3.0 com.oracle.coherence.spring coherence-spring-session - 4.2.1-SNAPSHOT + 4.3.0 ${coherence.groupId} diff --git a/samples/spring-session-demo/spring-session-demo-server/pom.xml b/samples/spring-session-demo/spring-session-demo-server/pom.xml index bee148ca9e9..56a3e4fdd29 100644 --- a/samples/spring-session-demo/spring-session-demo-server/pom.xml +++ b/samples/spring-session-demo/spring-session-demo-server/pom.xml @@ -12,7 +12,7 @@ com.oracle.coherence.spring spring-session-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 spring-session-demo-server @@ -41,12 +41,12 @@ com.oracle.coherence.spring coherence-spring-boot-starter - 4.2.1-SNAPSHOT + 4.3.0 com.oracle.coherence.spring coherence-spring-session - 4.2.1-SNAPSHOT + 4.3.0 ${coherence.groupId} diff --git a/samples/spring-session-demo/spring-session-demo-war/pom.xml b/samples/spring-session-demo/spring-session-demo-war/pom.xml index 52c771ab5b1..42c3f6e2a36 100644 --- a/samples/spring-session-demo/spring-session-demo-war/pom.xml +++ b/samples/spring-session-demo/spring-session-demo-war/pom.xml @@ -12,11 +12,11 @@ com.oracle.coherence.spring spring-session-demo-parent - 4.2.1-SNAPSHOT + 4.3.0 spring-session-demo-war - 4.2.1-SNAPSHOT + 4.3.0 war Spring Session Demo - War @@ -36,7 +36,7 @@ com.oracle.coherence.spring coherence-spring-session - 4.2.1-SNAPSHOT + 4.3.0 ${coherence.groupId}