aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-04-03 02:29:49 -0700
committerJulienBe <jb379x@att.com>2017-04-03 02:31:12 -0700
commit68121d13fb1d5bee455f979ce0e03d9f753949fd (patch)
tree8c1baa0469a75d71fde562f9059b46c31408648e
parent22cbf4866e2bc080853de82a49e5099fd6bb172f (diff)
Can't compile because 1.0.0 internal dependency
Change-Id: I03fd1cb5d2457c94c8ce1988bf5dbcadfce537f6 Signed-off-by: JulienBe <jb379x@att.com>
-rw-r--r--ajsc-aai/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index f9a79e4..1f43e52 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -579,14 +579,14 @@
<artifactItem>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<outputDirectory>bundleconfig-local/etc</outputDirectory>
<includes>oxm/*.xml</includes>
</artifactItem>
<artifactItem>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<outputDirectory>src/main</outputDirectory>
<includes>aai_schema/*.xsd</includes>
</artifactItem>