diff --git a/.travis.yml b/.travis.yml index c0f49376..bf91d9df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,12 +22,7 @@ before_install: - echo "Deleting old .m2 artifacts..." - rm -rf $HOME/.m2/repository/net/wasdev - rm -rf $HOME/.m2/repository/io/openliberty - - echo 'Installing ci.maven lib ....' - - git clone https://github.com/OpenLiberty/ci.maven.git ./ci.maven - - cd ./ci.maven - - git checkout liberty-maven-3.0 - - mvn clean install - - cd .. + - rm -rf $HOME/.m2/repository/org/microshed - docker run -d -p 5000:5000 --restart=always --name registry registry:2 install: true before_script: diff --git a/boost-common/pom.xml b/boost-common/pom.xml index d4a88d47..b337c8ce 100644 --- a/boost-common/pom.xml +++ b/boost-common/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-common - 0.2-SNAPSHOT + 0.2.1 https://github.com/OpenLiberty/boost @@ -83,4 +83,77 @@ + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + ossrh + https://oss.sonatype.org/ + false + + ${maven.deploy.skip} + + + + + + + + + oss-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + + + + + diff --git a/boost-common/src/main/java/org/microshed/boost/common/boosters/AbstractBoosterConfig.java b/boost-common/src/main/java/org/microshed/boost/common/boosters/AbstractBoosterConfig.java index 3c361cd1..8b7d8538 100644 --- a/boost-common/src/main/java/org/microshed/boost/common/boosters/AbstractBoosterConfig.java +++ b/boost-common/src/main/java/org/microshed/boost/common/boosters/AbstractBoosterConfig.java @@ -30,7 +30,7 @@ public abstract class AbstractBoosterConfig { // version string format: // .--[-SNAPSHOT] public static final String milestone = "-M1"; - public static final String boostVersion = "-0.2"; + public static final String boostVersion = "-0.2.1"; public static final String snapShot = "-SNAPSHOT"; public static final String fullSnapshotString = milestone + snapShot; public static final String emptyString = ""; diff --git a/boost-maven/README.md b/boost-maven/README.md index fbfc46e0..b0461248 100644 --- a/boost-maven/README.md +++ b/boost-maven/README.md @@ -23,7 +23,7 @@ Edit your project pom.xml and place the following plugin stanza into your build: org.microshed.boost boost-maven-plugin - 0.2 + 0.2.1 diff --git a/boost-maven/boost-boms/boost-ee7-apis-bom/pom.xml b/boost-maven/boost-boms/boost-ee7-apis-bom/pom.xml index 20b52fb7..5dfbe61e 100644 --- a/boost-maven/boost-boms/boost-ee7-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-ee7-apis-bom/pom.xml @@ -12,7 +12,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/boost-ee8-apis-bom/pom.xml b/boost-maven/boost-boms/boost-ee8-apis-bom/pom.xml index 9e372da1..d30d8eed 100644 --- a/boost-maven/boost-boms/boost-ee8-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-ee8-apis-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/boost-mp14-apis-bom/pom.xml b/boost-maven/boost-boms/boost-mp14-apis-bom/pom.xml index af6401fd..ffb322b0 100644 --- a/boost-maven/boost-boms/boost-mp14-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-mp14-apis-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/boost-mp20-apis-bom/pom.xml b/boost-maven/boost-boms/boost-mp20-apis-bom/pom.xml index 4a406b6c..16bed8f2 100644 --- a/boost-maven/boost-boms/boost-mp20-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-mp20-apis-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/boost-mp21-apis-bom/pom.xml b/boost-maven/boost-boms/boost-mp21-apis-bom/pom.xml index b9d1df53..fb0db47e 100644 --- a/boost-maven/boost-boms/boost-mp21-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-mp21-apis-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/boost-mp22-apis-bom/pom.xml b/boost-maven/boost-boms/boost-mp22-apis-bom/pom.xml index 6e5c6d78..0955c863 100644 --- a/boost-maven/boost-boms/boost-mp22-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-mp22-apis-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/boost-mp30-apis-bom/pom.xml b/boost-maven/boost-boms/boost-mp30-apis-bom/pom.xml index 207941b1..e29f7de4 100644 --- a/boost-maven/boost-boms/boost-mp30-apis-bom/pom.xml +++ b/boost-maven/boost-boms/boost-mp30-apis-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms diff --git a/boost-maven/boost-boms/booster-ee7-bom/pom.xml b/boost-maven/boost-boms/booster-ee7-bom/pom.xml index 784ac393..8903fc6f 100644 --- a/boost-maven/boost-boms/booster-ee7-bom/pom.xml +++ b/boost-maven/boost-boms/booster-ee7-bom/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,14 +24,14 @@ org.microshed.boost.boms boost-ee7-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms runtimes-bom - 0.2-SNAPSHOT + 0.2.1 import pom @@ -42,31 +42,31 @@ version --> - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters jdbc - 0.2-SNAPSHOT + 0.2.1 provided org.microshed.boost.boosters jpa - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 provided org.microshed.boost.boosters cdi - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 provided org.microshed.boost.boosters jsonp - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-ee8-bom/pom.xml b/boost-maven/boost-boms/booster-ee8-bom/pom.xml index 92988590..4afac2dd 100644 --- a/boost-maven/boost-boms/booster-ee8-bom/pom.xml +++ b/boost-maven/boost-boms/booster-ee8-bom/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,14 +24,14 @@ org.microshed.boost.boms boost-ee8-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms runtimes-bom - 0.2-SNAPSHOT + 0.2.1 import pom @@ -42,37 +42,37 @@ version --> - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 provided org.microshed.boost.boosters jdbc - 0.2-SNAPSHOT + 0.2.1 provided org.microshed.boost.boosters jpa - 2.2-0.2-SNAPSHOT + 2.2-0.2.1 provided org.microshed.boost.boosters cdi - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters jsonp - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters bean-validation - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-mp14-bom/pom.xml b/boost-maven/boost-boms/booster-mp14-bom/pom.xml index 5416e693..c1c6b155 100644 --- a/boost-maven/boost-boms/booster-mp14-bom/pom.xml +++ b/boost-maven/boost-boms/booster-mp14-bom/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,76 +24,76 @@ org.microshed.boost.boms boost-mp14-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms ee7-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms runtimes-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boosters mp-health - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-config - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters mp-opentracing - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-metrics - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-rest-client - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters jaxrs - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters jsonp - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters cdi - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 provided org.microshed.boost.boosters mp-jwt - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-mp20-bom/pom.xml b/boost-maven/boost-boms/booster-mp20-bom/pom.xml index 0a8d586a..abda7f13 100644 --- a/boost-maven/boost-boms/booster-mp20-bom/pom.xml +++ b/boost-maven/boost-boms/booster-mp20-bom/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,94 +24,94 @@ org.microshed.boost.boms boost-mp20-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms ee8-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms runtimes-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boosters mp-health - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-config - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters mp-rest-client - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters jaxrs - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 provided org.microshed.boost.boosters jsonp - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters cdi - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters mp-opentracing - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-metrics - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-openapi - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-fault-tolerance - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters jsonb - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-jwt - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-mp21-bom/pom.xml b/boost-maven/boost-boms/booster-mp21-bom/pom.xml index 4b291ebf..904dce71 100644 --- a/boost-maven/boost-boms/booster-mp21-bom/pom.xml +++ b/boost-maven/boost-boms/booster-mp21-bom/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,94 +24,94 @@ org.microshed.boost.boms boost-mp21-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms ee8-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms runtimes-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boosters mp-health - 1.0.0-0.2-SNAPSHOT + 1.0.0-0.2.1 provided org.microshed.boost.boosters mp-config - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters mp-openapi - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-rest-client - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters jaxrs - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 provided org.microshed.boost.boosters jsonp - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters cdi - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters mp-opentracing - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 provided org.microshed.boost.boosters jsonb - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-metrics - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-fault-tolerance - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-jwt - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-mp22-bom/pom.xml b/boost-maven/boost-boms/booster-mp22-bom/pom.xml index 5c6213bd..a3412f96 100644 --- a/boost-maven/boost-boms/booster-mp22-bom/pom.xml +++ b/boost-maven/boost-boms/booster-mp22-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -25,94 +25,94 @@ org.microshed.boost.boms boost-mp22-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms ee8-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms runtimes-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boosters mp-health - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-config - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters mp-openapi - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-rest-client - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 provided org.microshed.boost.boosters jaxrs - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 provided org.microshed.boost.boosters jsonp - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters cdi - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters mp-opentracing - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters jsonb - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-metrics - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-fault-tolerance - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters mp-jwt - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-mp30-bom/pom.xml b/boost-maven/boost-boms/booster-mp30-bom/pom.xml index a93f6fe9..6cb2bf11 100644 --- a/boost-maven/boost-boms/booster-mp30-bom/pom.xml +++ b/boost-maven/boost-boms/booster-mp30-bom/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,87 +24,87 @@ org.microshed.boost.boms boost-mp30-apis-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boms ee8-bom - 0.2-SNAPSHOT + 0.2.1 import pom org.microshed.boost.boosters mp-health - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters mp-config - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters mp-openapi - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters mp-rest-client - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters jaxrs - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 provided org.microshed.boost.boosters jsonp - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided org.microshed.boost.boosters cdi - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters mp-opentracing - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 provided org.microshed.boost.boosters jsonb - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 provided org.microshed.boost.boosters mp-metrics - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 provided org.microshed.boost.boosters - fault-tolerance - 2.0-0.2-SNAPSHOT + mp-fault-tolerance + 2.0-0.2.1 provided org.microshed.boost.boosters mp-jwt - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 provided diff --git a/boost-maven/boost-boms/booster-runtimes-bom/pom.xml b/boost-maven/boost-boms/booster-runtimes-bom/pom.xml index b1cf94bc..c183a8cb 100644 --- a/boost-maven/boost-boms/booster-runtimes-bom/pom.xml +++ b/boost-maven/boost-boms/booster-runtimes-bom/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-boms - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boms @@ -24,15 +24,15 @@ org.microshed.boost.runtimes openliberty - 0.2-SNAPSHOT + 0.2.1 provided + 0.2.1 provided --> org.microshed.boost.runtimes tomee - 0.2-SNAPSHOT + 0.2.1 provided diff --git a/boost-maven/boost-boms/pom.xml b/boost-maven/boost-boms/pom.xml index c8ece6c3..c86595a1 100644 --- a/boost-maven/boost-boms/pom.xml +++ b/boost-maven/boost-boms/pom.xml @@ -10,7 +10,7 @@ org.microshed.boost boost-maven-parent - 0.2-SNAPSHOT + 0.2.1 boost-boms diff --git a/boost-maven/boost-boosters/booster-beanValidation20/pom.xml b/boost-maven/boost-boosters/booster-beanValidation20/pom.xml index a8a09ee2..86083bb6 100644 --- a/boost-maven/boost-boosters/booster-beanValidation20/pom.xml +++ b/boost-maven/boost-boosters/booster-beanValidation20/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters bean-validation - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 2.0.0.Final diff --git a/boost-maven/boost-boosters/booster-cdi12/pom.xml b/boost-maven/boost-boosters/booster-cdi12/pom.xml index 2828c5eb..f57aac15 100644 --- a/boost-maven/boost-boosters/booster-cdi12/pom.xml +++ b/boost-maven/boost-boosters/booster-cdi12/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters cdi - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 1.2 diff --git a/boost-maven/boost-boosters/booster-cdi20/pom.xml b/boost-maven/boost-boosters/booster-cdi20/pom.xml index ee5fa3e4..87e2035d 100644 --- a/boost-maven/boost-boosters/booster-cdi20/pom.xml +++ b/boost-maven/boost-boosters/booster-cdi20/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters cdi - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 2.0 diff --git a/boost-maven/boost-boosters/booster-jaxrs20/pom.xml b/boost-maven/boost-boosters/booster-jaxrs20/pom.xml index 4a323dc3..04cd803d 100644 --- a/boost-maven/boost-boosters/booster-jaxrs20/pom.xml +++ b/boost-maven/boost-boosters/booster-jaxrs20/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jaxrs - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 2.0 diff --git a/boost-maven/boost-boosters/booster-jaxrs21/pom.xml b/boost-maven/boost-boosters/booster-jaxrs21/pom.xml index aabee7da..42151a55 100644 --- a/boost-maven/boost-boosters/booster-jaxrs21/pom.xml +++ b/boost-maven/boost-boosters/booster-jaxrs21/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jaxrs - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 2.1 diff --git a/boost-maven/boost-boosters/booster-jdbc/pom.xml b/boost-maven/boost-boosters/booster-jdbc/pom.xml index 34612d38..d9e4976a 100644 --- a/boost-maven/boost-boosters/booster-jdbc/pom.xml +++ b/boost-maven/boost-boosters/booster-jdbc/pom.xml @@ -6,7 +6,7 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters diff --git a/boost-maven/boost-boosters/booster-jpa21/pom.xml b/boost-maven/boost-boosters/booster-jpa21/pom.xml index f7bc9096..f8c576a7 100644 --- a/boost-maven/boost-boosters/booster-jpa21/pom.xml +++ b/boost-maven/boost-boosters/booster-jpa21/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jpa - 2.1-0.2-SNAPSHOT + 2.1-0.2.1 2.1.0 @@ -23,7 +23,7 @@ org.microshed.boost.boms ee7-bom - 0.2-SNAPSHOT + 0.2.1 import pom diff --git a/boost-maven/boost-boosters/booster-jpa22/pom.xml b/boost-maven/boost-boosters/booster-jpa22/pom.xml index 159ded92..b62c2138 100644 --- a/boost-maven/boost-boosters/booster-jpa22/pom.xml +++ b/boost-maven/boost-boosters/booster-jpa22/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jpa - 2.2-0.2-SNAPSHOT + 2.2-0.2.1 2.2.0 @@ -23,7 +23,7 @@ org.microshed.boost.boms ee8-bom - 0.2-SNAPSHOT + 0.2.1 import pom diff --git a/boost-maven/boost-boosters/booster-jsonb10/pom.xml b/boost-maven/boost-boosters/booster-jsonb10/pom.xml index 1b778cd5..59c74dd5 100644 --- a/boost-maven/boost-boosters/booster-jsonb10/pom.xml +++ b/boost-maven/boost-boosters/booster-jsonb10/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jsonb - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 1.0 diff --git a/boost-maven/boost-boosters/booster-jsonp10/pom.xml b/boost-maven/boost-boosters/booster-jsonp10/pom.xml index 00a08a3a..02fcfd93 100644 --- a/boost-maven/boost-boosters/booster-jsonp10/pom.xml +++ b/boost-maven/boost-boosters/booster-jsonp10/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jsonp - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 1.0 diff --git a/boost-maven/boost-boosters/booster-jsonp11/pom.xml b/boost-maven/boost-boosters/booster-jsonp11/pom.xml index aef9ac4b..35cdd56c 100644 --- a/boost-maven/boost-boosters/booster-jsonp11/pom.xml +++ b/boost-maven/boost-boosters/booster-jsonp11/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters jsonp - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-config13/pom.xml b/boost-maven/boost-boosters/booster-mp-config13/pom.xml index 17f358d6..44d74e63 100644 --- a/boost-maven/boost-boosters/booster-mp-config13/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-config13/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-config - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 1.3 diff --git a/boost-maven/boost-boosters/booster-mp-fault-tolerance11/pom.xml b/boost-maven/boost-boosters/booster-mp-fault-tolerance11/pom.xml index f3bc0a1f..361ebb61 100644 --- a/boost-maven/boost-boosters/booster-mp-fault-tolerance11/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-fault-tolerance11/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-fault-tolerance - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-fault-tolerance20/pom.xml b/boost-maven/boost-boosters/booster-mp-fault-tolerance20/pom.xml index d886bca4..41d681b0 100644 --- a/boost-maven/boost-boosters/booster-mp-fault-tolerance20/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-fault-tolerance20/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-fault-tolerance - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 2.0 diff --git a/boost-maven/boost-boosters/booster-mp-health10/pom.xml b/boost-maven/boost-boosters/booster-mp-health10/pom.xml index e415b09a..a4e748a6 100644 --- a/boost-maven/boost-boosters/booster-mp-health10/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-health10/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-health - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 1.0 diff --git a/boost-maven/boost-boosters/booster-mp-health20/pom.xml b/boost-maven/boost-boosters/booster-mp-health20/pom.xml index e99f0bf1..866f3d73 100644 --- a/boost-maven/boost-boosters/booster-mp-health20/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-health20/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-health - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 2.0 diff --git a/boost-maven/boost-boosters/booster-mp-jwt11/pom.xml b/boost-maven/boost-boosters/booster-mp-jwt11/pom.xml index 71c0eebf..93ab14e6 100644 --- a/boost-maven/boost-boosters/booster-mp-jwt11/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-jwt11/pom.xml @@ -7,12 +7,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-jwt - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-metrics11/pom.xml b/boost-maven/boost-boosters/booster-mp-metrics11/pom.xml index 46344d3e..92b65682 100644 --- a/boost-maven/boost-boosters/booster-mp-metrics11/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-metrics11/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-metrics - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-metrics20/pom.xml b/boost-maven/boost-boosters/booster-mp-metrics20/pom.xml index 83cde8f2..c34060c5 100644 --- a/boost-maven/boost-boosters/booster-mp-metrics20/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-metrics20/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-metrics - 2.0-0.2-SNAPSHOT + 2.0-0.2.1 2.0.0 diff --git a/boost-maven/boost-boosters/booster-mp-openapi10/pom.xml b/boost-maven/boost-boosters/booster-mp-openapi10/pom.xml index 39e27696..5935526f 100644 --- a/boost-maven/boost-boosters/booster-mp-openapi10/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-openapi10/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-openapi - 1.0-0.2-SNAPSHOT + 1.0-0.2.1 1.0 diff --git a/boost-maven/boost-boosters/booster-mp-openapi11/pom.xml b/boost-maven/boost-boosters/booster-mp-openapi11/pom.xml index e10148d2..9a22a4bd 100644 --- a/boost-maven/boost-boosters/booster-mp-openapi11/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-openapi11/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-openapi - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-opentracing11/pom.xml b/boost-maven/boost-boosters/booster-mp-opentracing11/pom.xml index 18c63bb6..73588d44 100644 --- a/boost-maven/boost-boosters/booster-mp-opentracing11/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-opentracing11/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-opentracing - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-opentracing12/pom.xml b/boost-maven/boost-boosters/booster-mp-opentracing12/pom.xml index e7befb32..f46d5fdc 100644 --- a/boost-maven/boost-boosters/booster-mp-opentracing12/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-opentracing12/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-opentracing - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 1.2 diff --git a/boost-maven/boost-boosters/booster-mp-opentracing13/pom.xml b/boost-maven/boost-boosters/booster-mp-opentracing13/pom.xml index f057011a..ac64ba4f 100644 --- a/boost-maven/boost-boosters/booster-mp-opentracing13/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-opentracing13/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-opentracing - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 1.3 diff --git a/boost-maven/boost-boosters/booster-mp-rest-client11/pom.xml b/boost-maven/boost-boosters/booster-mp-rest-client11/pom.xml index 0f64f702..4ca8c0f5 100644 --- a/boost-maven/boost-boosters/booster-mp-rest-client11/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-rest-client11/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-rest-client - 1.1-0.2-SNAPSHOT + 1.1-0.2.1 1.1 diff --git a/boost-maven/boost-boosters/booster-mp-rest-client12/pom.xml b/boost-maven/boost-boosters/booster-mp-rest-client12/pom.xml index ed5ab617..d09b4ad6 100644 --- a/boost-maven/boost-boosters/booster-mp-rest-client12/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-rest-client12/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-rest-client - 1.2-0.2-SNAPSHOT + 1.2-0.2.1 1.2 diff --git a/boost-maven/boost-boosters/booster-mp-rest-client13/pom.xml b/boost-maven/boost-boosters/booster-mp-rest-client13/pom.xml index 6edfdf81..774cff2a 100644 --- a/boost-maven/boost-boosters/booster-mp-rest-client13/pom.xml +++ b/boost-maven/boost-boosters/booster-mp-rest-client13/pom.xml @@ -6,12 +6,12 @@ org.microshed.boost boost-boosters - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.boosters mp-rest-client - 1.3-0.2-SNAPSHOT + 1.3-0.2.1 1.3 diff --git a/boost-maven/boost-boosters/pom.xml b/boost-maven/boost-boosters/pom.xml index f397f4ac..ba992563 100644 --- a/boost-maven/boost-boosters/pom.xml +++ b/boost-maven/boost-boosters/pom.xml @@ -6,7 +6,7 @@ org.microshed.boost boost-maven-parent - 0.2-SNAPSHOT + 0.2.1 boost-boosters diff --git a/boost-maven/boost-maven-plugin/pom.xml b/boost-maven/boost-maven-plugin/pom.xml index ca725051..aef7c0fe 100644 --- a/boost-maven/boost-maven-plugin/pom.xml +++ b/boost-maven/boost-maven-plugin/pom.xml @@ -11,7 +11,7 @@ org.microshed.boost boost-maven-parent - 0.2-SNAPSHOT + 0.2.1 boost-maven-plugin @@ -23,7 +23,7 @@ org.microshed.boost boost-common - 0.2-SNAPSHOT + 0.2.1 io.openliberty.tools diff --git a/boost-maven/boost-maven-plugin/src/it/test-jdbc/pom.xml b/boost-maven/boost-maven-plugin/src/it/test-jdbc/pom.xml index 90b20579..bb9aa948 100644 --- a/boost-maven/boost-maven-plugin/src/it/test-jdbc/pom.xml +++ b/boost-maven/boost-maven-plugin/src/it/test-jdbc/pom.xml @@ -32,7 +32,7 @@ org.microshed.boost.boms mp20-bom - 0.2-SNAPSHOT + 0.2.1 import pom diff --git a/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.2/pom.xml b/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.2/pom.xml index 528dd2cf..9e6b464c 100644 --- a/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.2/pom.xml +++ b/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.2/pom.xml @@ -23,7 +23,7 @@ org.microshed.boost.boms mp22-bom - 0.2-SNAPSHOT + 0.2.1 import pom diff --git a/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.3/pom.xml b/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.3/pom.xml index bbf9651e..5cf80a1c 100644 --- a/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.3/pom.xml +++ b/boost-maven/boost-maven-plugin/src/it/test-mp-rest-client-1.3/pom.xml @@ -23,7 +23,7 @@ org.microshed.boost.boms mp30-bom - 0.2-SNAPSHOT + 0.2.1 import pom diff --git a/boost-maven/boost-runtimes/pom.xml b/boost-maven/boost-runtimes/pom.xml index 77f01779..3c519a40 100644 --- a/boost-maven/boost-runtimes/pom.xml +++ b/boost-maven/boost-runtimes/pom.xml @@ -6,7 +6,7 @@ org.microshed.boost boost-maven-parent - 0.2-SNAPSHOT + 0.2.1 boost-runtimes diff --git a/boost-maven/boost-runtimes/runtime-openliberty/pom.xml b/boost-maven/boost-runtimes/runtime-openliberty/pom.xml index 09df55c0..37320bbd 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/pom.xml +++ b/boost-maven/boost-runtimes/runtime-openliberty/pom.xml @@ -6,7 +6,7 @@ org.microshed.boost boost-runtimes - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.runtimes @@ -24,12 +24,12 @@ org.microshed.boost boost-common - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost boost-maven-plugin - 0.2-SNAPSHOT + 0.2.1 io.openliberty.tools diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/BeanValidationBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/BeanValidationBoosterTest.java index 0cf12fe7..588896bc 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/BeanValidationBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/BeanValidationBoosterTest.java @@ -51,7 +51,7 @@ public void testBeanValidationBoosterFeature_20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyBeanValidationBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyBeanValidationBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); @@ -81,7 +81,7 @@ public void testCDIBoosterFeature_20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyCDIBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyCDIBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/CDIBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/CDIBoosterTest.java index 1a8926a4..70bd5c5a 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/CDIBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/CDIBoosterTest.java @@ -51,7 +51,7 @@ public void testCDIBoosterFeature_12() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyCDIBoosterConfig.class, "1.2-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyCDIBoosterConfig.class, "1.2-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyCDIBoosterConfig libCDIConfig = new LibertyCDIBoosterConfig(params, logger); @@ -78,7 +78,7 @@ public void testCDIBoosterFeature_20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyCDIBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyCDIBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyCDIBoosterConfig libCDIConfig = new LibertyCDIBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JAXRSBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JAXRSBoosterTest.java index 9dc21adc..9099fac7 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JAXRSBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JAXRSBoosterTest.java @@ -51,7 +51,7 @@ public void testJAXRSBoosterFeature20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyJAXRSBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyJAXRSBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyJAXRSBoosterConfig libJAXRSConfig = new LibertyJAXRSBoosterConfig(params, logger); @@ -78,7 +78,7 @@ public void testJAXRSBoosterFeature21() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyJAXRSBoosterConfig.class, "2.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyJAXRSBoosterConfig.class, "2.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyJAXRSBoosterConfig libJAXRSConfig = new LibertyJAXRSBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONBBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONBBoosterTest.java index afbbb9e9..1004e17e 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONBBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONBBoosterTest.java @@ -41,7 +41,7 @@ public class JSONBBoosterTest { /** * Test that the jsonb-1.0 feature is added to server.xml when the jsonb booster - * version is set to 0.2-SNAPSHOT + * version is set to 0.2.1 * */ @Test @@ -51,7 +51,7 @@ public void testJSONBBoosterFeature10() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyJSONBBoosterConfig.class, "1.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyJSONBBoosterConfig.class, "1.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyJSONBBoosterConfig libJSONBConfig = new LibertyJSONBBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONPBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONPBoosterTest.java index 7852b3b4..a8d8aeb1 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONPBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/JSONPBoosterTest.java @@ -41,7 +41,7 @@ public class JSONPBoosterTest { /** * Test that the jsonp-1.0 feature is added to server.xml when the jsonp booster - * version is set to 0.2-SNAPSHOT + * version is set to 0.2.1 * */ @Test @@ -51,7 +51,7 @@ public void testJSONPBoosterFeature10() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyJSONPBoosterConfig.class, "1.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyJSONPBoosterConfig.class, "1.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyJSONPBoosterConfig libJSONPConfig = new LibertyJSONPBoosterConfig(params, logger); @@ -78,7 +78,7 @@ public void testJSONPBoosterFeature11() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyJSONPBoosterConfig.class, "1.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyJSONPBoosterConfig.class, "1.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyJSONPBoosterConfig libJSONPConfig = new LibertyJSONPBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPConfigBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPConfigBoosterTest.java index 5f498e5a..b7752fc2 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPConfigBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPConfigBoosterTest.java @@ -51,7 +51,7 @@ public void testMPConfigBoosterFeature13() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPConfigBoosterConfig.class, "1.3-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPConfigBoosterConfig.class, "1.3-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPConfigBoosterConfig libMPConfigConfig = new LibertyMPConfigBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPFaultToleranceBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPFaultToleranceBoosterTest.java index d5fae78f..3331cec3 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPFaultToleranceBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPFaultToleranceBoosterTest.java @@ -41,7 +41,7 @@ public class MPFaultToleranceBoosterTest { /** * Test that the mpFaultTolerance-1.1 feature is added to server.xml when the - * MPFaultTolerance booster version is set to 1.1-0.2-SNAPSHOT + * MPFaultTolerance booster version is set to 1.1-0.2.1 * */ @Test @@ -51,7 +51,7 @@ public void testMPFaultToleranceBoosterFeature11() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPFaultToleranceBoosterConfig.class, "1.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPFaultToleranceBoosterConfig.class, "1.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPFaultToleranceBoosterConfig libMPFTConfig = new LibertyMPFaultToleranceBoosterConfig(params, logger); @@ -69,7 +69,7 @@ public void testMPFaultToleranceBoosterFeature11() throws Exception { /** * Test that the mpFaultTolerance-2.0 feature is added to server.xml when the - * MPFaultTolerance booster version is set to 1.2-0.2-SNAPSHOT + * MPFaultTolerance booster version is set to 1.2-0.2.1 * */ @Test @@ -79,7 +79,7 @@ public void testMPFaultToleranceBoosterFeature20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPFaultToleranceBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPFaultToleranceBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPFaultToleranceBoosterConfig libMPFTConfig = new LibertyMPFaultToleranceBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPHealthBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPHealthBoosterTest.java index 944e37cd..f33c1642 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPHealthBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPHealthBoosterTest.java @@ -41,7 +41,7 @@ public class MPHealthBoosterTest { /** * Test that the mpHealth-1.0 feature is added to server.xml when the - * booster version is set to 1.0-0.2-SNAPSHOT + * booster version is set to 1.0-0.2.1 * */ @Test @@ -51,7 +51,7 @@ public void testMPHealthBoosterFeature10() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPHealthBoosterConfig.class, "1.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPHealthBoosterConfig.class, "1.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPHealthBoosterConfig libMPHealthConfig = new LibertyMPHealthBoosterConfig(params, logger); @@ -69,7 +69,7 @@ public void testMPHealthBoosterFeature10() throws Exception { /** * Test that the mpHealth-2.0 feature is added to server.xml when the - * MPHealth booster version is set to 2.0-0.2-SNAPSHOT + * MPHealth booster version is set to 2.0-0.2.1 * */ @Test @@ -79,7 +79,7 @@ public void testMPHealthBoosterFeature20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPHealthBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPHealthBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPHealthBoosterConfig libMPHealthConfig = new LibertyMPHealthBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPMetricsBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPMetricsBoosterTest.java index 953793df..720837c5 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPMetricsBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPMetricsBoosterTest.java @@ -41,7 +41,7 @@ public class MPMetricsBoosterTest { /** * Test that the mpMetrics-1.1 feature is added to server.xml when the - * MPMetrics booster version is set to 1.1-0.2-SNAPSHOT + * MPMetrics booster version is set to 1.1-0.2.1 * */ @Test @@ -51,7 +51,7 @@ public void testMPMetricsBoosterFeature11() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPMetricsBoosterConfig.class, "1.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPMetricsBoosterConfig.class, "1.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPMetricsBoosterConfig libMPMetricsConfig = new LibertyMPMetricsBoosterConfig(params, logger); @@ -69,7 +69,7 @@ public void testMPMetricsBoosterFeature11() throws Exception { /** * Test that the mpMetrics-2.0 feature is added to server.xml when the - * MPMetrics booster version is set to 2.0-0.2-SNAPSHOT + * MPMetrics booster version is set to 2.0-0.2.1 * */ @Test @@ -79,7 +79,7 @@ public void testMPMetricsBoosterFeature20() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPMetricsBoosterConfig.class, "2.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPMetricsBoosterConfig.class, "2.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPMetricsBoosterConfig libMPMetricsConfig = new LibertyMPMetricsBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenAPIBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenAPIBoosterTest.java index fc33a4e5..c3055018 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenAPIBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenAPIBoosterTest.java @@ -51,7 +51,7 @@ public void testMPOpenAPIBoosterFeature10() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPOpenAPIBoosterConfig.class, "1.0-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPOpenAPIBoosterConfig.class, "1.0-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPOpenAPIBoosterConfig libMPOpenAPIConfig = new LibertyMPOpenAPIBoosterConfig(params, logger); @@ -79,7 +79,7 @@ public void testMPOpenAPIBoosterFeature11() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPOpenAPIBoosterConfig.class, "1.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPOpenAPIBoosterConfig.class, "1.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPOpenAPIBoosterConfig libMPOpenAPIConfig = new LibertyMPOpenAPIBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenTracingBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenTracingBoosterTest.java index 9ee5d7e6..b1852e05 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenTracingBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPOpenTracingBoosterTest.java @@ -51,7 +51,7 @@ public void testMPOpenTracingBoosterFeature11() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPOpenTracingBoosterConfig.class, "1.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPOpenTracingBoosterConfig.class, "1.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPOpenTracingBoosterConfig libMPOpenTracingConfig = new LibertyMPOpenTracingBoosterConfig(params, @@ -70,7 +70,7 @@ public void testMPOpenTracingBoosterFeature11() throws Exception { /** * Test that the mpOpenTracing-1.1 feature is added to server.xml when the - * MPOpenTracing booster version is set to 0.2-SNAPSHOT + * MPOpenTracing booster version is set to 0.2.1 * */ @Test @@ -80,7 +80,7 @@ public void testMPOpenTracingBoosterFeature12() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPOpenTracingBoosterConfig.class, "1.2-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPOpenTracingBoosterConfig.class, "1.2-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPOpenTracingBoosterConfig libMPOpenTracingConfig = new LibertyMPOpenTracingBoosterConfig(params, @@ -99,7 +99,7 @@ public void testMPOpenTracingBoosterFeature12() throws Exception { /** * Test that the mpOpenTracing-1.3 feature is added to server.xml when the - * MPOpenTracing booster version is set to 0.2-SNAPSHOT + * MPOpenTracing booster version is set to 0.2.1 * */ @Test @@ -109,7 +109,7 @@ public void testMPOpenTracingBoosterFeature13() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPOpenTracingBoosterConfig.class, "1.3-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPOpenTracingBoosterConfig.class, "1.3-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPOpenTracingBoosterConfig libMPOpenTracingConfig = new LibertyMPOpenTracingBoosterConfig(params, diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPRestClientBoosterTest.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPRestClientBoosterTest.java index b3aba71b..125d4be4 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPRestClientBoosterTest.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/boosters/MPRestClientBoosterTest.java @@ -41,7 +41,7 @@ public class MPRestClientBoosterTest { /** * Test that the mpRestClient-1.1 feature is added to server.xml when the - * MPRestClient booster version is set to 1.1-0.2-SNAPSHOT + * MPRestClient booster version is set to 1.1-0.2.1 * */ @Test @@ -51,7 +51,7 @@ public void testMPRestClientBoosterFeature11() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPRestClientBoosterConfig.class, "1.1-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPRestClientBoosterConfig.class, "1.1-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPRestClientBoosterConfig libMPOpenTracingConfig = new LibertyMPRestClientBoosterConfig(params, logger); @@ -69,7 +69,7 @@ public void testMPRestClientBoosterFeature11() throws Exception { /** * Test that the mpRestClient-1.2 feature is added to server.xml when the - * MPRestClient booster version is set to "1.2-0.2-SNAPSHOT" + * MPRestClient booster version is set to "1.2-0.2.1" * */ @Test @@ -79,7 +79,7 @@ public void testMPRestClientBoosterFeature12() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPRestClientBoosterConfig.class, "1.2-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPRestClientBoosterConfig.class, "1.2-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPRestClientBoosterConfig libMPOpenTracingConfig = new LibertyMPRestClientBoosterConfig(params, logger); @@ -97,7 +97,7 @@ public void testMPRestClientBoosterFeature12() throws Exception { /** * Test that the mpRestClient-1.3 feature is added to server.xml when the - * MPRestClient booster version is set to "1.3-0.2-SNAPSHOT". + * MPRestClient booster version is set to "1.3-0.2.1". * */ @Test @@ -107,7 +107,7 @@ public void testMPRestClientBoosterFeature13() throws Exception { outputDir.getRoot().getAbsolutePath(), null, logger); Map dependencies = BoosterUtil - .createDependenciesWithBoosterAndVersion(LibertyMPRestClientBoosterConfig.class, "1.3-0.2-SNAPSHOT"); + .createDependenciesWithBoosterAndVersion(LibertyMPRestClientBoosterConfig.class, "1.3-0.2.1"); BoosterConfigParams params = new BoosterConfigParams(dependencies, new Properties()); LibertyMPRestClientBoosterConfig libMPOpenTracingConfig = new LibertyMPRestClientBoosterConfig(params, logger); diff --git a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/utils/BoosterUtil.java b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/utils/BoosterUtil.java index 6e2cc8fe..66e55698 100644 --- a/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/utils/BoosterUtil.java +++ b/boost-maven/boost-runtimes/runtime-openliberty/src/test/java/org/microshed/boost/runtimes/utils/BoosterUtil.java @@ -28,6 +28,6 @@ public static Map createDependenciesWithBoosterAndVersion(Class< } public static Map getJDBCDependency() throws BoostException { - return BoosterUtil.createDependenciesWithBoosterAndVersion(JDBCBoosterConfig.class, "0.2-SNAPSHOT"); + return BoosterUtil.createDependenciesWithBoosterAndVersion(JDBCBoosterConfig.class, "0.2.1"); } } diff --git a/boost-maven/boost-runtimes/runtime-tomee/pom.xml b/boost-maven/boost-runtimes/runtime-tomee/pom.xml index 33eb6c73..6925661c 100644 --- a/boost-maven/boost-runtimes/runtime-tomee/pom.xml +++ b/boost-maven/boost-runtimes/runtime-tomee/pom.xml @@ -6,7 +6,7 @@ org.microshed.boost boost-runtimes - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.runtimes @@ -24,12 +24,12 @@ org.microshed.boost boost-common - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost boost-maven-plugin - 0.2-SNAPSHOT + 0.2.1 org.apache.maven diff --git a/boost-maven/boost-runtimes/runtime-wlp/pom.xml b/boost-maven/boost-runtimes/runtime-wlp/pom.xml index 184b7ec2..2b58e57f 100644 --- a/boost-maven/boost-runtimes/runtime-wlp/pom.xml +++ b/boost-maven/boost-runtimes/runtime-wlp/pom.xml @@ -6,11 +6,11 @@ org.microshed.boost boost-runtimes - 0.2-SNAPSHOT + 0.2.1 org.microshed.boost.runtimes wlp - 0.2-SNAPSHOT + 0.2.1 diff --git a/boost-maven/pom.xml b/boost-maven/pom.xml index e3b82a00..eb70d196 100644 --- a/boost-maven/pom.xml +++ b/boost-maven/pom.xml @@ -9,7 +9,7 @@ org.microshed.boost boost-maven-parent - 0.2-SNAPSHOT + 0.2.1 pom boost-maven-plugin Parent @@ -24,15 +24,15 @@ Eclipse Public License 1.0 (EPL-1.0) - https://raw.github.com/OpenLiberty/boost/master/LICENSE + https://raw.github.com/MicroShed/boost/master/LICENSE repo - scm:git:git@github.com:OpenLiberty/boost.git - scm:git:git@github.com:OpenLiberty/boost.git - git@github.com:OpenLiberty/boost.git + scm:git:git@github.com:MicroShed/boost.git + scm:git:git@github.com:MicroShed/boost.git + git@github.com:MicroShed/boost.git HEAD @@ -61,4 +61,76 @@ + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + ossrh + https://oss.sonatype.org/ + false + + ${maven.deploy.skip} + + + + + + + + + oss-release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + + + +