diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-15 16:04:06 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-15 16:04:41 -0400 |
commit | b4563677f7c3cb0385cbedfcbfab7a76ef5abdf2 (patch) | |
tree | ab885923fd2da41d0d78cdb590e81eaf295b9a9e | |
parent | 07cb87c6cea08b59762c84f31eb08c6c182041aa (diff) |
Upgrade to release versions4.0.0-ONAP2.1.0
Released policy/engine 1.4.0 and apex engine 2.1.0
Issue-ID: POLICY-1630
Change-Id: Ib39c9daae5966791f88885485978c1b4b95738c5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,8 +48,8 @@ <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <policy.common.version>1.4.0</policy.common.version> - <policy.engine.version>1.4.0-SNAPSHOT</policy.engine.version> - <policy.apex-pdp.version>2.1.0-SNAPSHOT</policy.apex-pdp.version> + <policy.engine.version>1.4.0</policy.engine.version> + <policy.apex-pdp.version>2.1.0</policy.apex-pdp.version> </properties> <modules> |