diff options
author | Dan Timoney <dtimoney@att.com> | 2019-05-31 21:45:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-31 21:45:43 +0000 |
commit | d4b54ccb35a1fd16725f13e8a690b3becaaba22f (patch) | |
tree | 56a19fd82b458418db832558183f2d149601cc69 | |
parent | a79f71879eaf98ada02adbeff3d21cb12d41af39 (diff) | |
parent | caa9d39cdb45381bfad41735bbf349e534d58992 (diff) |
Merge "Use released parent poms" into dublin
-rw-r--r-- | ansible-server/pom.xml | 2 | ||||
-rwxr-xr-x | dependencies/pom.xml | 2 | ||||
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 2 | ||||
-rw-r--r-- | odlsli/odlsli-ubuntu/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
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> @@ -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> |