aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-05-21 16:50:05 -0400
committerJimmy Forsyth <jf2512@att.com>2019-05-21 16:52:25 -0400
commit64d06cb9eb4c7b6e0358f58a4ce00ec235294375 (patch)
treec658e712f8feb04cd3716531460f60f7771fdb28
parent465c89671b4e2b3a8682d6386c6a3c9d43c01b8d (diff)
Correct version to fix build
Issue-ID: AAI-2403 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ided0b1a8b91ccc30921ee9ac035a4f38e7c07d9d
-rw-r--r--common-logging/pom.xml2
-rw-r--r--eelf-logging/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 7194f24..d9a25ff 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>eelf-logging</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
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 -->