diff --git a/archetype/pom.xml b/archetype/pom.xml index aac945c19..f7234ac13 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml 4.0.0 @@ -101,7 +101,7 @@ org.apache.maven.plugins maven-invoker-plugin - [1.8,) + [2.0.0,) install run diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 9968665c9..e79145af9 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -14,7 +14,7 @@ UTF-8 false src/test/resources/SampleSuite.xml - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/client/pom.xml b/client/pom.xml index eaa0d5881..23ead1a42 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/client/src/main/java/com/paypal/selion/configuration/Config.java b/client/src/main/java/com/paypal/selion/configuration/Config.java index 67a6965e1..770f1775a 100644 --- a/client/src/main/java/com/paypal/selion/configuration/Config.java +++ b/client/src/main/java/com/paypal/selion/configuration/Config.java @@ -432,9 +432,9 @@ public static enum ConfigProperty { SELENIUM_PROXY_PORT("proxyServerPort", "", true), /** - * Use this parameter to indicate if your remote runs are to be run against the sauce lab grid or against the QI - * owned grid/your own grid. This flag is required because when running against Sauce lab furnished grid, we are - * to ensure that fetching of WebDriver node IP and Port is to be disabled. + * Use this parameter to indicate if your remote runs are to be run against the sauce lab grid or against your + * own grid. This flag is required when running against the Sauce lab grid because we need to disable fetching + * of the WebDriver node IP and Port details. */ SELENIUM_USE_SAUCELAB_GRID("useSauceLabGrid", "false", true), diff --git a/codegen/pom.xml b/codegen/pom.xml index 942497915..1f25e0754 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 69bec9607..e11241d31 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml 4.0.0 diff --git a/dataproviders/pom.xml b/dataproviders/pom.xml index f310e6e1d..c1e42a316 100644 --- a/dataproviders/pom.xml +++ b/dataproviders/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index bcca58af7..bee476f1a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 pom SeLion Parent POM The SeLion Parent POM @@ -133,6 +133,27 @@ -Xdoclint:none + + sign + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + diff --git a/project-bom/pom.xml b/project-bom/pom.xml index fc059b402..ab69e124c 100644 --- a/project-bom/pom.xml +++ b/project-bom/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml 4.0.0 diff --git a/server/pom.xml b/server/pom.xml index 2edcbd1cb..2adc6704d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ com.paypal.selion SeLion-Parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml 4.0.0