aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2021-03-30 23:11:39 +0000
committerjenkins-releng <jenkins-releng@onap.org>2021-03-30 23:11:39 +0000
commitb563e53e691bd9eb1d770b44aa49003dc210bd7f (patch)
tree3e99585f760a194bbd2a0af82e18abad3763de09
parentdd22c1572ea887c6d1a247e3a95ccb3b80295872 (diff)
Release aai/logging-service1.8.0
-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
4 files changed, 6 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index a0a2bc6..6cbc62b 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.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
</parent>
@@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>eelf-logging</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
</dependency>
</dependencies>
</project>
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml
index 02ad583..f17d17e 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.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
</parent>
@@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-api</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
</dependency>
<!-- EELF logging library -->
diff --git a/logging-api/pom.xml b/logging-api/pom.xml
index 1dd767e..0fe18ef 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.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 2c2b4bc..a970a40 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.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
<name>aai-logging-service</name>
<properties>