aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>