diff options
Diffstat (limited to 'aai-schema-service')
-rw-r--r-- | aai-schema-service/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index aff7082..0f00b3a 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -25,17 +25,17 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema-service</artifactId> - <version>1.0.7-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.0.7-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> <start-class>org.onap.aai.schemaservice.SchemaServiceApp</start-class> - <aai.core.version>1.4.0</aai.core.version> + <aai.core.version>1.5.1</aai.core.version> <spring.boot.version>1.5.20.RELEASE</spring.boot.version> |