diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-01-07 20:19:53 -0600 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-01-09 10:26:13 -0600 |
commit | 2bd82c3e01f57cf96ef8bdb134c85c1c2049947b (patch) | |
tree | b1431415165461cfe451258f5e25d702927f0e13 /context | |
parent | 43037b6e94c063d8be0d3ebaa8bc729b30334ff1 (diff) |
Move to 2.0.4-SNAPSHOT version
Change-Id: Ie771ffc542eb2938079efacc6b9c75cc3616b89d
Issue-ID: POLICY-1390
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'context')
-rw-r--r-- | context/context-management/pom.xml | 2 | ||||
-rw-r--r-- | context/context-test-utils/pom.xml | 2 | ||||
-rw-r--r-- | context/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index 358fe6f32..83b7476c8 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>context-management</artifactId> diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml index b86c78e48..9f7f9f583 100644 --- a/context/context-test-utils/pom.xml +++ b/context/context-test-utils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.context</groupId> <artifactId>context</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <artifactId>context-test-utils</artifactId> diff --git a/context/pom.xml b/context/pom.xml index e1eae3b97..29b76dd9c 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.context</groupId> |