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-demo/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-demo/pom.xml')
-rw-r--r-- | reference/logging-demo/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml index c4ef352..9312bd0 100644 --- a/reference/logging-demo/pom.xml +++ b/reference/logging-demo/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-demo</artifactId> <packaging>war</packaging> @@ -72,7 +72,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-mock-service</artifactId> - <version>1.4.0</version> + <version>1.5.0-SNAPSHOT</version> </dependency> |