diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.2</version> + <version>1.15.4</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> @@ -52,7 +52,7 @@ <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> <checkstyle.skip>false</checkstyle.skip> - <aai.common.version>1.15.2</aai.common.version> + <aai.common.version>1.15.5-SNAPSHOT</aai.common.version> <spring-cloud.version>2021.0.9</spring-cloud.version> </properties> <dependencyManagement> |