...
Project | API | Notes |
---|---|---|
CLAMP | 1.3.3 | Released on NOTE: For maintenance release on 1/2019 it is not required for CLAMP to upgrade to the >1.3.3 released artifacts. |
DCAE | n/a | Implemented own python API |
...
Release Order | Repo (current version) | Notes | Example Commit(s) for upgrading versions |
---|---|---|---|
1 | policy/parent 2.0.1 | all pom.xml's version.properties | |
2 | policy/common 1.3.34 | all pom.xml's version.properties | https://gerrit.onap.org/r/#/c/71549/ |
3 | policy/drools-pdp 1.3.47 | all pom.xml's version.properties policy-management/src/test/resources/echo.pom In main pom.xml consider changing the policy.common.version property: *NOTE: The drools-pdp, drools-applications and engine must have the same version to support pre-loading of artifacts correctly. | |
3 | policy/apex-pdp 2.0.35 | all pom.xml's version.properties property version.policy.common in main pom.xml | https://gerrit.onap.org/r/#/c/71562/ |
4 | policy/drools-applications 1.3.47 | all pom.xml's version.properties In main pom.xml change the following properties
*NOTE: The drools-pdp and drools-applications must have the same version to support pre-loading of artifacts correctly. | |
5 | policy/engine 1.3.37 | all pom.xml's version.properties BRMSGateway/config.properties BRMSGateway/dependency.json BRMSGateway/src/main/java/org/onap/policy/brms/api/BrmsPush.java BRMSGateway/src/test/resources/config.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/#/c/71570/ |
6 | policy/distribution 2.0.26 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/#/c/71575/ |
7 (no dependencies, just ordering) | policy/docker (tagged 1.3.35) | There are no artifacts in this repo. But we need to be sure that any scripts that pull anything like templates are updated when branching. config/pe/push-policies.sh ./config/pe/brmsgw.conf: BRMS_DEPENDENCY_VERSION And it should be tagged by the LF release team to ensure consistency. |
...