diff options
Diffstat (limited to 'reference/logging-library/pom.xml')
-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> |