diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-10-15 10:47:25 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-10-15 10:48:33 -0400 |
commit | a3f88cbe4ca935a2cc73e197f87e1dd04db8a500 (patch) | |
tree | 731375489d608a469722727c8f2c126bdf8fb93b /eelf-logging | |
parent | 937ddc690936cc9b85bf02415194eae8c00c58bf (diff) |
rev library version3.0.0-ONAPcasablanca
Change-Id: I6bacfaff2e032282dfba0cbadf67a4191304cd9c
Issue-ID: AAI-1625
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'eelf-logging')
-rw-r--r-- | eelf-logging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 81700ff..2cc30e0 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> @@ -38,7 +38,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </dependency> <!-- EELF logging library --> |