diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> @@ -55,7 +55,8 @@ <!-- This value should be overwritten at runtime to wherever need to be pushed to --> <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.version>1.0.0</aai.docker.version> - <aai.schema.version>1.6.6</aai.schema.version> + <aai.schema.version>1.7.3</aai.schema.version> + <aai.common.version>1.7.0</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> <aai.docker.namespace>onap</aai.docker.namespace> |