aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-14 10:05:07 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-15 08:31:10 -0500
commit8ba6f33c45448bf31ea50a506bf4f9e182c45cb9 (patch)
tree10a8e4302204158f5a070df90f20846c810fb03d
parent7a31a9412827dac614aba492c504cb02a3dc6da0 (diff)
Publish snapshot
Change-Id: Ic4b18d8e88e1ab99d83826d6733772058d91b7b6 Signed-off-by: Steve Smokowski <ss835w@att.com>
-rw-r--r--aai-schema/pom.xml2
-rw-r--r--ajsc-aai/pom.xml5
-rw-r--r--annotations/pom.xml2
-rw-r--r--pom.xml2
4 files changed, 6 insertions, 5 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 6a7b9bb..8c6a5f4 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>${openecomp.release}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>aai-schema</artifactId>
<name>aai-schema</name>
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 365260b..cb76bb3 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>${openecomp.release}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>ajsc-aai</artifactId>
<name>ajsc</name>
@@ -327,7 +327,7 @@
<dependency>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>annotations</artifactId>
- <version>${openecomp.release}</version>
+ <version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -554,6 +554,7 @@
<version>2.12.4</version>
<configuration>
<reuseForks>false</reuseForks>
+ <forkMode>always</forkMode>
<argLine>-javaagent:${project.build.directory}/agents/powermock-javaagent.jar
-noverify</argLine>
<systemPropertyVariables>
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 32c9e62..af6bdbb 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>${openecomp.release}</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>annotations</artifactId>
<name>annotations</name>
diff --git a/pom.xml b/pom.xml
index 0ddd05f..9bfc3a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.openecomp.aai.aai-service</groupId>
<artifactId>aai-service</artifactId>
- <version>${openecomp.release}</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>aai</name>
<packaging>pom</packaging>
<modules>