diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 14:27:07 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-31 14:27:07 -0400 |
commit | ea26c5d881e669021c6dfc31202c9c4ff544d5dd (patch) | |
tree | 292783a6883b933547b8081bb2b30d90eb61466a /properties-node | |
parent | 054268fcc23260ba89bea7fdb07f6037a6fd76bc (diff) |
Use released parent pomv0.2.42.0.0-ONAPbeijing2.0.0-ONAP
Update to use release parent pom version 1.0.4
Change-Id: I3bbcdbeb1e8d0e6b02791e9c935c6819dbc2948b
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'properties-node')
-rw-r--r-- | properties-node/features/ccsdk-properties-node/pom.xml | 2 | ||||
-rw-r--r-- | properties-node/features/features-properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/features/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/pom.xml | 2 | ||||
-rwxr-xr-x | properties-node/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/properties-node/features/ccsdk-properties-node/pom.xml b/properties-node/features/ccsdk-properties-node/pom.xml index f3b39257..8d61c4ee 100644 --- a/properties-node/features/ccsdk-properties-node/pom.xml +++ b/properties-node/features/ccsdk-properties-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath /> </parent> diff --git a/properties-node/features/features-properties-node/pom.xml b/properties-node/features/features-properties-node/pom.xml index 1b3f5a8b..3861350f 100644 --- a/properties-node/features/features-properties-node/pom.xml +++ b/properties-node/features/features-properties-node/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> <relativePath/> </parent> diff --git a/properties-node/features/pom.xml b/properties-node/features/pom.xml index f0a45571..99f0a927 100755 --- a/properties-node/features/pom.xml +++ b/properties-node/features/pom.xml @@ -5,7 +5,7 @@ <parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index 179ca1c2..90fffb20 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/properties-node/pom.xml b/properties-node/pom.xml index 57d8ecfc..833d0b10 100755 --- a/properties-node/pom.xml +++ b/properties-node/pom.xml @@ -5,7 +5,7 @@ <parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml index 2d648035..ca7e8d6f 100755 --- a/properties-node/provider/pom.xml +++ b/properties-node/provider/pom.xml @@ -5,7 +5,7 @@ <parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
|