diff options
author | liamfallon <liam.fallon@est.tech> | 2021-03-12 09:23:56 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-03-12 09:26:57 +0000 |
commit | 40dc08d931305edd43e50517afaad4c71f511114 (patch) | |
tree | 2705b8e6ff2b5463f9ca04e66cc7cd5b046a5b43 /core | |
parent | a8689e0711e236542127e4c5873a360545c152e9 (diff) |
Bump apex-pdp to 2.6.0-SNAPSHOT
Issue-ID: POLICY-3105
Change-Id: I53abd7e9cf8c1425d115b0bb917db6389e9ded92
Signed-off-by: liamfallon <liam.fallon@est.tech>
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 c3ab7b2c0..e574684da 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.2-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>core-engine</artifactId> diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index f8b000b42..6e85e33f4 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.2-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>core-infrastructure</artifactId> diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index 1a37a582c..32d1483e8 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.2-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <artifactId>core-protocols</artifactId> diff --git a/core/pom.xml b/core/pom.xml index df4408c5e..2b58ef937 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.2-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> |