From fb434bed85c86b7333047c2155b323cca3144e99 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 31 Dec 2019 22:27:14 +0100 Subject: [PATCH] Bump versions to 0.8.2-SNAPSHOT Since the upcoming release is targeting Neon SR2, make sure our versions have .2 as their minor version. Change-Id: I622d0ad897865103f5e604b96e1281bfc666cbf1 Signed-off-by: Robert Varga --- archetype/pom.xml | 2 +- .../resources/archetype-resources/pom.xml | 2 +- bundles/authentication/pom.xml | 2 +- bundles/core/pom.xml | 2 +- bundles/general/pom.xml | 2 +- bundles/layout/pom.xml | 2 +- bundles/login/pom.xml | 2 +- bundles/navigation/pom.xml | 2 +- bundles/pom.xml | 2 +- bundles/topbar/pom.xml | 2 +- dlux-web/pom.xml | 2 +- features/features-dlux/pom.xml | 2 +- features/odl-dlux-core/pom.xml | 2 +- features/pom.xml | 2 +- loader/api/pom.xml | 2 +- loader/impl/pom.xml | 2 +- .../common-authentication-resources/pom.xml | 2 +- modules/common-general-resources/pom.xml | 2 +- modules/common-layout-resources/pom.xml | 2 +- modules/common-login-resources/pom.xml | 2 +- modules/common-navigation-resources/pom.xml | 2 +- modules/common-topbar-resources/pom.xml | 2 +- modules/connection_manager-resources/pom.xml | 2 +- modules/container-resources/pom.xml | 2 +- modules/core-resources/pom.xml | 2 +- modules/flow-resources/pom.xml | 2 +- modules/loader-resources/pom.xml | 2 +- modules/network-resources/pom.xml | 2 +- modules/pom.xml | 2 +- pom.xml | 26 +++++++++---------- 30 files changed, 42 insertions(+), 42 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 86bbb7e2..ec393bf8 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -13,5 +13,5 @@ dlux-app maven-archetype archetype-dlux-app - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml index 99cced05..498d73ec 100644 --- a/archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetype/src/main/resources/archetype-resources/pom.xml @@ -13,7 +13,7 @@ 5.0.0 1.4.0 - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT diff --git a/bundles/authentication/pom.xml b/bundles/authentication/pom.xml index 0a3b92b1..00f8d86f 100644 --- a/bundles/authentication/pom.xml +++ b/bundles/authentication/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/bundles/core/pom.xml b/bundles/core/pom.xml index 5d8c1b2f..f4bb7fd4 100644 --- a/bundles/core/pom.xml +++ b/bundles/core/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/bundles/general/pom.xml b/bundles/general/pom.xml index 052042c4..6ed17c9b 100644 --- a/bundles/general/pom.xml +++ b/bundles/general/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/bundles/layout/pom.xml b/bundles/layout/pom.xml index fd3e7271..5b23ac3c 100644 --- a/bundles/layout/pom.xml +++ b/bundles/layout/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/bundles/login/pom.xml b/bundles/login/pom.xml index 5153aa1d..849f1a5e 100644 --- a/bundles/login/pom.xml +++ b/bundles/login/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/bundles/navigation/pom.xml b/bundles/navigation/pom.xml index 42a583ca..64380935 100644 --- a/bundles/navigation/pom.xml +++ b/bundles/navigation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/bundles/pom.xml b/bundles/pom.xml index 75747018..61612d39 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ diff --git a/bundles/topbar/pom.xml b/bundles/topbar/pom.xml index 53efd0c0..ba4518c4 100644 --- a/bundles/topbar/pom.xml +++ b/bundles/topbar/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux bundles - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ org.opendaylight.dlux diff --git a/dlux-web/pom.xml b/dlux-web/pom.xml index 17136baf..5205e9ab 100644 --- a/dlux-web/pom.xml +++ b/dlux-web/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT .. diff --git a/features/features-dlux/pom.xml b/features/features-dlux/pom.xml index ff818393..e10d293b 100644 --- a/features/features-dlux/pom.xml +++ b/features/features-dlux/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.dlux features-dlux - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT feature diff --git a/features/odl-dlux-core/pom.xml b/features/odl-dlux-core/pom.xml index b05acf6d..67966588 100644 --- a/features/odl-dlux-core/pom.xml +++ b/features/odl-dlux-core/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.dlux odl-dlux-core - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT feature Opendaylight dlux minimal feature diff --git a/features/pom.xml b/features/pom.xml index 211a6804..e7610aeb 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.dlux features-dlux-aggregator - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT DLUX - Features aggregator pom diff --git a/loader/api/pom.xml b/loader/api/pom.xml index f42b0f89..ae87a2a4 100644 --- a/loader/api/pom.xml +++ b/loader/api/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ loader diff --git a/loader/impl/pom.xml b/loader/impl/pom.xml index f576b306..806934f6 100644 --- a/loader/impl/pom.xml +++ b/loader/impl/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ loader.implementation diff --git a/modules/common-authentication-resources/pom.xml b/modules/common-authentication-resources/pom.xml index d15cdb48..969b9263 100644 --- a/modules/common-authentication-resources/pom.xml +++ b/modules/common-authentication-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/common-general-resources/pom.xml b/modules/common-general-resources/pom.xml index bd0b7ffd..87ed7c4b 100644 --- a/modules/common-general-resources/pom.xml +++ b/modules/common-general-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/common-layout-resources/pom.xml b/modules/common-layout-resources/pom.xml index 33bb6818..457d7fee 100644 --- a/modules/common-layout-resources/pom.xml +++ b/modules/common-layout-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/common-login-resources/pom.xml b/modules/common-login-resources/pom.xml index e74384cd..a53c351a 100644 --- a/modules/common-login-resources/pom.xml +++ b/modules/common-login-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/common-navigation-resources/pom.xml b/modules/common-navigation-resources/pom.xml index 60ab6f18..6b7404d9 100644 --- a/modules/common-navigation-resources/pom.xml +++ b/modules/common-navigation-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/common-topbar-resources/pom.xml b/modules/common-topbar-resources/pom.xml index a99178e3..3042753c 100644 --- a/modules/common-topbar-resources/pom.xml +++ b/modules/common-topbar-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/connection_manager-resources/pom.xml b/modules/connection_manager-resources/pom.xml index 4ce3bbee..e19fe38d 100644 --- a/modules/connection_manager-resources/pom.xml +++ b/modules/connection_manager-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/container-resources/pom.xml b/modules/container-resources/pom.xml index 15b77bcb..3644b047 100644 --- a/modules/container-resources/pom.xml +++ b/modules/container-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/core-resources/pom.xml b/modules/core-resources/pom.xml index 9d3cec8e..b7cb355f 100644 --- a/modules/core-resources/pom.xml +++ b/modules/core-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/flow-resources/pom.xml b/modules/flow-resources/pom.xml index 61600ce5..7abddc73 100644 --- a/modules/flow-resources/pom.xml +++ b/modules/flow-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/loader-resources/pom.xml b/modules/loader-resources/pom.xml index 53af5239..2afb19a1 100644 --- a/modules/loader-resources/pom.xml +++ b/modules/loader-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/network-resources/pom.xml b/modules/network-resources/pom.xml index 0e28acc5..eae86920 100644 --- a/modules/network-resources/pom.xml +++ b/modules/network-resources/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../../ diff --git a/modules/pom.xml b/modules/pom.xml index d150000e..798cfeb5 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index fc0fbbe3..19335a91 100644 --- a/pom.xml +++ b/pom.xml @@ -11,23 +11,23 @@ 4.0.0 org.opendaylight.dlux dlux-parent - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT pom dlux - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT - 0.8.0-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT + 0.8.2-SNAPSHOT -- 2.36.6