Point to released artifacts 97/104197/2
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 23 Mar 2020 23:49:37 +0000 (19:49 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 24 Mar 2020 00:02:42 +0000 (20:02 -0400)
There are many other changes for when drools-applications gets
released.

Issue-ID: POLICY-2378
Change-Id: If652a44d9486563f4f5ceb01f58e71d15e5fa75c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
packages/install/src/files/brmsgw.conf
pom.xml

index 6d025e2..c8b7149 100644 (file)
@@ -60,4 +60,4 @@ CLIENT_KEY=test
 ENVIRONMENT=DEVL
 
 BRMS_DEPENDENCY_VERSION=1.6.0-SNAPSHOT
-BRMS_MODELS_DEPENDENCY_VERSION=2.2.0-SNAPSHOT
+BRMS_MODELS_DEPENDENCY_VERSION=2.2.1
diff --git a/pom.xml b/pom.xml
index 92844e9..cb1238a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.1.1</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.engine</groupId>
@@ -54,8 +54,8 @@
         <commons.fileupload.version>1.3.3</commons.fileupload.version>
         <commons.compress.version>1.18</commons.compress.version>
         <elasticsearch.version>6.8.2</elasticsearch.version>
-        <version.policy.common>1.6.2-SNAPSHOT</version.policy.common>
-        <version.policy.models>2.2.1-SNAPSHOT</version.policy.models>
+        <version.policy.common>1.6.2</version.policy.common>
+        <version.policy.models>2.2.1</version.policy.models>
     </properties>
     <modules>
         <module>PolicyEngineUtils</module>