Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release OrderRepo (released version)NotesExample Commit(s) for upgrading versions
1

policy/parent

3.4.3

Update version of parent-resources in parent-integration in a previous review.

all pom.xml's

version.properties

https://gerrit.onap.org/r/c/policy/parent/+/124844

https://gerrit.onap.org/r/c/policy/parent/+/124846

https://gerrit.onap.org/r/c/policy/parent/+/124849

https://gerrit.onap.org/r/c/policy/parent/+/124854

2a

policy/docker

2.3.1

No maven artifacts are released.

Release docker images

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version

In db-migrator Dockerfile

  • Point base image version to the latest released jre-alpine image, which is one back from the current image

Update Dockerfile in all repos with new version

Use this command to find Dockerfiles
find . -name '*Docker*' | awk '{printf("vi %s\n", $1)}'

https://gerrit.onap.org/r/c/policy/docker/+/124866
2b

policy/common

1.9.1

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version

https://gerrit.onap.org/r/c/policy/common/+/124867

https://gerrit.onap.org/r/c/policy/common/+/124879

https://gerrit.onap.org/r/c/policy/common/+/124891

https://gerrit.onap.org/r/c/policy/common/+/124905

3

policy/models

2.5.1

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version


https://gerrit.onap.org/r/c/policy/models/+/124890

https://gerrit.onap.org/r/c/policy/models/+/124917

4a

policy/api

2.5.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

4b

policy/pap

2.5.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

4c

policy/drools-pdp

1.9.0

all pom.xml's

version.properties

In main pom.xml consider changing the policy.common.version property:

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

Update policy/drools-applications dockerfile to pull this image (see below)

Update policy/drools-applications files:

  • pom.xml: version.policy.drools-pdp

4d

policy/apex-pdp

2.6.0

all pom.xml's

version.properties

In main pom.xml consider changing the policy.common.version property:

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

4e

policy/xacml-pdp

2.5.0

all pom.xml's

version.properties

In main pom.xml consider changing the policy.common.version property:

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

4f

policy/distribution

2.6.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

4g

policy/clamp

6.1.2

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct

4hpolicy/gui
2.1.1

all pom.xml's

version.properties

In main pom.xml consider changing the policy.common.version property:

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

In Dockerfile

  • Ensure base image version is correct
https://gerrit.onap.org/r/c/policy/gui/+/124916
5 - Dependent only on policy/drools-pdp

policy/drools-applications

1.9.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version
  • version.policy.drools-pdp



...