From f4f40d3ba1d83b8b12a571a72acbf100c8753e7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 12:09:18 +0000 Subject: [PATCH] prepare release gaffer2-2.0.0 --- core/access/pom.xml | 2 +- core/cache/pom.xml | 2 +- core/common-util/pom.xml | 2 +- core/data/pom.xml | 2 +- core/exception/pom.xml | 2 +- core/graph/pom.xml | 2 +- core/operation/pom.xml | 2 +- core/pom.xml | 2 +- core/serialisation/pom.xml | 2 +- core/store/pom.xml | 2 +- core/type/pom.xml | 2 +- example/basic/basic-model/pom.xml | 2 +- example/basic/basic-rest/pom.xml | 2 +- example/basic/pom.xml | 2 +- example/federated-demo/pom.xml | 2 +- example/pom.xml | 2 +- example/road-traffic/pom.xml | 2 +- example/road-traffic/road-traffic-demo/pom.xml | 2 +- example/road-traffic/road-traffic-generators/pom.xml | 2 +- example/road-traffic/road-traffic-model/pom.xml | 2 +- example/road-traffic/road-traffic-rest/pom.xml | 2 +- integration-test/pom.xml | 2 +- library/bitmap-library/pom.xml | 2 +- library/cache-library/hazelcast-cache-service/pom.xml | 2 +- library/cache-library/jcs-cache-service/pom.xml | 2 +- library/cache-library/pom.xml | 2 +- library/flink-library/pom.xml | 2 +- library/hdfs-library/pom.xml | 2 +- library/pom.xml | 2 +- library/sketches-library/pom.xml | 2 +- library/spark/pom.xml | 2 +- library/spark/spark-accumulo-library/pom.xml | 2 +- library/spark/spark-library/pom.xml | 2 +- library/time-library/pom.xml | 2 +- pom.xml | 2 +- rest-api/accumulo-rest/pom.xml | 2 +- rest-api/common-rest/pom.xml | 2 +- rest-api/common-rest/src/main/resources/version.properties | 2 +- rest-api/core-rest/pom.xml | 2 +- rest-api/map-rest/pom.xml | 2 +- rest-api/pom.xml | 2 +- rest-api/spring-rest/pom.xml | 2 +- store-implementation/accumulo-store/pom.xml | 2 +- store-implementation/federated-store/pom.xml | 2 +- store-implementation/map-store/pom.xml | 2 +- store-implementation/pom.xml | 2 +- store-implementation/proxy-store/pom.xml | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/core/access/pom.xml b/core/access/pom.xml index 423a4c1206d..8ccad66046c 100644 --- a/core/access/pom.xml +++ b/core/access/pom.xml @@ -19,7 +19,7 @@ core uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/cache/pom.xml b/core/cache/pom.xml index ecfa9759ed8..9e4cb754929 100644 --- a/core/cache/pom.xml +++ b/core/cache/pom.xml @@ -3,7 +3,7 @@ core uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/common-util/pom.xml b/core/common-util/pom.xml index bc0a1db8917..9b0d1798807 100644 --- a/core/common-util/pom.xml +++ b/core/common-util/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 common-util diff --git a/core/data/pom.xml b/core/data/pom.xml index 76215285e44..8de26a03c6b 100644 --- a/core/data/pom.xml +++ b/core/data/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/exception/pom.xml b/core/exception/pom.xml index 81c5980444b..a48a547233a 100644 --- a/core/exception/pom.xml +++ b/core/exception/pom.xml @@ -3,7 +3,7 @@ core uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/graph/pom.xml b/core/graph/pom.xml index 6a30cfaa9bc..2afd9867b11 100644 --- a/core/graph/pom.xml +++ b/core/graph/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/operation/pom.xml b/core/operation/pom.xml index b1df962381b..a49c356e2ee 100644 --- a/core/operation/pom.xml +++ b/core/operation/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index bf7e81a6434..30302693d56 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer gaffer2 - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/serialisation/pom.xml b/core/serialisation/pom.xml index 9c8b90976ab..f76e08a4e89 100644 --- a/core/serialisation/pom.xml +++ b/core/serialisation/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/store/pom.xml b/core/store/pom.xml index 6d7ad6927c7..0a0ae3ee576 100644 --- a/core/store/pom.xml +++ b/core/store/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/type/pom.xml b/core/type/pom.xml index 16a4711ed64..bd8cbcad538 100644 --- a/core/type/pom.xml +++ b/core/type/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer core - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 type diff --git a/example/basic/basic-model/pom.xml b/example/basic/basic-model/pom.xml index ba5623ee760..0100fd9958f 100644 --- a/example/basic/basic-model/pom.xml +++ b/example/basic/basic-model/pom.xml @@ -18,7 +18,7 @@ uk.gov.gchq.gaffer basic - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/basic/basic-rest/pom.xml b/example/basic/basic-rest/pom.xml index 9f1a88d69b5..3938f65b1f1 100644 --- a/example/basic/basic-rest/pom.xml +++ b/example/basic/basic-rest/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer basic - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/basic/pom.xml b/example/basic/pom.xml index 0113bf1de67..1b364f7fb96 100644 --- a/example/basic/pom.xml +++ b/example/basic/pom.xml @@ -18,7 +18,7 @@ uk.gov.gchq.gaffer example - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/federated-demo/pom.xml b/example/federated-demo/pom.xml index e7b2ef112ba..7cb3bda70d9 100644 --- a/example/federated-demo/pom.xml +++ b/example/federated-demo/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer example - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index 8fb9dfccaeb..601cc20d247 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer gaffer2 - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 example diff --git a/example/road-traffic/pom.xml b/example/road-traffic/pom.xml index d6fc1a05d2f..6072332bb98 100644 --- a/example/road-traffic/pom.xml +++ b/example/road-traffic/pom.xml @@ -3,7 +3,7 @@ uk.gov.gchq.gaffer example - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/road-traffic/road-traffic-demo/pom.xml b/example/road-traffic/road-traffic-demo/pom.xml index ffdf1e5b6b8..0118673d166 100644 --- a/example/road-traffic/road-traffic-demo/pom.xml +++ b/example/road-traffic/road-traffic-demo/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer road-traffic - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/road-traffic/road-traffic-generators/pom.xml b/example/road-traffic/road-traffic-generators/pom.xml index bd0f463bd10..97b9d28d401 100644 --- a/example/road-traffic/road-traffic-generators/pom.xml +++ b/example/road-traffic/road-traffic-generators/pom.xml @@ -3,7 +3,7 @@ uk.gov.gchq.gaffer road-traffic - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/road-traffic/road-traffic-model/pom.xml b/example/road-traffic/road-traffic-model/pom.xml index c153b091076..ebb5ab7d42a 100644 --- a/example/road-traffic/road-traffic-model/pom.xml +++ b/example/road-traffic/road-traffic-model/pom.xml @@ -3,7 +3,7 @@ uk.gov.gchq.gaffer road-traffic - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/example/road-traffic/road-traffic-rest/pom.xml b/example/road-traffic/road-traffic-rest/pom.xml index 0cf9eadbad2..0d2ffe4d85a 100644 --- a/example/road-traffic/road-traffic-rest/pom.xml +++ b/example/road-traffic/road-traffic-rest/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer road-traffic - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/integration-test/pom.xml b/integration-test/pom.xml index c3df47ed281..0473f69d94f 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -21,7 +21,7 @@ uk.gov.gchq.gaffer gaffer2 - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 integration-test diff --git a/library/bitmap-library/pom.xml b/library/bitmap-library/pom.xml index 101442b674c..0313c6175bc 100644 --- a/library/bitmap-library/pom.xml +++ b/library/bitmap-library/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/library/cache-library/hazelcast-cache-service/pom.xml b/library/cache-library/hazelcast-cache-service/pom.xml index c1ebca9fc87..45807c0035f 100644 --- a/library/cache-library/hazelcast-cache-service/pom.xml +++ b/library/cache-library/hazelcast-cache-service/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer cache-library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/library/cache-library/jcs-cache-service/pom.xml b/library/cache-library/jcs-cache-service/pom.xml index 140903ea528..341e90e6da4 100644 --- a/library/cache-library/jcs-cache-service/pom.xml +++ b/library/cache-library/jcs-cache-service/pom.xml @@ -18,7 +18,7 @@ uk.gov.gchq.gaffer cache-library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/library/cache-library/pom.xml b/library/cache-library/pom.xml index f5c8a2d3f9d..4a489d01757 100644 --- a/library/cache-library/pom.xml +++ b/library/cache-library/pom.xml @@ -18,7 +18,7 @@ uk.gov.gchq.gaffer library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/library/flink-library/pom.xml b/library/flink-library/pom.xml index 636e000efa0..0491895354a 100644 --- a/library/flink-library/pom.xml +++ b/library/flink-library/pom.xml @@ -19,7 +19,7 @@ library uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/library/hdfs-library/pom.xml b/library/hdfs-library/pom.xml index 8cadeb2edd4..b702eaefe02 100644 --- a/library/hdfs-library/pom.xml +++ b/library/hdfs-library/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 hdfs-library diff --git a/library/pom.xml b/library/pom.xml index 7f0903d95dc..ee6cdd7e1ba 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -18,7 +18,7 @@ uk.gov.gchq.gaffer gaffer2 - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/library/sketches-library/pom.xml b/library/sketches-library/pom.xml index 46e8e0a4923..ee5f1258af0 100644 --- a/library/sketches-library/pom.xml +++ b/library/sketches-library/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 sketches-library diff --git a/library/spark/pom.xml b/library/spark/pom.xml index 17f2fc8dd40..deaebb37b5d 100644 --- a/library/spark/pom.xml +++ b/library/spark/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 spark diff --git a/library/spark/spark-accumulo-library/pom.xml b/library/spark/spark-accumulo-library/pom.xml index bc9015688e9..c280a4da06d 100644 --- a/library/spark/spark-accumulo-library/pom.xml +++ b/library/spark/spark-accumulo-library/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer spark - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 spark-accumulo-library diff --git a/library/spark/spark-library/pom.xml b/library/spark/spark-library/pom.xml index 745547e0cbe..9ae0561f9cc 100644 --- a/library/spark/spark-library/pom.xml +++ b/library/spark/spark-library/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer spark - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 spark-library diff --git a/library/time-library/pom.xml b/library/time-library/pom.xml index a2fa51c98a7..1d24b4a3246 100644 --- a/library/time-library/pom.xml +++ b/library/time-library/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer library - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 time-library diff --git a/pom.xml b/pom.xml index ee2bd563368..77729063abc 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ uk.gov.gchq.gaffer gaffer2 pom - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 ${project.groupId}:${project.artifactId} A scalable Graph database framework diff --git a/rest-api/accumulo-rest/pom.xml b/rest-api/accumulo-rest/pom.xml index 36b225f92fa..68272b3f6e9 100644 --- a/rest-api/accumulo-rest/pom.xml +++ b/rest-api/accumulo-rest/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer rest-api - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 accumulo-rest diff --git a/rest-api/common-rest/pom.xml b/rest-api/common-rest/pom.xml index 9a73eb54384..7e056da30ae 100644 --- a/rest-api/common-rest/pom.xml +++ b/rest-api/common-rest/pom.xml @@ -3,7 +3,7 @@ rest-api uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/rest-api/common-rest/src/main/resources/version.properties b/rest-api/common-rest/src/main/resources/version.properties index 0a74e57709a..83c7e2be308 100644 --- a/rest-api/common-rest/src/main/resources/version.properties +++ b/rest-api/common-rest/src/main/resources/version.properties @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -gaffer.version=2.0.0-alpha-1.6-SNAPSHOT +gaffer.version=2.0.0 koryphe.version=2.5.2 diff --git a/rest-api/core-rest/pom.xml b/rest-api/core-rest/pom.xml index 934bf06e277..46ab32f5edf 100644 --- a/rest-api/core-rest/pom.xml +++ b/rest-api/core-rest/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer rest-api - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 core-rest diff --git a/rest-api/map-rest/pom.xml b/rest-api/map-rest/pom.xml index 27a04dc563d..4a3c9e77b7c 100644 --- a/rest-api/map-rest/pom.xml +++ b/rest-api/map-rest/pom.xml @@ -20,7 +20,7 @@ uk.gov.gchq.gaffer rest-api - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 map-rest diff --git a/rest-api/pom.xml b/rest-api/pom.xml index 78de0a6671b..35047594ac6 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -19,7 +19,7 @@ gaffer2 uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 rest-api diff --git a/rest-api/spring-rest/pom.xml b/rest-api/spring-rest/pom.xml index 784c9af501f..d37219edcdc 100644 --- a/rest-api/spring-rest/pom.xml +++ b/rest-api/spring-rest/pom.xml @@ -19,7 +19,7 @@ rest-api uk.gov.gchq.gaffer - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/store-implementation/accumulo-store/pom.xml b/store-implementation/accumulo-store/pom.xml index b3f01ee86f4..4a557d0af8c 100644 --- a/store-implementation/accumulo-store/pom.xml +++ b/store-implementation/accumulo-store/pom.xml @@ -21,7 +21,7 @@ uk.gov.gchq.gaffer store-implementation - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 accumulo-store diff --git a/store-implementation/federated-store/pom.xml b/store-implementation/federated-store/pom.xml index 293d9d0ada0..9e40e09e561 100644 --- a/store-implementation/federated-store/pom.xml +++ b/store-implementation/federated-store/pom.xml @@ -21,7 +21,7 @@ uk.gov.gchq.gaffer store-implementation - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 federated-store diff --git a/store-implementation/map-store/pom.xml b/store-implementation/map-store/pom.xml index 74906ebc553..112c587613d 100755 --- a/store-implementation/map-store/pom.xml +++ b/store-implementation/map-store/pom.xml @@ -21,7 +21,7 @@ uk.gov.gchq.gaffer store-implementation - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 map-store diff --git a/store-implementation/pom.xml b/store-implementation/pom.xml index dafb6e11703..9578906bd55 100644 --- a/store-implementation/pom.xml +++ b/store-implementation/pom.xml @@ -19,7 +19,7 @@ uk.gov.gchq.gaffer gaffer2 - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 4.0.0 diff --git a/store-implementation/proxy-store/pom.xml b/store-implementation/proxy-store/pom.xml index fd96c486507..9c387e5ff0b 100644 --- a/store-implementation/proxy-store/pom.xml +++ b/store-implementation/proxy-store/pom.xml @@ -21,7 +21,7 @@ uk.gov.gchq.gaffer store-implementation - 2.0.0-alpha-1.6-SNAPSHOT + 2.0.0 proxy-store