diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | pylog/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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> |