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-demo | |
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-demo')
-rw-r--r-- | reference/logging-demo/pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml index 11649cf..1988407 100644 --- a/reference/logging-demo/pom.xml +++ b/reference/logging-demo/pom.xml @@ -3,7 +3,7 @@ <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-demo</artifactId> <packaging>war</packaging> @@ -12,7 +12,7 @@ <jackson-2-version>2.8.6</jackson-2-version> <!-- https://mvnrepository.com/artifact/org.springframework/spring-aop/5.0.5.RELEASE --> <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> @@ -72,10 +72,10 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-mock-service</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> - - + + <!-- https://jersey.java.net/documentation/latest/modules-and-dependencies.html --> <dependency> <groupId>javax.ws.rs</groupId> @@ -214,7 +214,7 @@ <version>3.0.1</version> <scope>provided</scope> </dependency> - + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> @@ -246,10 +246,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> @@ -292,6 +292,6 @@ <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> - </dependency> + </dependency> </dependencies> </project> |