diff options
Diffstat (limited to 'eelf-logging/pom.xml')
-rw-r--r-- | eelf-logging/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index b8113b6..ad2aff1 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,9 +25,8 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> - <artifactId>eelf-logging</artifactId> <name>EELF Logging Implementation</name> @@ -38,7 +37,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <!-- EELF logging library --> |