summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-10 21:22:08 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-10 21:28:22 -0400
commit0856a91395c58fa6f6a6a383f8a2506f3d7b0dad (patch)
tree74535f2cb84be5da4b026a4e1485caea6f58f048
parentdd8e93b4d33b288f45e3396ed01376827d3530ab (diff)
Release 1.3.11.3.1
Change-Id: Ibd047f22288087a3f65965902c67f273a056b672 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-704
-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 36af36a..de395b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-sdc-context-builder</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -174,7 +174,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>
diff --git a/version.properties b/version.properties
index 70bc126..9ffdb5b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}