diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-11 19:48:22 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-11 19:48:22 -0400 |
commit | 58389c5f0afee416211e1fcb02c456c5ba10aeec (patch) | |
tree | 64ea31cda2f0b0ffc468af66e84bf3bd0419d524 | |
parent | e5ecc985d2e1272fe5b587f86d2b4bfc733e0893 (diff) |
Patch #2 - release 1.4.0 of logging-analytics
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-1073
Change-Id: I0b65a97dd7ebe75795fcb9bb3159b7ada0ee37ea
-rw-r--r-- | pylog/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-docker-root/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-kubernetes/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-library/pom.xml | 4 | ||||
-rw-r--r-- | reference/logging-slf4j-demo/pom.xml | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/pylog/pom.xml b/pylog/pom.xml index d6bb82f..52e662d 100644 --- a/pylog/pom.xml +++ b/pylog/pom.xml @@ -22,7 +22,7 @@ <groupId>org.onap.logging-analytics</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>logging-pylog</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> <packaging>pom</packaging> <name>logging-pylog</name> <description>onap python logging library</description> diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml index a824c6c..d84ebb4 100644 --- a/reference/logging-docker-root/pom.xml +++ b/reference/logging-docker-root/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <artifactId>logging-docker-root</artifactId> <packaging>pom</packaging> diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml index e5fbfa8..084f01e 100644 --- a/reference/logging-kubernetes/pom.xml +++ b/reference/logging-kubernetes/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <artifactId>logging-kubernetes</artifactId> <packaging>pom</packaging> diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 017c4ae..8ac3eab 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </parent> <artifactId>logging-library</artifactId> <packaging>jar</packaging> @@ -65,7 +65,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </dependency> <!-- decouple HttpServlet parameters from both this project and slf4j later --> <dependency> diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml index fe5611c..1daaf52 100644 --- a/reference/logging-slf4j-demo/pom.xml +++ b/reference/logging-slf4j-demo/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> <relativePath>..</relativePath> </parent> <artifactId>logging-slf4j-demo</artifactId> @@ -25,7 +25,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |