diff options
-rwxr-xr-x | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.9.5-SNAPSHOT</version> + <version>1.11.0-SNAPSHOT</version> <properties> @@ -55,8 +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.service.version>1.9.7</aai.schema.service.version> - <aai.common.version>1.9.3</aai.common.version> + <aai.schema.service.version>1.11.0</aai.schema.service.version> + <aai.common.version>1.9.4</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> <aai.docker.namespace>onap</aai.docker.namespace> diff --git a/version.properties b/version.properties index f643906..8741983 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=9 -patch_version=5 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |