diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-10-20 23:27:36 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-10-20 23:27:36 +0000 |
commit | 17bf63cd77cd3fad6b69ccc339d9f759d06521b6 (patch) | |
tree | e97e37e84555e3c86f734657b140a57ad4b169d4 /reference/logging-filter | |
parent | ef6bcef32ab4d363cf844ae91c954df4adb798eb (diff) |
Release logging-analytics1.6.0
Diffstat (limited to 'reference/logging-filter')
-rw-r--r-- | reference/logging-filter/logging-filter-base/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-filter/logging-filter-spring/pom.xml | 2 | ||||
-rw-r--r-- | reference/logging-filter/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml index 2f93b01..fc35461 100644 --- a/reference/logging-filter/logging-filter-base/pom.xml +++ b/reference/logging-filter/logging-filter-base/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-parent</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </parent> <artifactId>logging-filter-base</artifactId> diff --git a/reference/logging-filter/logging-filter-spring/pom.xml b/reference/logging-filter/logging-filter-spring/pom.xml index 6229e15..bdae8e2 100644 --- a/reference/logging-filter/logging-filter-spring/pom.xml +++ b/reference/logging-filter/logging-filter-spring/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-parent</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </parent> <artifactId>logging-filter-spring</artifactId> diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index 9cc79b7..c1d7ded 100644 --- a/reference/logging-filter/pom.xml +++ b/reference/logging-filter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </parent> <artifactId>logging-filter-parent</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> </dependency> <dependency> <groupId>javax.servlet</groupId> |