aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2019-10-24 20:42:57 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2019-10-24 20:42:57 -0400
commit5584d658b6571124055dd63545f98aee3c0f9325 (patch)
treeedb9ee0adf494af992ce7e3634a7a903546b2f56
parent02f01cb153a0b8a7e2dea515a90376cf6ab0f1fa (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
-rw-r--r--pom.xml2
-rw-r--r--reference/logging-demo/pom.xml22
-rw-r--r--reference/logging-docker-root/pom.xml4
-rw-r--r--reference/logging-filter/logging-filter-base/pom.xml2
-rw-r--r--reference/logging-filter/logging-filter-spring/pom.xml2
-rw-r--r--reference/logging-filter/pom.xml4
-rw-r--r--reference/logging-kubernetes/pom.xml2
-rw-r--r--reference/logging-library/pom.xml20
-rw-r--r--reference/logging-mock-service/pom.xml6
-rw-r--r--reference/logging-slf4j-demo/pom.xml4
-rw-r--r--reference/logging-slf4j/pom.xml2
-rw-r--r--reference/pom.xml8
-rw-r--r--reference/provider/pom.xml4
13 files changed, 41 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
index 58ab4c8..d27e5d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
<packaging>pom</packaging>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<name>logging-analytics</name>
<url>http://maven.apache.org</url>
<modules>
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>
diff --git a/reference/logging-docker-root/pom.xml b/reference/logging-docker-root/pom.xml
index 5cb9410..e52e2bb 100644
--- a/reference/logging-docker-root/pom.xml
+++ b/reference/logging-docker-root/pom.xml
@@ -4,8 +4,8 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.1-SNAPSHOT</version>
- </parent>
+ <version>1.6.2-SNAPSHOT</version>
+ </parent>
<artifactId>logging-docker-root</artifactId>
<packaging>pom</packaging>
<name>logging-docker-root</name>
diff --git a/reference/logging-filter/logging-filter-base/pom.xml b/reference/logging-filter/logging-filter-base/pom.xml
index ae2e413..cab541c 100644
--- a/reference/logging-filter/logging-filter-base/pom.xml
+++ b/reference/logging-filter/logging-filter-base/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-parent</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-base</artifactId>
diff --git a/reference/logging-filter/logging-filter-spring/pom.xml b/reference/logging-filter/logging-filter-spring/pom.xml
index 70244a9..f26ab69 100644
--- a/reference/logging-filter/logging-filter-spring/pom.xml
+++ b/reference/logging-filter/logging-filter-spring/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-parent</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>logging-filter-spring</artifactId>
diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml
index d003e47..27e6284 100644
--- a/reference/logging-filter/pom.xml
+++ b/reference/logging-filter/pom.xml
@@ -5,7 +5,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-filter-parent</artifactId>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
diff --git a/reference/logging-kubernetes/pom.xml b/reference/logging-kubernetes/pom.xml
index 88e7a3b..459d03e 100644
--- a/reference/logging-kubernetes/pom.xml
+++ b/reference/logging-kubernetes/pom.xml
@@ -4,7 +4,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-kubernetes</artifactId>
<packaging>pom</packaging>
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>
diff --git a/reference/logging-mock-service/pom.xml b/reference/logging-mock-service/pom.xml
index 1291e38..1751aee 100644
--- a/reference/logging-mock-service/pom.xml
+++ b/reference/logging-mock-service/pom.xml
@@ -3,11 +3,11 @@
<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-mock-service</artifactId>
<packaging>jar</packaging>
- <name>logging-mock-service</name>
+ <name>logging-mock-service</name>
<build>
<plugins>
<plugin>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-library</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</project>
diff --git a/reference/logging-slf4j-demo/pom.xml b/reference/logging-slf4j-demo/pom.xml
index 7fa303e..9cbddd5 100644
--- a/reference/logging-slf4j-demo/pom.xml
+++ b/reference/logging-slf4j-demo/pom.xml
@@ -3,9 +3,9 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>..</relativePath>
- </parent>
+ </parent>
<artifactId>logging-slf4j-demo</artifactId>
<name>logging-slf4j-demo</name>
<packaging>war</packaging>
diff --git a/reference/logging-slf4j/pom.xml b/reference/logging-slf4j/pom.xml
index 37e4a64..6a3a6f3 100644
--- a/reference/logging-slf4j/pom.xml
+++ b/reference/logging-slf4j/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-slf4j</artifactId>
<name>logging-slf4j</name>
diff --git a/reference/pom.xml b/reference/pom.xml
index 8bca5c3..61ea63e 100644
--- a/reference/pom.xml
+++ b/reference/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>logging-reference</artifactId>
<packaging>pom</packaging>
<name>logging-reference</name>
- <url>http://maven.apache.org</url>
+ <url>http://maven.apache.org</url>
<modules>
<module>logging-demo</module>
<module>logging-library</module>
@@ -43,7 +43,7 @@
</dependency>
</dependencies>
</plugin>
-
+
<!-- Checkstyle plugin - used to report on compliance with -->
<!-- the Google style guide. -->
<plugin>
@@ -123,6 +123,6 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
-
+
</dependencies>
</project>
diff --git a/reference/provider/pom.xml b/reference/provider/pom.xml
index e31f7fd..b9f98b6 100644
--- a/reference/provider/pom.xml
+++ b/reference/provider/pom.xml
@@ -4,8 +4,8 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.1-SNAPSHOT</version>
- </parent>
+ <version>1.6.2-SNAPSHOT</version>
+ </parent>
<artifactId>logging-provider</artifactId>
<packaging>pom</packaging>
<name>logging-provider</name>