diff options
-rw-r--r-- | common-logging/pom.xml | 4 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 5 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index e479d99..c5e4720 100644 --- a/common-logging/pom.xml +++ b/common-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.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> @@ -36,7 +36,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> </project> 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 --> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index a90c35d..d141210 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ 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> |