diff options
author | Jim Hahn <jrh3@att.com> | 2020-11-16 18:11:58 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-11-16 18:13:31 -0500 |
commit | 880b06a9924251681e87e4068b40ae26eb93ce29 (patch) | |
tree | 4565a8ba026f1ad2a68128e434184964a1227cb5 /tools | |
parent | e3811b0e2c78b9b03bb096b71b5ee519ee73ac71 (diff) |
Bump apex-pdp guilin to 2.4.5-SNAPSHOT
Issue-ID: POLICY-2893
Change-Id: Iff8121d10d3603e2071bc2f0978208fb9617331a
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/model-generator/pom.xml | 2 | ||||
-rw-r--r-- | tools/pom.xml | 2 | ||||
-rw-r--r-- | tools/simple-wsclient/pom.xml | 2 | ||||
-rw-r--r-- | tools/tools-common/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/model-generator/pom.xml b/tools/model-generator/pom.xml index 7b1c5fa01..12208f48a 100644 --- a/tools/model-generator/pom.xml +++ b/tools/model-generator/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> </parent> <artifactId>model-generator</artifactId> diff --git a/tools/pom.xml b/tools/pom.xml index cc1c18d4c..9e9ac4923 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml index 7238494c9..17753017a 100644 --- a/tools/simple-wsclient/pom.xml +++ b/tools/simple-wsclient/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> </parent> <artifactId>simple-wsclient</artifactId> diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index e7353a16a..e7301b5d2 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.4.4-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> </parent> <artifactId>tools-common</artifactId> |