aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dg/appc-dg-shared
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dg/appc-dg-shared')
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-aai/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-common/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml1
-rw-r--r--appc-dg/appc-dg-shared/pom.xml2
11 files changed, 12 insertions, 0 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml
index 731debf7e..06aee7e61 100644
--- a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml
@@ -112,4 +112,5 @@
</plugin>
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml
index 0540b9f9a..fbad0f98a 100644
--- a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml
@@ -223,4 +223,5 @@
</plugin>
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml
index 2ac38bfe0..8afe3342c 100644
--- a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml
@@ -108,4 +108,5 @@
</dependency>
</dependencies>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml b/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml
index 179466d85..c81cff4f1 100644
--- a/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml
@@ -53,4 +53,5 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml
index 311a83a79..85ade8246 100644
--- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml
@@ -228,4 +228,5 @@
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml
index 89fca6e3b..9de107f46 100644
--- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml
@@ -109,4 +109,5 @@
<version>${odl.yang.jmx.generator.version}</version>
</dependency>
</dependencies>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml
index 3ec3bb9c0..b7ac83140 100644
--- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml
@@ -43,4 +43,5 @@
<module>appc-dg-mdsal-bundle</module>
<module>appc-dg-mdsal-model</module>
</modules>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
index 2a75478ea..912326307 100644
--- a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
@@ -109,4 +109,5 @@
</plugin>
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml
index cd6120114..394c0285c 100644
--- a/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml
@@ -143,4 +143,5 @@
</plugin>
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml
index f83c43e7c..57168df4f 100644
--- a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml
@@ -91,4 +91,5 @@
</plugin>
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-dg/appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/pom.xml
index 9e048d7e9..00a5c4b42 100644
--- a/appc-dg/appc-dg-shared/pom.xml
+++ b/appc-dg/appc-dg-shared/pom.xml
@@ -47,4 +47,6 @@
<module>appc-dg-domain-model-lib</module>
<module>appc-dg-mdsal-store</module>
</modules>
+ <version>1.4.0-SNAPSHOT</version>
+ <groupId>org.onap.appc</groupId>
</project>