From bffd567bef66763c8716f338977c8ced6bc343d2 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 14 Aug 2017 13:28:43 -0400 Subject: [PATCH] Bump versions by x.(y+1).z for next dev cycle Change-Id: I3496637ee771662e2f0b109d649c9917277d3c5b Signed-off-by: Thanh Ha --- addresstracker/implementation/pom.xml | 2 +- addresstracker/model/pom.xml | 2 +- addresstracker/pom.xml | 2 +- arphandler/pom.xml | 2 +- artifacts/pom.xml | 2 +- distribution/karaf/pom.xml | 2 +- features/features-l2switch/pom.xml | 2 +- features/odl-l2switch-addresstracker/pom.xml | 4 ++-- features/odl-l2switch-all/pom.xml | 2 +- features/odl-l2switch-arphandler/pom.xml | 4 ++-- features/odl-l2switch-hosttracker/pom.xml | 4 ++-- features/odl-l2switch-loopremover/pom.xml | 6 +++--- features/odl-l2switch-packethandler/pom.xml | 6 +++--- features/odl-l2switch-switch-rest/pom.xml | 4 ++-- features/odl-l2switch-switch-ui/pom.xml | 6 +++--- features/odl-l2switch-switch/pom.xml | 4 ++-- features/pom.xml | 2 +- hosttracker/implementation/pom.xml | 2 +- hosttracker/model/pom.xml | 2 +- hosttracker/pom.xml | 2 +- l2switch-main/pom.xml | 2 +- loopremover/implementation/pom.xml | 2 +- loopremover/model/pom.xml | 2 +- loopremover/pom.xml | 2 +- packethandler/implementation/pom.xml | 2 +- packethandler/model/pom.xml | 2 +- packethandler/pom.xml | 2 +- parent/pom.xml | 16 ++++++++-------- pom.xml | 2 +- 29 files changed, 47 insertions(+), 47 deletions(-) diff --git a/addresstracker/implementation/pom.xml b/addresstracker/implementation/pom.xml index 8f649dee..5a43d7a8 100644 --- a/addresstracker/implementation/pom.xml +++ b/addresstracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.l2switch.addresstracker diff --git a/addresstracker/model/pom.xml b/addresstracker/model/pom.xml index 7228fec7..6428e47f 100644 --- a/addresstracker/model/pom.xml +++ b/addresstracker/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.l2switch.addresstracker diff --git a/addresstracker/pom.xml b/addresstracker/pom.xml index 9eeea22c..2df59723 100644 --- a/addresstracker/pom.xml +++ b/addresstracker/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/arphandler/pom.xml b/arphandler/pom.xml index 2da895ec..d0c54ae9 100644 --- a/arphandler/pom.xml +++ b/arphandler/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent 4.0.0 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 4a55a923..724c17de 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch l2switch-artifacts - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom diff --git a/distribution/karaf/pom.xml b/distribution/karaf/pom.xml index 3c741cf8..74d6aade 100644 --- a/distribution/karaf/pom.xml +++ b/distribution/karaf/pom.xml @@ -9,7 +9,7 @@ distribution-karaf org.opendaylight.l2switch - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom 3.0 diff --git a/features/features-l2switch/pom.xml b/features/features-l2switch/pom.xml index 2e901cba..1fbfb1e4 100644 --- a/features/features-l2switch/pom.xml +++ b/features/features-l2switch/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch features-l2switch - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature diff --git a/features/odl-l2switch-addresstracker/pom.xml b/features/odl-l2switch-addresstracker/pom.xml index 0697c401..33e575e6 100644 --- a/features/odl-l2switch-addresstracker/pom.xml +++ b/features/odl-l2switch-addresstracker/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-addresstracker - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: AddressTracker @@ -36,7 +36,7 @@ org.opendaylight.l2switch.addresstracker addresstracker-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT \ No newline at end of file diff --git a/features/odl-l2switch-all/pom.xml b/features/odl-l2switch-all/pom.xml index 77d0bd64..cafaac97 100644 --- a/features/odl-l2switch-all/pom.xml +++ b/features/odl-l2switch-all/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-all - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: All diff --git a/features/odl-l2switch-arphandler/pom.xml b/features/odl-l2switch-arphandler/pom.xml index ead56d85..2af8d1c4 100644 --- a/features/odl-l2switch-arphandler/pom.xml +++ b/features/odl-l2switch-arphandler/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-arphandler - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: ArpHandler @@ -43,7 +43,7 @@ org.opendaylight.l2switch.arphandler arphandler-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT \ No newline at end of file diff --git a/features/odl-l2switch-hosttracker/pom.xml b/features/odl-l2switch-hosttracker/pom.xml index f740009d..36126eba 100644 --- a/features/odl-l2switch-hosttracker/pom.xml +++ b/features/odl-l2switch-hosttracker/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-hosttracker - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: HostTracker @@ -36,7 +36,7 @@ org.opendaylight.l2switch.hosttracker hosttracker-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT \ No newline at end of file diff --git a/features/odl-l2switch-loopremover/pom.xml b/features/odl-l2switch-loopremover/pom.xml index 8b066688..6abf5e28 100644 --- a/features/odl-l2switch-loopremover/pom.xml +++ b/features/odl-l2switch-loopremover/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-loopremover - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: LoopRemover @@ -29,14 +29,14 @@ org.opendaylight.openflowplugin odl-openflowplugin-flow-services - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features org.opendaylight.l2switch.loopremover loopremover-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT \ No newline at end of file diff --git a/features/odl-l2switch-packethandler/pom.xml b/features/odl-l2switch-packethandler/pom.xml index 1f4f2aa7..f832937a 100644 --- a/features/odl-l2switch-packethandler/pom.xml +++ b/features/odl-l2switch-packethandler/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-packethandler - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: PacketHandler @@ -29,14 +29,14 @@ org.opendaylight.openflowplugin odl-openflowplugin-southbound - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT xml features org.opendaylight.l2switch.packethandler packethandler-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT \ No newline at end of file diff --git a/features/odl-l2switch-switch-rest/pom.xml b/features/odl-l2switch-switch-rest/pom.xml index 3ef2bef3..d90c8d60 100644 --- a/features/odl-l2switch-switch-rest/pom.xml +++ b/features/odl-l2switch-switch-rest/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-switch-rest - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: Switch REST @@ -36,7 +36,7 @@ org.opendaylight.netconf odl-restconf - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features diff --git a/features/odl-l2switch-switch-ui/pom.xml b/features/odl-l2switch-switch-ui/pom.xml index f1b9ec98..a80e3141 100644 --- a/features/odl-l2switch-switch-ui/pom.xml +++ b/features/odl-l2switch-switch-ui/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-switch-ui - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: Switch UI @@ -36,14 +36,14 @@ org.opendaylight.netconf odl-mdsal-apidocs - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT xml features org.opendaylight.dluxapps odl-dluxapps-topology - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT xml features diff --git a/features/odl-l2switch-switch/pom.xml b/features/odl-l2switch-switch/pom.xml index 48478a4a..271ee19d 100644 --- a/features/odl-l2switch-switch/pom.xml +++ b/features/odl-l2switch-switch/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.l2switch odl-l2switch-switch - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT feature OpenDaylight :: L2Switch :: Switch @@ -43,7 +43,7 @@ org.opendaylight.l2switch.main main-impl - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT \ No newline at end of file diff --git a/features/pom.xml b/features/pom.xml index 6111b877..6b500cd6 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.l2switch features-l2switch-aggregator - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom ${project.artifactId} diff --git a/hosttracker/implementation/pom.xml b/hosttracker/implementation/pom.xml index 7f1335a6..6d5602c0 100644 --- a/hosttracker/implementation/pom.xml +++ b/hosttracker/implementation/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent hosttracker-impl diff --git a/hosttracker/model/pom.xml b/hosttracker/model/pom.xml index 956f7c7f..795689a8 100644 --- a/hosttracker/model/pom.xml +++ b/hosttracker/model/pom.xml @@ -4,7 +4,7 @@ hosttracker.aggregator org.opendaylight.l2switch.hosttracker - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT hosttracker-model bundle diff --git a/hosttracker/pom.xml b/hosttracker/pom.xml index 4045a48c..521b4564 100644 --- a/hosttracker/pom.xml +++ b/hosttracker/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent hosttracker.aggregator diff --git a/l2switch-main/pom.xml b/l2switch-main/pom.xml index 274733e1..4be94982 100644 --- a/l2switch-main/pom.xml +++ b/l2switch-main/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent org.opendaylight.l2switch.main diff --git a/loopremover/implementation/pom.xml b/loopremover/implementation/pom.xml index ed5504d9..19bf6d7e 100644 --- a/loopremover/implementation/pom.xml +++ b/loopremover/implementation/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent 4.0.0 diff --git a/loopremover/model/pom.xml b/loopremover/model/pom.xml index 41841220..2cac7396 100644 --- a/loopremover/model/pom.xml +++ b/loopremover/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.l2switch.loopremover diff --git a/loopremover/pom.xml b/loopremover/pom.xml index ef442e8d..5549c74a 100644 --- a/loopremover/pom.xml +++ b/loopremover/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/packethandler/implementation/pom.xml b/packethandler/implementation/pom.xml index 5174e765..47d32055 100644 --- a/packethandler/implementation/pom.xml +++ b/packethandler/implementation/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.l2switch.packethandler diff --git a/packethandler/model/pom.xml b/packethandler/model/pom.xml index 95b57a96..65f16bed 100644 --- a/packethandler/model/pom.xml +++ b/packethandler/model/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../../parent org.opendaylight.l2switch.packethandler diff --git a/packethandler/pom.xml b/packethandler/pom.xml index ef41fabe..5d173ff4 100644 --- a/packethandler/pom.xml +++ b/packethandler/pom.xml @@ -7,7 +7,7 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT ../parent diff --git a/parent/pom.xml b/parent/pom.xml index c19f5f14..6c8e8113 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,20 +10,20 @@ org.opendaylight.l2switch l2switch-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom src/main/yang-gen-code src/main/yang-gen-config - 1.5.0-SNAPSHOT - 2.3.0-SNAPSHOT - 0.11.0-SNAPSHOT - 1.6.0-SNAPSHOT - 1.2.0-SNAPSHOT + 1.6.0-SNAPSHOT + 2.4.0-SNAPSHOT + 0.12.0-SNAPSHOT + 1.7.0-SNAPSHOT + 2.0.0-SNAPSHOT 2.0.1 - 0.5.0-SNAPSHOT - 0.6.0-SNAPSHOT + 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 65f74061..0b85b4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.opendaylight.l2switch l2switch - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT pom l2switch -- 2.36.6