diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-10 20:39:43 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-10 20:39:43 -0400 |
commit | 168024c39a73f90001f30c8880ec6306d0b34ce1 (patch) | |
tree | b1737e87fc127f22825c111ea3adfc00b7aad5f8 | |
parent | 23eb6440726953461c041e2f2106ef01719eb87d (diff) |
Release 1.3.13.0.0-ONAP1.3.1
Change-Id: I408d2a926926ca3193f65c1c0b139ccd3def7e76
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-704
-rw-r--r-- | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ <groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-aai-context-builder</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -14,7 +14,7 @@ </parent>
<properties>
- <aai.rest.client.version>1.3.0-SNAPSHOT</aai.rest.client.version>
+ <aai.rest.client.version>1.3.0</aai.rest.client.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<logback.version>1.2.3</logback.version>
<swagger.directory>${project.build.directory}/generated-resources/swagger</swagger.directory>
@@ -57,7 +57,7 @@ <dependency>
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
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} |