From 4ec50dfeedecb35117bdf81182118e6c8ab191f5 Mon Sep 17 00:00:00 2001 From: imedina Date: Tue, 21 Jun 2022 02:16:55 +0100 Subject: [PATCH 01/12] Prepare new development version 4.4.1-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 89cd1780..1cc660c0 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.0 + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index eff14676..77e71407 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.0 + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 8ed539b9..3c42f86b 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 4.4.0 + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index ef509578..cf682575 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.0 + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 08738a42..a758d5b9 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.0 + 4.4.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index abe370c4..58da439f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.0 + 4.4.1-SNAPSHOT pom OpenCB commons project From 09b8acc81fb565c3e56041bbab359241e3858984 Mon Sep 17 00:00:00 2001 From: imedina Date: Tue, 21 Jun 2022 02:17:05 +0100 Subject: [PATCH 02/12] Prepare new development version 4.4.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 1cc660c0..250f2c22 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.1-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 77e71407..7d4953e5 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.1-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 3c42f86b..6abf25ef 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 4.4.1-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index cf682575..caec2223 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.1-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index a758d5b9..8efbe02c 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.1-SNAPSHOT + 4.4.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 58da439f..7ce184e8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.1-SNAPSHOT + 4.4.0-SNAPSHOT pom OpenCB commons project From 7911070627f6bf17962bcd553420ce9cb40c32ad Mon Sep 17 00:00:00 2001 From: imedina Date: Tue, 21 Jun 2022 02:18:54 +0100 Subject: [PATCH 03/12] pom: increase version to 4.5.0-SNAPSHOT --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 250f2c22..7fe8fa78 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 7d4953e5..10522ebc 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 6abf25ef..64f7d935 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index caec2223..ee9c4765 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 8efbe02c..93580ca1 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 7ce184e8..f0d3aa8b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.0-SNAPSHOT + 4.5.0-SNAPSHOT pom OpenCB commons project From 0f234c460c8a436a36a92452dd42fb553969ead2 Mon Sep 17 00:00:00 2001 From: imedina Date: Tue, 21 Jun 2022 02:24:54 +0100 Subject: [PATCH 04/12] cicd: remove version check --- .github/workflows/build-java-app-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-java-app-workflow.yml b/.github/workflows/build-java-app-workflow.yml index 20769177..002c72f0 100644 --- a/.github/workflows/build-java-app-workflow.yml +++ b/.github/workflows/build-java-app-workflow.yml @@ -44,5 +44,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} file-to-check: pom.xml + only-return-version: true - name: test-version-from-check run: echo "Project version is " ${{ steps.get_project_version.outputs.version }} From feee54ed6d167fec4e0a83f3636317f65b0e39cb Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Tue, 21 Jun 2022 12:22:52 +0200 Subject: [PATCH 05/12] commons: Errors in model MetaWS when class not found --- .../opencb/commons/utils/DataModelsUtils.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java index 3b4f631b..cf11e8ba 100644 --- a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java +++ b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java @@ -128,6 +128,22 @@ public static String dataModelToJsonString(Class clazz, boolean formatted) { return getClassAsJSON(clazz, 0, formatted, true); } + public static String dataModelToJsonString(String clazz, boolean formatted) { + return getClassAsJSON(clazz, 0, formatted, true); + } + + private static String getClassAsJSON(String sclazz, int margin, boolean formatted, boolean deep) { + if (StringUtils.isEmpty(sclazz)) { + return "No model found. The model parameter is required"; + } + Class clazz = null; + try { + clazz = Class.forName(sclazz); + } catch (ClassNotFoundException e) { + return e.getMessage() + " Invalid model parameter."; + } + return getClassAsJSON(clazz, 0, formatted, true); + } private static String getClassAsJSON(Class clazz, int margin, boolean formatted, boolean deep) { List declaredFields = getAllUnderlyingDeclaredFields(clazz); From f92d11640fb723c94665f979a5c7703f0859c932 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Thu, 21 Jul 2022 17:41:12 +0200 Subject: [PATCH 06/12] libs: ObjectMap uses the map case --- .../main/java/org/opencb/commons/utils/DataModelsUtils.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java index 3b4f631b..e8352577 100644 --- a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java +++ b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java @@ -144,7 +144,7 @@ private static String getClassAsJSON(Class clazz, int margin, boolean formatt if (res.trim().endsWith(",")) { res = res.trim().substring(0, res.trim().length() - 1); } - res += (addMargin(margin) + "}"); + res += "\n" + (addMargin(margin) + "}"); return res; } catch (Exception e) { return ""; @@ -180,6 +180,7 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo case "java.util.Date": value = "\"dd/mm/yyyy\""; break; + case "org.opencb.commons.datastore.core.ObjectMap": case "java.util.Map": value = "{\"key\":\"value\"}"; break; From 2d5e0cf8957cbb3bffb28021aa5dbb3a0ded2bfb Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Fri, 22 Jul 2022 09:46:50 +0200 Subject: [PATCH 07/12] libs: ObjectMap uses the map case --- .../java/org/opencb/commons/utils/DataModelsUtils.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java index e8352577..1cab9133 100644 --- a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java +++ b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java @@ -12,10 +12,6 @@ public class DataModelsUtils { static final Map, String> PRIMITIVE_VALUES; - public static Map dataModelToMap(Class clazz) { - return dataModelToMap(clazz, ""); - } - static { PRIMITIVE_VALUES = new HashMap, String>(); PRIMITIVE_VALUES.put(boolean.class, "false"); @@ -28,6 +24,10 @@ public static Map dataModelToMap(Class clazz) { PRIMITIVE_VALUES.put(short.class, "0"); } + public static Map dataModelToMap(Class clazz) { + return dataModelToMap(clazz, ""); + } + public static Map dataModelToMap(Class clazz, String field) { return dataModelToMap(clazz, field, new HashMap()); } From de768714e57ef51120c38e007f05ef1b719bea55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Coll=20Morag=C3=B3n?= Date: Mon, 25 Jul 2022 17:22:09 +0100 Subject: [PATCH 08/12] ci/cd: Grant execution permissions to all scripts --- .github/workflows/deploy-docker-hub-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker-hub-workflow.yml b/.github/workflows/deploy-docker-hub-workflow.yml index 2922d7e1..75592693 100644 --- a/.github/workflows/deploy-docker-hub-workflow.yml +++ b/.github/workflows/deploy-docker-hub-workflow.yml @@ -21,7 +21,7 @@ jobs: name: build-folder path: build - name: Chmod - run: chmod +x build/bin/*sh + run: "find build -regex '.*sh' | while read file ; do chmod u+x $file ; done" - uses: docker/login-action@v1 if: ${{ inputs.cli }} with: From 21e3bc72f294b8a00af857e6fd4acc15049bb6c6 Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Tue, 2 Aug 2022 19:51:49 +0200 Subject: [PATCH 09/12] lib: Enum classes print the values in json data #TASK-1615 --- .../opencb/commons/utils/DataModelsUtils.java | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java index 3b4f631b..ba028d37 100644 --- a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java +++ b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java @@ -7,6 +7,7 @@ import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.*; +import java.util.stream.Collectors; public class DataModelsUtils { @@ -144,7 +145,7 @@ private static String getClassAsJSON(Class clazz, int margin, boolean formatt if (res.trim().endsWith(",")) { res = res.trim().substring(0, res.trim().length() - 1); } - res += (addMargin(margin) + "}"); + res += "\n" + (addMargin(margin) + "}"); return res; } catch (Exception e) { return ""; @@ -175,11 +176,12 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo value = "0"; break; case "java.util.List": - value = getListRepresentation(field, clazz); + value = getListRepresentation(field, clazz, margin, formatted); break; case "java.util.Date": value = "\"dd/mm/yyyy\""; break; + case "org.opencb.commons.datastore.core.ObjectMap": case "java.util.Map": value = "{\"key\":\"value\"}"; break; @@ -190,7 +192,9 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo value = "\"java.lang.Object\""; break; default: - if (deep) { + if (field.getType().isEnum()) { + value = "\"" + printEnum(field.getType()) + "\""; + } else if (deep) { if (!Class.forName(field.getType().getName()).equals(clazz)) { value += getClassAsJSON(Class.forName(field.getType().getName()), (formatted ? margin + 4 : 0), formatted, true); @@ -210,7 +214,15 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo return ""; } - private static String getListRepresentation(Field field, Class clazz) { + private static String printEnum(Class type) { + if (type.isEnum()) { + return Arrays.stream(type.getEnumConstants()).map(Object::toString) + .collect(Collectors.joining("|")); + } + return "Where I say say I say Diego"; + } + + private static String getListRepresentation(Field field, Class clazz, int margin, boolean formatted) { String res = "[]"; Class collectionGenericType = DocUtils.getCollectionGenericType(field); if (collectionGenericType.equals(clazz)) { @@ -223,8 +235,8 @@ private static String getListRepresentation(Field field, Class clazz) { } else if (collectionGenericType.getCanonicalName().equals("java.lang.Class")) { res = "[\"java.lang.Class\"]"; } else { - System.out.println(collectionGenericType.getCanonicalName()); - res = "[" + getClassAsJSON(collectionGenericType, 0, false, false) + "]"; + // System.out.println(collectionGenericType.getCanonicalName()); + res = "[" + getClassAsJSON(collectionGenericType, (formatted ? margin + 4 : 0), true, false) + "]"; // res = "[" + collectionGenericType.getCanonicalName() + "]"; } return res; From 20745d3480586071f8c8b744c1d3820c6e2c441b Mon Sep 17 00:00:00 2001 From: JuanfeSanahuja Date: Sat, 6 Aug 2022 18:17:13 +0200 Subject: [PATCH 10/12] lib: Clear spaces before : #TASK-1615 --- .../java/org/opencb/commons/utils/DataModelsUtils.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java index ba028d37..4a2d1fcc 100644 --- a/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java +++ b/commons-lib/src/main/java/org/opencb/commons/utils/DataModelsUtils.java @@ -138,7 +138,7 @@ private static String getClassAsJSON(Class clazz, int margin, boolean formatt if (!declaredField.getType().equals(clazz)) { res += getTypeAsJSON(declaredField, clazz, margin, formatted, deep); } else { - res += (formatted ? addMargin(margin + 4) : "") + "\"" + declaredField.getName() + "\" : \"" + res += (formatted ? addMargin(margin + 4) : "") + "\"" + declaredField.getName() + "\": \"" + declaredField.getType().getName() + "\"," + (formatted ? "\n" : ""); } } @@ -183,7 +183,7 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo break; case "org.opencb.commons.datastore.core.ObjectMap": case "java.util.Map": - value = "{\"key\":\"value\"}"; + value = "{\"key\": \"value\"}"; break; case "java.lang.Class": value = "\"java.lang.Class\""; @@ -199,7 +199,7 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo value += getClassAsJSON(Class.forName(field.getType().getName()), (formatted ? margin + 4 : 0), formatted, true); } else { - return (formatted ? addMargin(margin + 4) : "") + "\"" + field.getName() + "\" : \"" + return (formatted ? addMargin(margin + 4) : "") + "\"" + field.getName() + "\": \"" + field.getType().getName() + "\"," + (formatted ? "\n" : ""); } } else { @@ -209,7 +209,7 @@ private static String getTypeAsJSON(Field field, Class clazz, int margin, boo break; } - return (formatted ? addMargin(margin + 4) : "") + "\"" + field.getName() + "\" : " + value + "," + (formatted ? "\n" : ""); + return (formatted ? addMargin(margin + 4) : "") + "\"" + field.getName() + "\": " + value + "," + (formatted ? "\n" : ""); } return ""; } @@ -219,7 +219,7 @@ private static String printEnum(Class type) { return Arrays.stream(type.getEnumConstants()).map(Object::toString) .collect(Collectors.joining("|")); } - return "Where I say say I say Diego"; + return ""; } private static String getListRepresentation(Field field, Class clazz, int margin, boolean formatted) { From a65fa997c67c1cbdb6c3f36a00d26f4e7c579087 Mon Sep 17 00:00:00 2001 From: imedina Date: Sat, 6 Aug 2022 18:31:50 +0200 Subject: [PATCH 11/12] pom: fix pom versoin --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 7fe8fa78..1cc660c0 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.5.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 10522ebc..77e71407 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.5.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 64f7d935..3c42f86b 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 4.5.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index ee9c4765..cf682575 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.5.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index 93580ca1..a758d5b9 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.5.0-SNAPSHOT + 4.4.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index f0d3aa8b..58da439f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.5.0-SNAPSHOT + 4.4.1-SNAPSHOT pom OpenCB commons project From bf5612b216824a9c5578c543ba34677617b32503 Mon Sep 17 00:00:00 2001 From: imedina Date: Fri, 19 Aug 2022 02:30:30 +0200 Subject: [PATCH 12/12] Prepare release 4.4.1 --- commons-datastore/commons-datastore-core/pom.xml | 2 +- commons-datastore/commons-datastore-mongodb/pom.xml | 2 +- commons-datastore/commons-datastore-solr/pom.xml | 2 +- commons-datastore/pom.xml | 2 +- commons-lib/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-datastore/commons-datastore-core/pom.xml b/commons-datastore/commons-datastore-core/pom.xml index 1cc660c0..2a7e5bca 100644 --- a/commons-datastore/commons-datastore-core/pom.xml +++ b/commons-datastore/commons-datastore-core/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.1-SNAPSHOT + 4.4.1 ../pom.xml diff --git a/commons-datastore/commons-datastore-mongodb/pom.xml b/commons-datastore/commons-datastore-mongodb/pom.xml index 77e71407..359656be 100644 --- a/commons-datastore/commons-datastore-mongodb/pom.xml +++ b/commons-datastore/commons-datastore-mongodb/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons-datastore - 4.4.1-SNAPSHOT + 4.4.1 ../pom.xml diff --git a/commons-datastore/commons-datastore-solr/pom.xml b/commons-datastore/commons-datastore-solr/pom.xml index 3c42f86b..9a0d9400 100644 --- a/commons-datastore/commons-datastore-solr/pom.xml +++ b/commons-datastore/commons-datastore-solr/pom.xml @@ -22,7 +22,7 @@ org.opencb.commons commons-datastore - 4.4.1-SNAPSHOT + 4.4.1 ../pom.xml diff --git a/commons-datastore/pom.xml b/commons-datastore/pom.xml index cf682575..839b7cf4 100644 --- a/commons-datastore/pom.xml +++ b/commons-datastore/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.1-SNAPSHOT + 4.4.1 ../pom.xml diff --git a/commons-lib/pom.xml b/commons-lib/pom.xml index a758d5b9..b0587dda 100644 --- a/commons-lib/pom.xml +++ b/commons-lib/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.1-SNAPSHOT + 4.4.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 58da439f..4d2043de 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.opencb.commons commons - 4.4.1-SNAPSHOT + 4.4.1 pom OpenCB commons project