diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 16:19:45 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-31 16:19:45 -0400 |
commit | caa9d39cdb45381bfad41735bbf349e534d58992 (patch) | |
tree | 82a32ec93f6ddd4a787b1eeb196fc94aa3dd1757 | |
parent | 8f832f12840ed226a016de26e887d9f43fc3dd27 (diff) |
Use released parent poms
Use released version of parent poms (1.2.4)
Change-Id: Ic0db55a13c550b8f38d6b2fd5cc036ea4b8863a9
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-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> |