diff options
author | Taka Cho <tc012c@att.com> | 2018-03-23 15:57:59 -0400 |
---|---|---|
committer | Randa Maher <rx196w@att.com> | 2018-03-26 16:32:37 +0000 |
commit | ea9b8559daaf7f1511d6288a6461324dcef2b05f (patch) | |
tree | 8e655f4ab2abf6577c16cee2673ab131b91f06b6 /appc-client | |
parent | c449e8ccd58ef948597c3dc0f69b0c04ebaef708 (diff) |
fix eelf and logback nexus iq issue
Change-Id: Id42f77fc86cbbfff28bfde404181938d358515b9
Issue-ID: APPC-784
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-client')
-rw-r--r-- | appc-client/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 71a2420bf..0f5a239d9 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Copyright (C) 2017 Amdocs
=============================================================================
@@ -18,8 +18,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.
============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -54,7 +52,7 @@ <bundle.plugin.version>2.5.0</bundle.plugin.version>
<cambria.client.version>0.0.1</cambria.client.version>
<eelf.core.version>1.0.0</eelf.core.version>
- <eelf.version>0.0.4</eelf.version>
+ <eelf.version>1.0.0</eelf.version>
<freemarker.version>2.3.23</freemarker.version>
<java.version>1.8</java.version>
<junit.version>4.12</junit.version>
|