From 603a5a4aa9ee8c00a3ca081b98e9f19c0606b0da Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Fri, 2 Aug 2019 12:53:15 +0530 Subject: Set SNAPSHOT versioning Issue-ID: CLI-169 Change-Id: I37930d594df46a9cf306d66db3ba212237041e0c Signed-off-by: Kanagaraj Manickam k00365106 --- validate/pom.xml | 2 +- validate/sample-mock-generator/pom.xml | 14 +++++++++++++- validate/sample-yaml-generator/pom.xml | 14 +++++++++++++- validate/validation/pom.xml | 14 +++++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) (limited to 'validate') diff --git a/validate/pom.xml b/validate/pom.xml index 46a899cc..5c9b9ee2 100644 --- a/validate/pom.xml +++ b/validate/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 3.0.0 + 4.0.0-SNAPSHOT cli-validate diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index 6b3eb54c..dfa5b9b7 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 3.0.0 + 4.0.0-SNAPSHOT cli-sample-mock-generator @@ -38,6 +38,18 @@ 4.11 test + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + com.fasterxml.jackson.core jackson-databind diff --git a/validate/sample-yaml-generator/pom.xml b/validate/sample-yaml-generator/pom.xml index 400d72f1..c9503c5e 100644 --- a/validate/sample-yaml-generator/pom.xml +++ b/validate/sample-yaml-generator/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 3.0.0 + 4.0.0-SNAPSHOT cli-sample-yaml-generator @@ -38,6 +38,18 @@ 4.11 test + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index 7767913c..526aa0f6 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-validate - 3.0.0 + 4.0.0-SNAPSHOT cli-validation @@ -37,6 +37,18 @@ 4.11 test + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + org.onap.cli cli-main -- cgit 1.2.3-korg