From f86ca1d392c2577cf6dea6765e1c136ca1be03c0 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Sun, 17 Mar 2024 23:34:45 -1000 Subject: [PATCH] [maven-release-plugin] prepare release v3.0.2 --- coherence-hibernate-cache-53/pom.xml | 6 +++--- coherence-hibernate-cache-6/pom.xml | 6 +++--- coherence-hibernate-cache-core/pom.xml | 2 +- coherence-hibernate-cache-store-tests/pom.xml | 4 ++-- coherence-hibernate-cache-store/pom.xml | 2 +- coherence-hibernate-site/pom.xml | 10 +++++----- pom.xml | 4 ++-- .../coherence-hibernate-demo-app/pom.xml | 2 +- .../coherence-hibernate-demo-core/pom.xml | 2 +- .../coherence-hibernate-demo-server/pom.xml | 2 +- samples/coherence-hibernate-demo/pom.xml | 4 ++-- samples/pom.xml | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/coherence-hibernate-cache-53/pom.xml b/coherence-hibernate-cache-53/pom.xml index 1d0e37c026..d5793b1c5c 100644 --- a/coherence-hibernate-cache-53/pom.xml +++ b/coherence-hibernate-cache-53/pom.xml @@ -13,7 +13,7 @@ coherence-hibernate-parent com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-53 @@ -43,7 +43,7 @@ com.oracle.coherence.hibernate coherence-hibernate-cache-core - 3.0.2-SNAPSHOT + 3.0.2 ch.qos.logback @@ -59,7 +59,7 @@ com.oracle.coherence.hibernate coherence-hibernate-cache-core - 3.0.2-SNAPSHOT + 3.0.2 test-jar test diff --git a/coherence-hibernate-cache-6/pom.xml b/coherence-hibernate-cache-6/pom.xml index 77fc4684ba..0eca3a4ed2 100644 --- a/coherence-hibernate-cache-6/pom.xml +++ b/coherence-hibernate-cache-6/pom.xml @@ -13,7 +13,7 @@ coherence-hibernate-parent com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-6 @@ -43,7 +43,7 @@ com.oracle.coherence.hibernate coherence-hibernate-cache-core - 3.0.2-SNAPSHOT + 3.0.2 ch.qos.logback @@ -59,7 +59,7 @@ com.oracle.coherence.hibernate coherence-hibernate-cache-core - 3.0.2-SNAPSHOT + 3.0.2 test-jar test diff --git a/coherence-hibernate-cache-core/pom.xml b/coherence-hibernate-cache-core/pom.xml index a08957ee0c..199288aa8b 100644 --- a/coherence-hibernate-cache-core/pom.xml +++ b/coherence-hibernate-cache-core/pom.xml @@ -13,7 +13,7 @@ coherence-hibernate-parent com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-core diff --git a/coherence-hibernate-cache-store-tests/pom.xml b/coherence-hibernate-cache-store-tests/pom.xml index fb097f91af..b1bf180855 100644 --- a/coherence-hibernate-cache-store-tests/pom.xml +++ b/coherence-hibernate-cache-store-tests/pom.xml @@ -19,7 +19,7 @@ coherence-hibernate-parent com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-store-tests @@ -90,7 +90,7 @@ com.oracle.coherence.hibernate coherence-hibernate-cache-store - 3.0.2-SNAPSHOT + 3.0.2 diff --git a/coherence-hibernate-cache-store/pom.xml b/coherence-hibernate-cache-store/pom.xml index 9588bdeda1..99b07d985b 100644 --- a/coherence-hibernate-cache-store/pom.xml +++ b/coherence-hibernate-cache-store/pom.xml @@ -13,7 +13,7 @@ coherence-hibernate-parent com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-store diff --git a/coherence-hibernate-site/pom.xml b/coherence-hibernate-site/pom.xml index 1dc6b833d1..9557290df7 100644 --- a/coherence-hibernate-site/pom.xml +++ b/coherence-hibernate-site/pom.xml @@ -12,7 +12,7 @@ coherence-hibernate-parent com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-site @@ -42,22 +42,22 @@ coherence-hibernate-cache-core com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-53 com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-6 com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-cache-store com.oracle.coherence.hibernate - 3.0.2-SNAPSHOT + 3.0.2 org.hibernate.orm diff --git a/pom.xml b/pom.xml index a042a60d37..fad9e4caac 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.oracle.coherence.hibernate coherence-hibernate-parent - 3.0.2-SNAPSHOT + 3.0.2 pom Coherence Hibernate Project @@ -54,7 +54,7 @@ scm:git:https://github.com/coherence-community/coherence-hibernate.git scm:git:https://github.com/coherence-community/coherence-hibernate.git https://github.com/coherence-community/coherence-hibernate - HEAD + v3.0.2 diff --git a/samples/coherence-hibernate-demo/coherence-hibernate-demo-app/pom.xml b/samples/coherence-hibernate-demo/coherence-hibernate-demo-app/pom.xml index bce0e6dbf4..842045b9a9 100644 --- a/samples/coherence-hibernate-demo/coherence-hibernate-demo-app/pom.xml +++ b/samples/coherence-hibernate-demo/coherence-hibernate-demo-app/pom.xml @@ -11,7 +11,7 @@ com.oracle.coherence.hibernate coherence-hibernate-demo-parent - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-demo-app diff --git a/samples/coherence-hibernate-demo/coherence-hibernate-demo-core/pom.xml b/samples/coherence-hibernate-demo/coherence-hibernate-demo-core/pom.xml index abeb9f0118..ed224ba83b 100644 --- a/samples/coherence-hibernate-demo/coherence-hibernate-demo-core/pom.xml +++ b/samples/coherence-hibernate-demo/coherence-hibernate-demo-core/pom.xml @@ -11,7 +11,7 @@ com.oracle.coherence.hibernate coherence-hibernate-demo-parent - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-demo-core diff --git a/samples/coherence-hibernate-demo/coherence-hibernate-demo-server/pom.xml b/samples/coherence-hibernate-demo/coherence-hibernate-demo-server/pom.xml index e86062067a..2d6ed2939f 100644 --- a/samples/coherence-hibernate-demo/coherence-hibernate-demo-server/pom.xml +++ b/samples/coherence-hibernate-demo/coherence-hibernate-demo-server/pom.xml @@ -11,7 +11,7 @@ com.oracle.coherence.hibernate coherence-hibernate-demo-parent - 3.0.2-SNAPSHOT + 3.0.2 coherence-hibernate-demo-server diff --git a/samples/coherence-hibernate-demo/pom.xml b/samples/coherence-hibernate-demo/pom.xml index d019f841d5..a09cf6cc83 100644 --- a/samples/coherence-hibernate-demo/pom.xml +++ b/samples/coherence-hibernate-demo/pom.xml @@ -12,12 +12,12 @@ com.oracle.coherence.hibernate samples - 3.0.2-SNAPSHOT + 3.0.2 com.oracle.coherence.hibernate coherence-hibernate-demo-parent - 3.0.2-SNAPSHOT + 3.0.2 pom Samples - Coherence Hibernate Demo diff --git a/samples/pom.xml b/samples/pom.xml index adbda18c5a..a1f7930bce 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -13,7 +13,7 @@ com.oracle.coherence.hibernate coherence-hibernate-parent - 3.0.2-SNAPSHOT + 3.0.2 samples