diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-21 16:50:05 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-21 16:52:25 -0400 |
commit | 64d06cb9eb4c7b6e0358f58a4ce00ec235294375 (patch) | |
tree | c658e712f8feb04cd3716531460f60f7771fdb28 /eelf-logging | |
parent | 465c89671b4e2b3a8682d6386c6a3c9d43c01b8d (diff) |
Correct version to fix build
Issue-ID: AAI-2403
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ided0b1a8b91ccc30921ee9ac035a4f38e7c07d9d
Diffstat (limited to 'eelf-logging')
-rw-r--r-- | eelf-logging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index af802c4..c7a8d27 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -38,7 +38,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </dependency> <!-- EELF logging library --> |