diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-10-30 09:23:10 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-10-30 09:23:18 -0400 |
commit | 0cb4533da05a301e294e943b46f46692d53f9dcd (patch) | |
tree | 79c5962127c326272f3cacaa77ffb3cabd78f630 /tutorials/pom.xml | |
parent | e7d7b10533446a24a725e50f0d34e7e719ddfdd7 (diff) |
Set correct version in tutorials
These were missed due to the branching.
Issue-ID: POLICY-2876
Change-Id: I85c661eb1106c3a6599f314e57f59d81296aa9ea
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'tutorials/pom.xml')
-rw-r--r-- | tutorials/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 66a1892e..81e351b3 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.3.4-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> </parent> <artifactId>xacml-tutorials</artifactId> |