diff --git a/pom.xml b/pom.xml index 90f2e95..1bf7d5d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ dev.dsf dsf-process-hello-world - 1.0.0.0-SNAPSHOT + 1.5.0.0-SNAPSHOT jar @@ -13,7 +13,7 @@ 17 17 - 1.0.0 + 1.5.0-SNAPSHOT ../dsf @@ -34,7 +34,7 @@ manual - + dev.dsf @@ -46,7 +46,7 @@ org.slf4j slf4j-api - 2.0.7 + 2.0.12 provided @@ -70,6 +70,12 @@ 4.13.2 test + + org.apache.logging.log4j + log4j-slf4j2-impl + 2.22.1 + test + @@ -86,7 +92,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.3 org.apache.maven.plugins @@ -108,23 +114,22 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.5.1 org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.6.1 org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.codehaus.mojo buildnumber-maven-plugin - - 1.4 + 3.2.0 validate @@ -135,7 +140,6 @@ ? - true @@ -192,11 +196,28 @@ github GitHub DSF Apache Maven Packages https://maven.pkg.github.com/datasharingframework/dsf + + false + true + + + + github + GitHub DSF Apache Maven Packages + https://maven.pkg.github.com/datasharingframework/dsf + + false + + + true + + + diff --git a/src/main/java/dev/dsf/bpe/HelloWorldProcessPluginDefinition.java b/src/main/java/dev/dsf/bpe/HelloWorldProcessPluginDefinition.java index ac70141..72293ff 100644 --- a/src/main/java/dev/dsf/bpe/HelloWorldProcessPluginDefinition.java +++ b/src/main/java/dev/dsf/bpe/HelloWorldProcessPluginDefinition.java @@ -10,7 +10,7 @@ public class HelloWorldProcessPluginDefinition implements ProcessPluginDefinition { - public static final String VERSION = "1.0.0.0"; + public static final String VERSION = "1.5.0.0"; public static final LocalDate RELEASE_DATE = LocalDate.of(2023, 5, 20); @Override diff --git a/src/main/resources/fhir/Questionnaire/dsf-hello-user.xml b/src/main/resources/fhir/Questionnaire/dsf-hello-user.xml index 76f8958..f298789 100644 --- a/src/main/resources/fhir/Questionnaire/dsf-hello-user.xml +++ b/src/main/resources/fhir/Questionnaire/dsf-hello-user.xml @@ -1,6 +1,6 @@ - + @@ -14,14 +14,16 @@ - + - + + - + - + + @@ -32,50 +34,60 @@ + + + + + + + + + + \ No newline at end of file