diff options
Diffstat (limited to 'aai-schema/pom.xml')
-rw-r--r-- | aai-schema/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 3ece8fe..3339f10 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.7.5-SNAPSHOT</version> + <version>1.7.6-SNAPSHOT</version> </parent> <artifactId>aai-schema</artifactId> <name>aai-schema</name> @@ -69,7 +69,7 @@ <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> - </dependency> + </dependency> </dependencies> <build> <plugins> |