From 40d241962ce955f8813138f9972f2d30f1f4914a Mon Sep 17 00:00:00 2001 From: hantongliu Date: Tue, 2 Mar 2021 22:04:17 +0100 Subject: [PATCH 1/2] minor change --- broker-core/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker-core/src/main/resources/application.properties b/broker-core/src/main/resources/application.properties index 709d565..d70a677 100644 --- a/broker-core/src/main/resources/application.properties +++ b/broker-core/src/main/resources/application.properties @@ -21,7 +21,7 @@ paris.port=8081 daps.url=https://daps.aisec.fraunhofer.de/v2/token daps.validateIncoming=true -# Solr +# Elastic Search elasticsearch.hostname=localhost elasticsearch.port=9200 From 7d4491ccf06a58bde70e31287a51a1c3679132cc Mon Sep 17 00:00:00 2001 From: hantongliu Date: Tue, 2 Mar 2021 22:35:26 +0100 Subject: [PATCH 2/2] change pom version using variables --- broker-core/pom.xml | 2 +- open-broker-common/pom.xml | 3 ++- open-index-common/pom.xml | 2 +- pom.xml | 5 +++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/broker-core/pom.xml b/broker-core/pom.xml index d6f7eaf..d154fd6 100644 --- a/broker-core/pom.xml +++ b/broker-core/pom.xml @@ -5,7 +5,7 @@ broker-open-core de.fraunhofer.iais.eis.ids - 4.0.3-SNAPSHOT + ${revision} 4.0.0 diff --git a/open-broker-common/pom.xml b/open-broker-common/pom.xml index d917fff..59c1982 100644 --- a/open-broker-common/pom.xml +++ b/open-broker-common/pom.xml @@ -5,7 +5,7 @@ broker-open-core de.fraunhofer.iais.eis.ids - 4.0.3-SNAPSHOT + ${revision} 4.0.0 @@ -24,6 +24,7 @@ UTF-8 + diff --git a/open-index-common/pom.xml b/open-index-common/pom.xml index 146941d..235961b 100644 --- a/open-index-common/pom.xml +++ b/open-index-common/pom.xml @@ -5,7 +5,7 @@ broker-open-core de.fraunhofer.iais.eis.ids - 4.0.3-SNAPSHOT + ${revision} 4.0.0 diff --git a/pom.xml b/pom.xml index c6e1253..1c5fb58 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ de.fraunhofer.iais.eis.ids broker-open-core pom - 4.0.3-SNAPSHOT + ${revision} open-index-common open-broker-common @@ -16,10 +16,11 @@ 3.4.0 3.16.0 - 4.0.3-SNAPSHOT + ${revision} 2.1.16.RELEASE 2.11.0 UTF-8 + 4.0.2