aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-10-15 10:47:25 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-10-15 10:48:33 -0400
commita3f88cbe4ca935a2cc73e197f87e1dd04db8a500 (patch)
tree731375489d608a469722727c8f2c126bdf8fb93b
parent937ddc690936cc9b85bf02415194eae8c00c58bf (diff)
rev library version3.0.0-ONAPcasablanca
Change-Id: I6bacfaff2e032282dfba0cbadf67a4191304cd9c Issue-ID: AAI-1625 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--common-logging/pom.xml4
-rw-r--r--eelf-logging/pom.xml4
-rw-r--r--logging-api/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 7 insertions, 7 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 25ea874..a495a30 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
@@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>eelf-logging</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml
index 81700ff..2cc30e0 100644
--- a/eelf-logging/pom.xml
+++ b/eelf-logging/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
@@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-api</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</dependency>
<!-- EELF logging library -->
diff --git a/logging-api/pom.xml b/logging-api/pom.xml
index 24d51b8..47a75df 100644
--- a/logging-api/pom.xml
+++ b/logging-api/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 557aa2e..3aafecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
<packaging>pom</packaging>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>aai-logging-service</name>
<properties>
diff --git a/version.properties b/version.properties
index 0780021..a751e39 100644
--- a/version.properties
+++ b/version.properties
@@ -25,7 +25,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}