diff options
author | liamfallon <liam.fallon@est.tech> | 2019-05-16 09:46:58 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-05-16 09:46:58 +0000 |
commit | c039eaf30f80d8c968cb8cc5e4060998cd7d6ff7 (patch) | |
tree | 525c42e7a1e705b6ae33767380370588cfebab40 /client | |
parent | 7260e28e8df46a7643794520e102092ce674debf (diff) |
Step snapshot version of apex-pdp
Issue-ID: POLICY-1630
Change-Id: I6dfce7eb33d9bc41caabf6b8842377b486de672d
Signed-off-by: liamfallon <liam.fallon@est.tech>
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 da0aa392c..ea6c7e182 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>client-common</artifactId> diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 25972ea47..f01e2e42b 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>client-deployment</artifactId> diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index a72f88c76..982b26640 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>client-editor</artifactId> diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 591dcada3..ce3b680c8 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>client-full</artifactId> diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 6d0c34e6e..ef2b676ed 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <artifactId>client-monitoring</artifactId> diff --git a/client/pom.xml b/client/pom.xml index b9c296930..694c362dd 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.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.client</groupId> |