Update policy-keystore with newer certificates
[policy/api.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d1ed71d..73f3153 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,6 +5,7 @@
   Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved.
   Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2019-2020 Nordix Foundation.
+  Modifications Copyright (C) 2020 Bell Canada. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.2.0-SNAPSHOT</version>
+        <version>3.2.0</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.api</groupId>
     <artifactId>policy-api</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.3.4-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -41,8 +42,8 @@
     <description>Code that define our external API.</description>
 
     <properties>
-        <policy.common.version>1.6.5</policy.common.version>
-        <policy.models.version>2.2.6</policy.models.version>
+        <policy.common.version>1.7.1</policy.common.version>
+        <policy.models.version>2.3.5</policy.models.version>
     </properties>
 
     <modules>
@@ -77,7 +78,6 @@
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-security</artifactId>
-            <version>9.4.25.v20191220</version>
         </dependency>
                 <dependency>
             <groupId>org.eclipse.jetty</groupId>