diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-09-28 16:09:45 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-10-01 13:06:52 -0400 |
commit | be23b22f275e9d9933c5b4f845436e3d39a70768 (patch) | |
tree | cdfb71664650e8e10ddb11004d1d712a8105d7b4 /generic-resource-api | |
parent | f62dc263b5bdb2791566bb741e7a71e7b844fb7a (diff) |
Prepare for release1.4.0
Update sdnc/northbound to prepare for release build
Change-Id: I42a8f2433f5302f8caf8120ca4d759bf7a9dfe26
Issue-ID: SDNC-471
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'generic-resource-api')
-rw-r--r-- | generic-resource-api/client/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/features/features-generic-resource-api/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/features/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/features/sdnc-generic-resource-api/pom.xml | 2 | ||||
-rwxr-xr-x | generic-resource-api/installer/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/model/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/provider/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/generic-resource-api/client/pom.xml b/generic-resource-api/client/pom.xml index b0b6a471..d3fbcd45 100644 --- a/generic-resource-api/client/pom.xml +++ b/generic-resource-api/client/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <dependencies> diff --git a/generic-resource-api/features/features-generic-resource-api/pom.xml b/generic-resource-api/features/features-generic-resource-api/pom.xml index e2059334..e4695e61 100644 --- a/generic-resource-api/features/features-generic-resource-api/pom.xml +++ b/generic-resource-api/features/features-generic-resource-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath/> </parent> diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index 6b2d9434..a923b767 100644 --- a/generic-resource-api/features/pom.xml +++ b/generic-resource-api/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> diff --git a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml index 9af69cf7..f5009168 100644 --- a/generic-resource-api/features/sdnc-generic-resource-api/pom.xml +++ b/generic-resource-api/features/sdnc-generic-resource-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml index b21d745f..89719518 100755 --- a/generic-resource-api/installer/pom.xml +++ b/generic-resource-api/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml index 62403867..d95e04d7 100644 --- a/generic-resource-api/model/pom.xml +++ b/generic-resource-api/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml index 9842dd3c..bbc0e16a 100644 --- a/generic-resource-api/pom.xml +++ b/generic-resource-api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 589c96f3..f6e53f88 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath /> </parent> |