diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:40:03 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-07-24 22:40:03 -0400 |
commit | 4bd239981ee86d03f7393f6dd2b3e42737126489 (patch) | |
tree | 25043968d200d8b68c44b6966196d68ace406647 /reference/logging-library/pom.xml | |
parent | 7b45237656d06c969ebdfe67f9203834a6f56277 (diff) |
Introduce 1.5.0-SNAPSHOT for the El Alto release
Issue-ID: LOG-1073
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I63f6b766de0b4d37b3ce9518b1b6e342c90c372f
Diffstat (limited to 'reference/logging-library/pom.xml')
-rw-r--r-- | reference/logging-library/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 8ac3eab..e23e644 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</version> + <version>1.5.0-SNAPSHOT</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</version> + <version>1.5.0-SNAPSHOT</version> </dependency> <!-- decouple HttpServlet parameters from both this project and slf4j later --> <dependency> |