From 55e06ff7daa3c74afe8011ad877c189250fc3ae2 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 14 Mar 2019 13:33:50 -0400 Subject: Prepare for release 0.4.1 Prepare to create release version 0.4.1 by using released version of parent pom Change-Id: I8606e439bdef66b353fb8a66967dfb2e08dfb842 Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) --- sdnr/wt/odlux/apps/apiDemo/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/app-feature/pom.xml | 9 +++------ sdnr/wt/odlux/apps/app-installer/pom.xml | 8 +++----- sdnr/wt/odlux/apps/connectApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/demoApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/faultApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/helpApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/inventoryApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/maintenanceApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/mediatorApp/pom.xml | 10 ++++------ sdnr/wt/odlux/apps/minimumApp/pom.xml | 10 ++++------ sdnr/wt/odlux/core/features/pom.xml | 9 +++------ sdnr/wt/odlux/core/installer/pom.xml | 8 +++----- sdnr/wt/odlux/core/model/pom.xml | 9 ++++----- sdnr/wt/odlux/core/pom.xml | 8 +++----- sdnr/wt/odlux/core/provider/pom.xml | 11 +++++------ sdnr/wt/odlux/framework/pom.xml | 8 +++----- sdnr/wt/odlux/pom.xml | 8 +++----- 18 files changed, 66 insertions(+), 102 deletions(-) (limited to 'sdnr/wt/odlux') diff --git a/sdnr/wt/odlux/apps/apiDemo/pom.xml b/sdnr/wt/odlux/apps/apiDemo/pom.xml index 8e7559e55..e1066dac8 100644 --- a/sdnr/wt/odlux/apps/apiDemo/pom.xml +++ b/sdnr/wt/odlux/apps/apiDemo/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -135,7 +133,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/app-feature/pom.xml b/sdnr/wt/odlux/apps/app-feature/pom.xml index 6c4e138f0..2d74ac43e 100644 --- a/sdnr/wt/odlux/apps/app-feature/pom.xml +++ b/sdnr/wt/odlux/apps/app-feature/pom.xml @@ -11,10 +11,7 @@ OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= --> - - + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -26,8 +23,8 @@ org.onap.ccsdk.parent single-feature-parent - 1.2.1-SNAPSHOT - + 1.2.1 + diff --git a/sdnr/wt/odlux/apps/app-installer/pom.xml b/sdnr/wt/odlux/apps/app-installer/pom.xml index a91cc35ba..b8658acd3 100755 --- a/sdnr/wt/odlux/apps/app-installer/pom.xml +++ b/sdnr/wt/odlux/apps/app-installer/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -13,8 +11,8 @@ org.onap.ccsdk.parent odlparent-lite - 1.2.1-SNAPSHOT - + 1.2.1 + diff --git a/sdnr/wt/odlux/apps/connectApp/pom.xml b/sdnr/wt/odlux/apps/connectApp/pom.xml index 858b32abc..4a3797a0b 100644 --- a/sdnr/wt/odlux/apps/connectApp/pom.xml +++ b/sdnr/wt/odlux/apps/connectApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -127,7 +125,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/demoApp/pom.xml b/sdnr/wt/odlux/apps/demoApp/pom.xml index be518d58f..ede1de859 100644 --- a/sdnr/wt/odlux/apps/demoApp/pom.xml +++ b/sdnr/wt/odlux/apps/demoApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -127,7 +125,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/faultApp/pom.xml b/sdnr/wt/odlux/apps/faultApp/pom.xml index b81e3b9d8..13091f161 100644 --- a/sdnr/wt/odlux/apps/faultApp/pom.xml +++ b/sdnr/wt/odlux/apps/faultApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 @@ -128,7 +126,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/helpApp/pom.xml b/sdnr/wt/odlux/apps/helpApp/pom.xml index 5fd94f5fd..b90491c10 100644 --- a/sdnr/wt/odlux/apps/helpApp/pom.xml +++ b/sdnr/wt/odlux/apps/helpApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -127,7 +125,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/inventoryApp/pom.xml b/sdnr/wt/odlux/apps/inventoryApp/pom.xml index 6ff095845..76eabbd76 100644 --- a/sdnr/wt/odlux/apps/inventoryApp/pom.xml +++ b/sdnr/wt/odlux/apps/inventoryApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -127,7 +125,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml index 18db101e0..94bac6dc9 100644 --- a/sdnr/wt/odlux/apps/maintenanceApp/pom.xml +++ b/sdnr/wt/odlux/apps/maintenanceApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -127,7 +125,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/mediatorApp/pom.xml b/sdnr/wt/odlux/apps/mediatorApp/pom.xml index 8bdf42a46..f5ee0fb2a 100644 --- a/sdnr/wt/odlux/apps/mediatorApp/pom.xml +++ b/sdnr/wt/odlux/apps/mediatorApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.1.2 - + 1.2.1 + 4.0.0 @@ -128,7 +126,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/apps/minimumApp/pom.xml b/sdnr/wt/odlux/apps/minimumApp/pom.xml index cdc354f9f..9e4799429 100644 --- a/sdnr/wt/odlux/apps/minimumApp/pom.xml +++ b/sdnr/wt/odlux/apps/minimumApp/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -127,7 +125,7 @@ org.onap.ccsdk.features.sdnr.wt.odlux.model.*,com.opensymphony.* - + diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index 66b860292..252e479d5 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -11,10 +11,7 @@ OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= --> - - + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -26,8 +23,8 @@ org.onap.ccsdk.parent single-feature-parent - 1.2.1-SNAPSHOT - + 1.2.1 + diff --git a/sdnr/wt/odlux/core/installer/pom.xml b/sdnr/wt/odlux/core/installer/pom.xml index 94d2e7266..2428067a7 100755 --- a/sdnr/wt/odlux/core/installer/pom.xml +++ b/sdnr/wt/odlux/core/installer/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -13,8 +11,8 @@ org.onap.ccsdk.parent odlparent-lite - 1.2.1-SNAPSHOT - + 1.2.1 + diff --git a/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index f06f994dc..d8d976825 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -1,6 +1,5 @@ - + + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -12,8 +11,8 @@ org.onap.ccsdk.parent binding-parent - 1.2.1-SNAPSHOT - + 1.2.1 + diff --git a/sdnr/wt/odlux/core/pom.xml b/sdnr/wt/odlux/core/pom.xml index 71f17f104..a0ddcfbcd 100644 --- a/sdnr/wt/odlux/core/pom.xml +++ b/sdnr/wt/odlux/core/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent-lite - 1.2.1-SNAPSHOT - + 1.2.1 + diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml index 2eab5b246..289c2114b 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -1,6 +1,5 @@ - + + 4.0.0 org.onap.ccsdk.features.sdnr.wt @@ -12,8 +11,8 @@ org.onap.ccsdk.parent binding-parent - 1.2.1-SNAPSHOT - + 1.2.1 + @@ -106,4 +105,4 @@ - \ No newline at end of file + diff --git a/sdnr/wt/odlux/framework/pom.xml b/sdnr/wt/odlux/framework/pom.xml index e60b6986d..942637f32 100644 --- a/sdnr/wt/odlux/framework/pom.xml +++ b/sdnr/wt/odlux/framework/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent - 1.2.1-SNAPSHOT - + 1.2.1 + 4.0.0 org.onap.ccsdk.features.sdnr.wt diff --git a/sdnr/wt/odlux/pom.xml b/sdnr/wt/odlux/pom.xml index 9f5885616..c8c8c702b 100644 --- a/sdnr/wt/odlux/pom.xml +++ b/sdnr/wt/odlux/pom.xml @@ -1,13 +1,11 @@ - + org.onap.ccsdk.parent odlparent-lite - 1.2.1-SNAPSHOT - + 1.2.1 + -- cgit 1.2.3-korg