From 40a2003a173f43b1331563e5c0267055be7eb2f1 Mon Sep 17 00:00:00 2001 From: Staffan Arvidsson Date: Wed, 15 Mar 2023 10:59:25 +0100 Subject: [PATCH] bump version to 2.0.0-rc1 --- confai/pom.xml | 2 +- cpsign-api/pom.xml | 2 +- cpsign/pom.xml | 2 +- depict/pom.xml | 2 +- encrypt-api/pom.xml | 2 +- fast-ivap/pom.xml | 2 +- pom.xml | 2 +- test-utils/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/confai/pom.xml b/confai/pom.xml index 1d07570..a45b98a 100644 --- a/confai/pom.xml +++ b/confai/pom.xml @@ -17,7 +17,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 confai diff --git a/cpsign-api/pom.xml b/cpsign-api/pom.xml index fbfe82e..f23f944 100644 --- a/cpsign-api/pom.xml +++ b/cpsign-api/pom.xml @@ -16,7 +16,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 cpsign-api diff --git a/cpsign/pom.xml b/cpsign/pom.xml index 1c7a84c..c786f4b 100644 --- a/cpsign/pom.xml +++ b/cpsign/pom.xml @@ -16,7 +16,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 cpsign diff --git a/depict/pom.xml b/depict/pom.xml index 6a233b4..5b31093 100644 --- a/depict/pom.xml +++ b/depict/pom.xml @@ -15,7 +15,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 depict diff --git a/encrypt-api/pom.xml b/encrypt-api/pom.xml index 501ccd4..7b4dbcf 100644 --- a/encrypt-api/pom.xml +++ b/encrypt-api/pom.xml @@ -16,7 +16,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 encrypt-api diff --git a/fast-ivap/pom.xml b/fast-ivap/pom.xml index ed22d73..93a9dbb 100644 --- a/fast-ivap/pom.xml +++ b/fast-ivap/pom.xml @@ -17,7 +17,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 fast-ivap diff --git a/pom.xml b/pom.xml index 1d2a0f8..702c4c9 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 4.0.0 com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 pom ${project.groupId}:${project.artifactId} The aggregation project for all cpsign child modules diff --git a/test-utils/pom.xml b/test-utils/pom.xml index e539cc5..15bbf05 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -16,7 +16,7 @@ com.arosbio parent - 2.0.0-beta17-SNAPSHOT + 2.0.0-rc1 test-utils