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 /client | |
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 'client')
-rw-r--r-- | client/client-common/pom.xml | 2 | ||||
-rw-r--r-- | client/client-deployment/pom.xml | 2 | ||||
-rw-r--r-- | client/client-editor/pom.xml | 2 | ||||
-rw-r--r-- | client/client-full/pom.xml | 2 | ||||
-rw-r--r-- | client/client-monitoring/pom.xml | 2 | ||||
-rw-r--r-- | client/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index b487364ba..b3adfb928 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>client</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>client-common</artifactId> diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 1e6433c00..1719c68fb 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>client</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>client-deployment</artifactId> diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index c88f9bb03..0b7b1df52 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>client</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>client-editor</artifactId> diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 6127985fa..83f88778d 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>client</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>client-full</artifactId> diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index b7d0fcf5c..ce9d74999 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>client</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <artifactId>client-monitoring</artifactId> diff --git a/client/pom.xml b/client/pom.xml index 402979a1e..2e998e311 100644 --- a/client/pom.xml +++ b/client/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.client</groupId> |