From f4149fb930cc091bd327001d9c337b6b7fca56bb Mon Sep 17 00:00:00 2001 From: Tihomir Surdilovic Date: Sat, 4 Sep 2021 19:24:27 -0400 Subject: [PATCH] Update poms for local release Signed-off-by: Tihomir Surdilovic --- api/pom.xml | 2 +- diagram/pom.xml | 2 +- pom.xml | 198 ++++++++++++++++++++++++++++----------------- spi/pom.xml | 2 +- validation/pom.xml | 2 +- 5 files changed, 127 insertions(+), 79 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index c8f65bb6..06f0df05 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ io.serverlessworkflow serverlessworkflow-parent - 3.0.0-SNAPSHOT + 3.0.0.Final serverlessworkflow-api diff --git a/diagram/pom.xml b/diagram/pom.xml index e29e0a1d..ae02b4b9 100644 --- a/diagram/pom.xml +++ b/diagram/pom.xml @@ -6,7 +6,7 @@ io.serverlessworkflow serverlessworkflow-parent - 3.0.0-SNAPSHOT + 3.0.0.Final serverlessworkflow-diagram diff --git a/pom.xml b/pom.xml index 652ac5a8..1dc6e04c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.serverlessworkflow serverlessworkflow-parent - 3.0.0-SNAPSHOT + 3.0.0.Final pom Serverless Workflow :: Parent @@ -24,6 +24,20 @@ + + scm:git:git://github.com/serverlessworkflow/sdk-java.git + scm:git:git@github.com:serverlessworkflow/sdk-java.git + https://github.com/serverlessworkflow/sdk-java + + + + + tsurdilo + Tihomir Surdilovic + + + + api spi @@ -42,7 +56,6 @@ 3.8.1 2.22.0 2.22.0 - 3.1.1 2.8.2 1.7.25 @@ -63,7 +76,6 @@ 3.0.11.RELEASE 8059 0.17.0 - true - - - - maven-deploy-plugin - ${version.deploy.plugin} - - 10 - - - - org.apache.maven.plugins - maven-enforcer-plugin - ${version.enforcer.plugin} - - - enforce-versions - - enforce - - - - - ${version.maven} - - - ${version.jdk} - - - - - - - - maven-compiler-plugin - ${version.compiler.plugin} - - true - true - - -Xlint:unchecked - - - - - org.jsonschema2pojo - jsonschema2pojo-maven-plugin - ${version.jsonschema2pojo-maven-plugin} - - - org.apache.maven.plugins - maven-surefire-plugin - ${version.surefire.plugin} - - -Xmx1024m -XX:MaxPermSize=256m - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${version.failsafe.plugin} - - -Xmx1024m -XX:MaxPermSize=256m - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${version.checkstyle.plugin} - - - + + + maven-deploy-plugin + ${version.deploy.plugin} + + 10 + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${version.enforcer.plugin} + + + enforce-versions + + enforce + + + + + ${version.maven} + + + ${version.jdk} + + + + + + + + maven-compiler-plugin + ${version.compiler.plugin} + + true + true + + -Xlint:unchecked + + + + + org.jsonschema2pojo + jsonschema2pojo-maven-plugin + ${version.jsonschema2pojo-maven-plugin} + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.surefire.plugin} + + -Xmx1024m -XX:MaxPermSize=256m + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + 8 + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -305,4 +353,4 @@ - + \ No newline at end of file diff --git a/spi/pom.xml b/spi/pom.xml index 047508dd..a553402f 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -6,7 +6,7 @@ io.serverlessworkflow serverlessworkflow-parent - 3.0.0-SNAPSHOT + 3.0.0.Final serverlessworkflow-spi diff --git a/validation/pom.xml b/validation/pom.xml index afd5823e..55298ad9 100644 --- a/validation/pom.xml +++ b/validation/pom.xml @@ -6,7 +6,7 @@ io.serverlessworkflow serverlessworkflow-parent - 3.0.0-SNAPSHOT + 3.0.0.Final serverlessworkflow-validation