diff options
-rw-r--r-- | example-spring-boot/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example-spring-boot/pom.xml b/example-spring-boot/pom.xml index 4c9dc12..fc923ae 100644 --- a/example-spring-boot/pom.xml +++ b/example-spring-boot/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </parent> <groupId>org.onap.msb.sdk</groupId> @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </parent> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> |