diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-10-24 20:42:57 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-10-24 20:42:57 -0400 |
commit | 5584d658b6571124055dd63545f98aee3c0f9325 (patch) | |
tree | edb9ee0adf494af992ce7e3634a7a903546b2f56 /reference/logging-library | |
parent | 02f01cb153a0b8a7e2dea515a90376cf6ab0f1fa (diff) |
Rolling Project Version to 1.6.2-SNAPSHOT
Issue-ID: LOG-1180
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I0be4f06a08b1ff1877b57a21bf57596b402c15fd
Diffstat (limited to 'reference/logging-library')
-rw-r--r-- | reference/logging-library/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/reference/logging-library/pom.xml b/reference/logging-library/pom.xml index 0e7c2d1..260ba13 100644 --- a/reference/logging-library/pom.xml +++ b/reference/logging-library/pom.xml @@ -3,14 +3,14 @@ <parent> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-reference</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </parent> <artifactId>logging-library</artifactId> <packaging>jar</packaging> <name>logging-library</name> <properties> <spring.version>5.1.2.RELEASE</spring.version> - <logback.version>1.2.3</logback.version> + <logback.version>1.2.3</logback.version> </properties> <build> <plugins> @@ -60,12 +60,12 @@ </plugins> </pluginManagement> </build> - + <dependencies> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <!-- decouple HttpServlet parameters from both this project and slf4j later --> <dependency> @@ -105,10 +105,10 @@ <version>${spring.version}</version> <!--scope>test</scope--> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aspects</artifactId> - <version>${spring.version}</version> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-aspects</artifactId> + <version>${spring.version}</version> </dependency> <dependency> <groupId>org.aspectj</groupId> @@ -139,6 +139,6 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>${logback.version}</version> - </dependency> - </dependencies> + </dependency> + </dependencies> </project> |