aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-10-12 12:36:57 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-10-12 13:08:40 -0400
commit4d3992636bf2850a6aef7bd73d295688a913b3db (patch)
tree87bee799f766940fb303a311ff74c06d82657849
parent33f16b64f38f87d0852f914b51e1cfd43e4c14d4 (diff)
Updating the spring-context vunerable version3.0.0-ONAP1.3.1
Issue-ID: AAI-1743 Change-Id: Iad9b07393491499acacd260039acffba8dc5f313 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1d38a65..2a18a0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
</parent>
<groupId>org.onap.aai.data-router</groupId>
<artifactId>data-router</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
@@ -189,7 +189,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.router-core</groupId>
<artifactId>router-core</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
diff --git a/version.properties b/version.properties
index a254b21..fb21064 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}