From: Pamela Dragosh Date: Tue, 28 May 2019 17:49:58 +0000 (-0400) Subject: Set policy/parent master 3.0.0 version X-Git-Tag: 3.0.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d8d3191510be75033894d41439dc92ba250eeda5;hp=c9e2790646530c9546ecbf0038248cfdf663521c;p=policy%2Fparent.git Set policy/parent master 3.0.0 version Bumping the major patch since the target changes for El Alto will involve moving to oparent 2.0.0. Could be quite involved. Issue-ID: POLICY-1747 Change-Id: Ic8eebd4738bc66cc4cac3021f41ed1c478268a4d Signed-off-by: Pamela Dragosh --- diff --git a/integration/pom.xml b/integration/pom.xml index 8fab6f41..9dd05743 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.parent policy-parent - 2.1.1-SNAPSHOT + 3.0.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index dfc003b5..9f18576d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent policy-parent - 2.1.1-SNAPSHOT + 3.0.0-SNAPSHOT pom diff --git a/version.properties b/version.properties index b4f56188..17424ded 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=2 -minor=1 -patch=1 +major=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}