diff options
author | jrh3 <jrh3@att.com> | 2019-09-12 10:00:24 -0400 |
---|---|---|
committer | jrh3 <jrh3@att.com> | 2019-09-12 10:00:24 -0400 |
commit | 949f47c7c2180bbf101df5234325f469db82848d (patch) | |
tree | 2b2a102bac47fb1000621c22a9a3e026f4f07842 /services | |
parent | 73f0e1eb2acef679fa66bc1600d13b6f5b3afd13 (diff) |
Bump version in apex-pdp elalto
Issue-ID: POLICY-2045
Signed-off-by: jrh3 <jrh3@att.com>
Change-Id: I0294833626fcebb691dbc5fb80d27593bf7aa77b
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 2 | ||||
-rw-r--r-- | services/services-engine/pom.xml | 2 | ||||
-rw-r--r-- | services/services-onappf/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/services/pom.xml b/services/pom.xml index e4d4638b1..57b79cb63 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.3-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.services</groupId> diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index 90adb1f06..631bddb97 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.3-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index 57814710b..e36391a19 100644 --- a/services/services-onappf/pom.xml +++ b/services/services-onappf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.3-SNAPSHOT</version> </parent> <artifactId>services-onappf</artifactId> |