aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:45:22 -0500
committerHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:45:22 -0500
commit1744bb3807362d3059c6226d53f6850ee9302000 (patch)
treeddac66c02f6782493a3bc2c3ab281a65bf1bde46
parent96bed6d95a7cda8729e6301f327c914ddd0a0f23 (diff)
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222 Change-Id: Ia6b2831d98f7a860fab301cc572956fa3f4b15c3 Signed-off-by: Harish Venkata Kajur <vk250x@att.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 af4cf2f..a0a2bc6 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.7.0-SNAPSHOT</version>
+ <version>1.8.0-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.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml
index 5d6f257..02ad583 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.7.0-SNAPSHOT</version>
+ <version>1.8.0-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.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
</dependency>
<!-- EELF logging library -->
diff --git a/logging-api/pom.xml b/logging-api/pom.xml
index c1603ff..1dd767e 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.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index f1eea69..ac3b00d 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.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<name>aai-logging-service</name>
<properties>
diff --git a/version.properties b/version.properties
index 3ec371c..13998f9 100644
--- a/version.properties
+++ b/version.properties
@@ -24,7 +24,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=7
+minor=8
patch=0
base_version=${major}.${minor}.${patch}