aboutsummaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2020-03-25 23:01:06 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2020-03-25 23:53:16 +0000
commitf1f9a309c19ca21027711670d0f3c22b15bcce9e (patch)
tree17ba7fe1bc87529ed6370ea5139f7c77eb683bd9 /model
parent8fb8b3bf2c580e2b6227dd3b38d1b45fb60f52a4 (diff)
Bump policy-apex-pdp to 2.3.1-SNAPSHOT
Change-Id: I59b93fccb0f3a41f8db753d1e8e2978bbb51e9a0 Issue-ID: POLICY-2378 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'model')
-rw-r--r--model/basic-model/pom.xml2
-rw-r--r--model/context-model/pom.xml10
-rw-r--r--model/engine-model/pom.xml4
-rw-r--r--model/event-model/pom.xml4
-rw-r--r--model/model-api/pom.xml4
-rw-r--r--model/policy-model/pom.xml4
-rw-r--r--model/pom.xml6
-rw-r--r--model/utilities/pom.xml2
8 files changed, 18 insertions, 18 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml
index 1468482be..a682cff2c 100644
--- a/model/basic-model/pom.xml
+++ b/model/basic-model/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>basic-model</artifactId>
diff --git a/model/context-model/pom.xml b/model/context-model/pom.xml
index a0b1909b6..ba7a558db 100644
--- a/model/context-model/pom.xml
+++ b/model/context-model/pom.xml
@@ -5,15 +5,15 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
+
SPDX-License-Identifier: Apache-2.0
============LICENSE_END=========================================================
-->
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>context-model</artifactId>
@@ -79,4 +79,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/model/engine-model/pom.xml b/model/engine-model/pom.xml
index 72ed92816..5c6e47e1a 100644
--- a/model/engine-model/pom.xml
+++ b/model/engine-model/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>engine-model</artifactId>
@@ -79,4 +79,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/model/event-model/pom.xml b/model/event-model/pom.xml
index ffce6620a..fa8c73ba5 100644
--- a/model/event-model/pom.xml
+++ b/model/event-model/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>event-model</artifactId>
@@ -79,4 +79,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml
index 2a520ff20..cb9c1ebbb 100644
--- a/model/model-api/pom.xml
+++ b/model/model-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>model-api</artifactId>
@@ -57,4 +57,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/model/policy-model/pom.xml b/model/policy-model/pom.xml
index a2d3b4c8c..b2f502cfd 100644
--- a/model/policy-model/pom.xml
+++ b/model/policy-model/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>policy-model</artifactId>
@@ -93,4 +93,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/model/pom.xml b/model/pom.xml
index 1f1386c0a..5b736cf2f 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp</groupId>
<artifactId>apex-pdp</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
@@ -49,7 +49,7 @@
<scope>test</scope>
</dependency>
</dependencies>
-
+
<profiles>
<profile>
<id>apexSite</id>
@@ -66,4 +66,4 @@
</distributionManagement>
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>
diff --git a/model/utilities/pom.xml b/model/utilities/pom.xml
index ba004780a..5cec0111a 100644
--- a/model/utilities/pom.xml
+++ b/model/utilities/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.model</groupId>
<artifactId>model</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<artifactId>utilities</artifactId>