Consumed API from other projects
...
Release Order | Repo (released version) | Notes | Example Commit(s) for upgrading versions |
---|---|---|---|
1 | policy/parent 2.1.0 | all pom.xml's version.properties | https://gerrit.onap.org/r/#/c/86556/ |
2a | policy/docker 1.4.0 | 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 | |
2b | policy/common 1.4.0 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/#/c/86722/ |
3 | policy/models 2.0.12 | 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.0.01 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/#/c/87851/ |
4b | policy/pap 2.0.01 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/#/c/87852/ |
4c | policy/drools-pdp 1.4.0 | all pom.xml's version.propertiespolicy-management/src/test/resources/echo.pom 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 pom.xml | |
4d | policy/apex-pdp 2.0.4 | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
| https://gerrit.onap.org/r/#/c/87856/ |
4e | policy/xacml-pdp 2.0.1 | all pom.xml's version.properties In main pom.xml consider changing the policy.common.version property:
| https://gerrit.onap.org/r/#/c/87882/ |
4f | policy/engine 1.4.1 | 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
| |
5a | policy/drools-applications 1.4.12 | 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 In the dockerfile change to point to released drools-pdp image: FROM onap/policy-drools:1.4.0 and force pull the policy-drools:1.4.0 image: https://gerrit.onap.org/r/#/c/87814/1/controlloop/build/docker-cl
BRMS_DEPENDENCY_VERSION
BRMS_DEPENDENCY_VERSION | https://gerrit.onap.org/r/#/c/87840/ |
5b | policy/distribution 2.1.0 | all pom.xml's version.properties In main pom.xml change the following properties
| https://gerrit.onap.org/r/#/c/87893/ |
...