diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-05-28 17:02:18 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-05-28 17:02:18 -0500 |
commit | 26696e59cd09090b0ddd065df3c022f23b7c0558 (patch) | |
tree | 85eb9dc4ec4761d02bf8c83ce7a619dae036d913 /core | |
parent | 6100a14e91615552073a41b0f1df4821228a7838 (diff) |
bump poms to 2.2.4-SNAPSHOT5.0.2-ONAPelalto
Issue-ID: POLICY-2475
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I52cb75a41c32cca2456cf507cdc01897d9cacb8d
Diffstat (limited to 'core')
-rw-r--r-- | core/core-deployment/pom.xml | 2 | ||||
-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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/core-deployment/pom.xml b/core/core-deployment/pom.xml index f2b866980..fac160d6d 100644 --- a/core/core-deployment/pom.xml +++ b/core/core-deployment/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>core-deployment</artifactId> diff --git a/core/core-engine/pom.xml b/core/core-engine/pom.xml index 2ff4fdf6a..86ce5bf0e 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.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>core-engine</artifactId> diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index f1d2bb6d6..ac3fceec6 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.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>core-infrastructure</artifactId> diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index f9b5a6d5b..0e5cac9c0 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.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>core-protocols</artifactId> diff --git a/core/pom.xml b/core/pom.xml index 63d1113a6..1857ec9ef 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> |