summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-05-31 21:45:43 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-31 21:45:43 +0000
commitd4b54ccb35a1fd16725f13e8a690b3becaaba22f (patch)
tree56a19fd82b458418db832558183f2d149601cc69
parenta79f71879eaf98ada02adbeff3d21cb12d41af39 (diff)
parentcaa9d39cdb45381bfad41735bbf349e534d58992 (diff)
Merge "Use released parent poms" into dublin
-rw-r--r--ansible-server/pom.xml2
-rwxr-xr-xdependencies/pom.xml2
-rw-r--r--odlsli/odlsli-alpine/pom.xml2
-rw-r--r--odlsli/odlsli-ubuntu/pom.xml2
-rw-r--r--pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 5ed61b38..d85c26e1 100644
--- a/ansible-server/pom.xml
+++ b/ansible-server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 3ca3fcdd..e09027d3 100755
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath/>
</parent>
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index ec3c7263..81a946fc 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath/>
</parent>
diff --git a/odlsli/odlsli-ubuntu/pom.xml b/odlsli/odlsli-ubuntu/pom.xml
index 132a065e..37383016 100644
--- a/odlsli/odlsli-ubuntu/pom.xml
+++ b/odlsli/odlsli-ubuntu/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index e1b7fb8c..35abf7cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.4</version>
</parent>
<groupId>org.onap.ccsdk.distribution</groupId>