Consumed API from other projects
...
Release Order | Repo (released version) | Notes | Example Commit(s) for upgrading versions | |||
---|---|---|---|---|---|---|
1 | policy/parent 3.1.1 | all pom.xml's version.properties | https://gerrit.onap.org/r/c/policy/parent/+/104021 | |||
2a | policy/docker 2.0.1 | all pom.xml's version.properties In main pom.xml change the following properties
NOTE: Be sure the following are set to match drools-applications and models repo ./config/pe/brmsgw.conf: BRMS_DEPENDENCY_VERSION BRMS_MODELS_DEPENDENCY_VERSION | https://gerrit.onap.org/r/c/policy/docker/+/102678 | |||
2b | policy/common 1.6.2 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/c/policy/common/+/104047 | |||
3 | policy/models 2.2.1 | all pom.xml's version.properties In main pom.xml change the following properties
BRMS_MODELS_DEPENDENCY_VERSION
BRMS_MODELS_DEPENDENCY_VERSION
| ||||
4a | policy/api 2.2.0 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/c/policy/api/+/104257 | |||
4b | policy/pap 2.2.0 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/c/policy/pap/+/104262 | |||
4c | policy/drools-pdp 1.6.0 - In Progress | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
Update policy/drools-applications dockerfile to pull this image (see below) Update policy/drools-applications files:
| ||||
4d | policy/apex-pdp 2.2.0 - In Progress | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
| ||||
4e | policy/xacml-pdp 2.2.0 - In Progress | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
| ||||
4f | policy/engine 1.6.0 - In Progress | 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 packages/base/src/files/install/servers/brmsgw/config.properties packages/install/src/files/brmsgw.conf In main pom.xml change the following properties
| 4g | policy/distribution 2.3.0 - In Progress | all pom.xml's version.properties In main pom.xml change the following properties
| |
5 - Dependent only on policy/drools-pdp | policy/drools-applications 1.6.0 - In Progress | all pom.xml's version.properties In main pom.xml change the following properties
Additional files to change in JUnit tests: controlloop/common/feature-controlloop-management/src/test/resources/op.pom
BRMS_DEPENDENCY_VERSION
BRMS_DEPENDENCY_VERSION
| ||||
6 - Dependent on policy/drools-applications | policy/engine 1.6.0 - In Progress | 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 packages/base/src/files/install/servers/brmsgw/config.properties packages/install/src/files/brmsgw.conf In main pom.xml change the following properties
|
When branching, its easiest to update the .gitreview file ON the new branch in order to ensure that new gerritt submissions are tracked on that branch.
...