diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-08-04 20:14:20 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-08-04 20:14:20 +0000 |
commit | ebdf02ede0042bdb5b572c00077098c31f804199 (patch) | |
tree | 94ab1a5d8fad13a8e9ded7d54f5ee95922d42b8d /core | |
parent | 23f4d5f537f944fbb689e75e591678c9a8757c0a (diff) |
Release policy/apex-pdp8.0.1-ONAP2.5.4
Diffstat (limited to 'core')
-rw-r--r-- | core/core-engine/pom.xml | 2 | ||||
-rw-r--r-- | core/core-infrastructure/pom.xml | 2 | ||||
-rw-r--r-- | core/core-protocols/pom.xml | 2 | ||||
-rw-r--r-- | core/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/core/core-engine/pom.xml b/core/core-engine/pom.xml index 22ca16179..b50005f11 100644 --- a/core/core-engine/pom.xml +++ b/core/core-engine/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> </parent> <artifactId>core-engine</artifactId> diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index 5637183ba..b85f18892 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> </parent> <artifactId>core-infrastructure</artifactId> diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index 6253285e9..7ecf2264d 100644 --- a/core/core-protocols/pom.xml +++ b/core/core-protocols/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> </parent> <artifactId>core-protocols</artifactId> diff --git a/core/pom.xml b/core/pom.xml index 8d3a8c3c5..69349723e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> |