diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-10-12 12:36:57 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-10-12 13:08:40 -0400 |
commit | 4d3992636bf2850a6aef7bd73d295688a913b3db (patch) | |
tree | 87bee799f766940fb303a311ff74c06d82657849 | |
parent | 33f16b64f38f87d0852f914b51e1cfd43e4c14d4 (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.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |