aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael O'Brien <michael@obrienlabs.org>2018-11-13 15:30:31 -0500
committerMichael O'Brien <michael@obrienlabs.org>2018-11-13 15:31:36 -0500
commitc0d1a002454faa633556e39b8080c0c865f5398c (patch)
tree1f0489d1a45dea64c5c25518ccf117c1cce4f88a
parent670c212c4c587b93e85af86143a209e3f5386646 (diff)
use oparent 1.2.2 to fix spring 5.1.2
Change-Id: I2b052fdcfe1146aaaf3757334b6f5389153c2b5c Issue-ID: LOG-837 Signed-off-by: Michael O'Brien <michael@obrienlabs.org>
-rw-r--r--pom.xml2
-rw-r--r--pylog/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index cbd7c09..69339f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
</parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-analytics</artifactId>
diff --git a/pylog/pom.xml b/pylog/pom.xml
index a2d5e52..afd54ae 100644
--- a/pylog/pom.xml
+++ b/pylog/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
</parent>
<groupId>org.onap.logging-analytics</groupId>
<modelVersion>4.0.0</modelVersion>
@@ -48,4 +48,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>