From: Jessica Wagantall Date: Sun, 19 Nov 2017 02:50:29 +0000 (-0800) Subject: Bump minor version X-Git-Tag: v1.2.0~204 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=db597fe2163c073e37ad2ddc0d7fe386517e21e0 Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: I61e0ae91e3ece54ed09a88dad9b8dac173ccae07 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- diff --git a/BRMSGateway/config.properties b/BRMSGateway/config.properties index fcde085ac..56886ef4b 100644 --- a/BRMSGateway/config.properties +++ b/BRMSGateway/config.properties @@ -77,6 +77,6 @@ ping_interval=30000 # # # -brms.dependency.version=1.1.2-SNAPSHOT +brms.dependency.version=1.2.0-SNAPSHOT ENVIRONMENT = DEVL diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json index e26b2e69e..fcdcebdea 100644 --- a/BRMSGateway/dependency.json +++ b/BRMSGateway/dependency.json @@ -3,96 +3,96 @@ "default": [{ "groupId": "org.onap.policy.drools-applications", "artifactId": "demo", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "events", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "rest", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "appc", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "aai", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "mso", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "trafficgenerator", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }], "amsterdam": [{ "groupId": "org.onap.policy.drools-applications", "artifactId": "events", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "appc", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "appclcm", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "vfc", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "so", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "aai", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "sdc", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "trafficgenerator", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "eventmanager", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "guard", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "actorServiceProvider", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "actor.appc", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "actor.appclcm", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "actor.so", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "actor.vfc", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "org.onap.policy.drools-applications", "artifactId": "policy-yaml", - "version": "1.1.2-SNAPSHOT" + "version": "1.2.0-SNAPSHOT" }, { "groupId": "com.att.research.xacml", "artifactId": "xacml-pdp", diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 223f9007f..94765a737 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT BRMSGateway This application will take in BRMS rules and acts as interface between PR and PDP XACML diff --git a/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java b/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java index 8185f2d46..a13ded09a 100644 --- a/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java +++ b/BRMSGateway/src/main/java/org/onap/policy/brmsInterface/BRMSPush.java @@ -107,7 +107,7 @@ public class BRMSPush { private static final Logger LOGGER = FlexLogger.getLogger(BRMSPush.class.getName()); private static final String PROJECTSLOCATION = "RuleProjects"; private static final String[] GOALS = { "clean", "deploy" }; - private static final String DEFAULT_VERSION = "1.1.2-SNAPSHOT"; + private static final String DEFAULT_VERSION = "1.2.0-SNAPSHOT"; private static final String DEPENDENCY_FILE = "dependency.json"; private static final String BRMSPERSISTENCE = "brmsEclipselink.persistencexml"; diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index fbcdaf910..6ccfc4969 100644 --- a/BRMSGateway/src/test/resources/config.properties +++ b/BRMSGateway/src/test/resources/config.properties @@ -81,6 +81,6 @@ ping_interval=30000 # # # -brms.dependency.version=1.1.2-SNAPSHOT +brms.dependency.version=1.2.0-SNAPSHOT ENVIRONMENT = DEVL diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 5ff7561e3..8af1dc278 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT LogParser diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index b48a14ece..06b7601fc 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT diff --git a/ONAP-PDP-REST/pom.xml b/ONAP-PDP-REST/pom.xml index afb7274c4..31649cb48 100644 --- a/ONAP-PDP-REST/pom.xml +++ b/ONAP-PDP-REST/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT ONAP-PDP-REST diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 36ad0f579..4e1962e86 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml index fa957ac87..8879cc600 100644 --- a/ONAP-REST/pom.xml +++ b/ONAP-REST/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT ONAP-REST diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index b9f7e8375..32cac6e92 100644 --- a/ONAP-SDK-APP/pom.xml +++ b/ONAP-SDK-APP/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT ONAP-SDK-APP war diff --git a/ONAP-XACML/pom.xml b/ONAP-XACML/pom.xml index b6a1e4bfe..271b7f458 100644 --- a/ONAP-XACML/pom.xml +++ b/ONAP-XACML/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT ONAP-XACML jar diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 86a422a46..5cd0429d3 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -4,7 +4,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT POLICY-SDK-APP war diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index b73625f2b..1c2f5b845 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT PolicyEngineAPI diff --git a/PolicyEngineClient/pom.xml b/PolicyEngineClient/pom.xml index c8aefef9c..722c994c8 100644 --- a/PolicyEngineClient/pom.xml +++ b/PolicyEngineClient/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT PolicyEngineClient diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 2e1b869c7..9bc811d0b 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT PolicyEngineUtils diff --git a/packages/base/pom.xml b/packages/base/pom.xml index e704cf6ab..3b753b2ac 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine packages - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT base diff --git a/packages/install/pom.xml b/packages/install/pom.xml index 3667e136a..cb8c97d26 100644 --- a/packages/install/pom.xml +++ b/packages/install/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine packages - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT install diff --git a/packages/pom.xml b/packages/pom.xml index d2259a822..e8f81638e 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT packages diff --git a/pom.xml b/pom.xml index cc076f1c6..edcbbaa91 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT pom policy-engine diff --git a/version.properties b/version.properties index c0fa9d52a..faf06bbba 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 -patch=2 +minor=2 +patch=0 base_version=${major}.${minor}.${patch}