aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-15 10:29:22 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-15 11:45:38 -0500
commit44ec226ea9ba7e8ce9be6da66e00ed78f7bb58a8 (patch)
tree5b8ea4542cbcf04d66d947abcfafcb5c8dbfc8a8 /ajsc-aai
parent8ba6f33c45448bf31ea50a506bf4f9e182c45cb9 (diff)
update pom
Change-Id: I6d58a155b463b996d617a2200c4743b02b29a7c9 Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'ajsc-aai')
-rw-r--r--ajsc-aai/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index cb76bb3..3ed7067 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -331,7 +331,7 @@
</dependency>
</dependencies>
<build>
- <finalName>aai</finalName>
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -441,7 +441,7 @@
<plugin>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>annotations</artifactId>
- <version>${openecomp.release}</version>
+ <version>${project.release}</version>
</plugin>
</plugins>
</configuration>
@@ -533,14 +533,14 @@
<artifactItem>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>${openecomp.release}</version>
+ <version>1.0.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>${openecomp.release}</version>
+ <version>1.0.0-SNAPSHOT</version>
<outputDirectory>src/main</outputDirectory>
<includes>aai_schema/*.xsd</includes>
</artifactItem>