Release Oxygen release/oxygen-sr3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 5 Aug 2018 00:35:47 +0000 (00:35 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 5 Aug 2018 00:35:47 +0000 (00:35 +0000)
39 files changed:
artifacts/pom.xml
distribution-karaf/pom.xml
domain-extensions/l2-l3/pom.xml
domain-extensions/pom.xml
features/features-groupbasedpolicy/pom.xml
features/odl-groupbasedpolicy-base/pom.xml
features/odl-groupbasedpolicy-ios-xe/pom.xml
features/odl-groupbasedpolicy-iovisor/pom.xml
features/odl-groupbasedpolicy-ip-sgt-distribution-service/pom.xml
features/odl-groupbasedpolicy-ne-location-provider/pom.xml
features/odl-groupbasedpolicy-neutron-and-ofoverlay/pom.xml
features/odl-groupbasedpolicy-neutron-vpp-mapper/pom.xml
features/odl-groupbasedpolicy-neutronmapper/pom.xml
features/odl-groupbasedpolicy-ofoverlay/pom.xml
features/odl-groupbasedpolicy-sxp-ep-provider/pom.xml
features/odl-groupbasedpolicy-sxp-ise-adapter/pom.xml
features/odl-groupbasedpolicy-ui/pom.xml
features/odl-groupbasedpolicy-vpp/pom.xml
features/pom.xml
groupbasedpolicy-ui/bundle/pom.xml
groupbasedpolicy-ui/module/pom.xml
groupbasedpolicy-ui/pom.xml
groupbasedpolicy/pom.xml
location-providers/ne-location-provider/pom.xml
location-providers/pom.xml
neutron-mapper/pom.xml
neutron-ovsdb/pom.xml
neutron-vpp-mapper/pom.xml
pom.xml
renderers/faas/pom.xml
renderers/ios-xe/pom.xml
renderers/iovisor/pom.xml
renderers/ofoverlay/pom.xml
renderers/pom.xml
renderers/vpp/pom.xml
sxp-integration/ip-sgt-distribution-service/pom.xml
sxp-integration/pom.xml
sxp-integration/sxp-ep-provider/pom.xml
sxp-integration/sxp-ise-adapter/pom.xml

index 61d7c92883d2566ac972fface4cadaa58e704573..e5beafd2834114f56d91704b7e5bc05c76c4138f 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-artifacts</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 7296f4af447c219ef7a951332f664afe829755f8..e7a4905f15d6551bb1b7254556fda0be0f052356 100644 (file)
@@ -15,7 +15,7 @@
 
   <artifactId>distribution-karaf</artifactId>
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
      build failure. Please do not modify this unless you have a good reason. -->
@@ -26,8 +26,8 @@
   </prerequisites>
 
   <properties>
-    <groupbasedpolicy.project.version>0.7.3-SNAPSHOT</groupbasedpolicy.project.version>
-    <sfc.version>0.7.3-SNAPSHOT</sfc.version>
+    <groupbasedpolicy.project.version>0.7.3</groupbasedpolicy.project.version>
+    <sfc.version>0.7.3</sfc.version>
   </properties>
 
   <dependencyManagement>
index 6381859a2ea5bb4391b38b62611f7bdb86c9665c..32880a4ccb123698fed1d2f64faa4e1431201d74 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-domain-extensions</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <relativePath>../</relativePath>
   </parent>
 
index ab9792e0aa5aa730d9e69b013f9705122cdb9ad5..05f73250492646c0751b651dfbae60c189a1d856 100644 (file)
  <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-domain-extensions</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
      build failure. Please do not modify this unless you have a good reason. -->
@@ -31,7 +31,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 18b0a2e4be508934b7dea1f5ca5c3e017ab52dd1..ebac44e5a91ff934d61e7142f24c36227966e412 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>features-groupbasedpolicy</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 40b650e21f686d3bd6d3e5c1396446da6a22465c..61cedd3e01b68336fd4630b18e98672d28c4f853 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-base</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
 
     <!-- <name> formatting is used by autorelease to parse and notify projects on
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <config.version>0.8.3-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.7.3-SNAPSHOT</controller.mdsal.version>
-        <mdsal.binding.base.model>0.12.3-SNAPSHOT</mdsal.binding.base.model>
-        <mdsal.binding.base>2.4.3-SNAPSHOT</mdsal.binding.base>
+        <config.version>0.8.3</config.version>
+        <controller.mdsal.version>1.7.3</controller.mdsal.version>
+        <mdsal.binding.base.model>0.12.3</mdsal.binding.base.model>
+        <mdsal.binding.base>2.4.3</mdsal.binding.base>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
     </properties>
 
index 3d6fccaeed09db75d7bd0ba0a37f458f0f31b9bc..6c2b47e5331930e6247f6d5d68bf0892365c4118 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
        IOS-XE renderer
@@ -20,9 +20,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sfc.version>0.7.3-SNAPSHOT</sfc.version>
-        <sxp.version>1.6.3-SNAPSHOT</sxp.version>
-        <netconf.version>1.4.3-SNAPSHOT</netconf.version>
+        <sfc.version>0.7.3</sfc.version>
+        <sxp.version>1.6.3</sxp.version>
+        <netconf.version>1.4.3</netconf.version>
     </properties>
 
     <dependencyManagement>
index 4e4ee2667966e94ff03d0ae22a2765556c4f2e58..9bc7515c5cc514eecd937312e4321ca18ab95459 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
         The IOVisor renderer.
@@ -22,8 +22,8 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <aaa.version>0.7.3-SNAPSHOT</aaa.version>
-        <restconf.version>1.7.3-SNAPSHOT</restconf.version>
+        <aaa.version>0.7.3</aaa.version>
+        <restconf.version>1.7.3</restconf.version>
     </properties>
 
     <dependencyManagement>
index 06f9be684815de4c6d06380009711ec4852810ae..c0e82e270e5d369a8896b8fd7a1e7db11485c4f9 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
         SXP Distribution Service
@@ -20,7 +20,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.6.3-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.3</sxp.version>
     </properties>
 
     <dependencyManagement>
index 56c59ae9a8e4ad3e87704c4e047a1174363a5191..8eb7afd8bc90906e97a66e40edc044c25c1c00a6 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
          NE Location Provider
index 024b3b902820b330c92f6fb1a5d821dc31bf1423..cb10b5a0f9c4fa5c160e7c752ccaea9e54cd6ac8 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
          The Neutron provider and OFOVERLAY renderer
index d09a6da2eeafdaf0e5a8b4a132efc5f7d2578477..ba9565252875e3890980a1a2f9a01d39d70742d8 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
         The Neutron-VPP provider
index e546903d514fb501db2451271b596d6ab1f4c89c..0bc8cb868ae94be783012a91cefa179136d9ff27 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
          The Neutron provider
@@ -20,7 +20,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <neutron.version>0.10.3-SNAPSHOT</neutron.version>
+        <neutron.version>0.10.3</neutron.version>
     </properties>
 
     <dependencyManagement>
index ba43303a6d46d0a7dc2f2c15812a9983e0ee4171..14ab1f665139f7abc3be86d5ec0c05e55ab17483 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
         The OpenFlow Overlay renderer.
@@ -23,9 +23,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <openflowplugin.version>0.6.3-SNAPSHOT</openflowplugin.version>
-        <ovsdb.southbound.version>1.6.3-SNAPSHOT</ovsdb.southbound.version>
-        <sfc.version>0.7.3-SNAPSHOT</sfc.version>
+        <openflowplugin.version>0.6.3</openflowplugin.version>
+        <ovsdb.southbound.version>1.6.3</ovsdb.southbound.version>
+        <sfc.version>0.7.3</sfc.version>
     </properties>
 
     <dependencyManagement>
index ef96e22616236c8fabffc32d2f1d7528e93bfb14..01475ed46f086a2d5605eb12254614bdd4bf1149 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
        GBP-SXP integration : ep-provider
@@ -20,7 +20,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.6.3-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.3</sxp.version>
     </properties>
 
     <dependencyManagement>
index e4055fcd218ccecbb89adc4aef13a30758245250..6f6073ab56054580fb112f34ec8bb44eab864b55 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
        GBP-SXP integration : ise-adapter
index 669764c7ee0ff420589fd59d8711cfe3c24c9d44..111c1e09b03efc3bd536d13b56377342353174a6 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ui</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
          UI
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.opendaylight.dlux</groupId>
             <artifactId>odl-dlux-core</artifactId>
-            <version>0.7.3-SNAPSHOT</version>
+            <version>0.7.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index ddfd1df8cea73987ada0e8ab30566956852eccde..f8e1b661c00c2a4c8a2880bb4cb676205408a58c 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>feature</packaging>
     <!--
         The VPP renderer
@@ -20,9 +20,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <netconf.version>1.4.3-SNAPSHOT</netconf.version>
-        <vbd.version>1.3.3-SNAPSHOT</vbd.version>
-        <lisp.version>1.7.3-SNAPSHOT</lisp.version>
+        <netconf.version>1.4.3</netconf.version>
+        <vbd.version>1.3.3</vbd.version>
+        <lisp.version>1.7.3</lisp.version>
     </properties>
 
     <dependencyManagement>
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.7.3-SNAPSHOT</version>
+            <version>1.7.3</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 4e73b539a064f8bc51da20d3f87754aa31bf2909..0ee9f47021d0f5cc363bc18c4f6ecfdafb4ee8a0 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>features-aggregator-groupbasedpolicy</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 725fbdc887319b6ecc17f1b981bc4690d3a0a254..ecacbf3c7f513a0266f49b9b5d24963dfd833e7a 100644 (file)
@@ -4,7 +4,7 @@
  <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-ui</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
   </parent>
 
   <artifactId>groupbasedpolicy-ui-bundle</artifactId>
@@ -14,7 +14,7 @@
   <packaging>bundle</packaging>
 
     <properties>
-        <dlux.version>0.7.3-SNAPSHOT</dlux.version>
+        <dlux.version>0.7.3</dlux.version>
     </properties>
 
   <dependencies>
index 6b22ab31721bbd2a025f5d1a4a066cc43e12725c..aef7aeea1f1a5a71cc351813a9916b8efb9e32d2 100644 (file)
@@ -12,7 +12,7 @@
  <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-ui</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
   </parent>
 
   <artifactId>groupbasedpolicy-ui-module</artifactId>
index bf4d6e6bd55fdf46ae561c0d2979ac1a438dae5f..0c10c673fa367d427395fb3b57c3683b62a63531 100644 (file)
@@ -16,7 +16,7 @@
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
   <description>Resources</description>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>pom</packaging>
 
   <prerequisites>
index 5e909d38583797906422323777e7ab740f5612e2..4723db58fc07ba79af7b60a60faad10fb503dc40 100755 (executable)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -27,7 +27,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 362fa1a4e04e0ea5298c5d2b7c03d7c69cad70f4..3900800f9976dad0a48a176c24ef4c68d0554509 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-location-providers</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <relativePath>../</relativePath>
   </parent>
 
index 5e32770cdfb86662dd653f93258b871f76d38351..f5f713bf06817d97b6e708ae5a262e97df4a62cf 100644 (file)
  <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-location-providers</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -31,7 +31,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 9e548e7e380bb782acd99e039d6b8a10448cc88d..e952cf560791eeb76ee34b767ce9c8023ba399c4 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-mapper</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <neutron.version>0.10.3-SNAPSHOT</neutron.version>
+    <neutron.version>0.10.3</neutron.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index b26d24c40096533bb1c2c6dde7a77de110a1e11d..9c325c53f6f795d338e66a3c469fb1d5c7467fad 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-ovsdb</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.6.3-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.6.3</ovsdb.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 42c89a40b936f685b2b1c38d12956458ff557fe7..83c2e9d30d0f3a1ff970fde28e5888137f9c2d40 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.3-SNAPSHOT</version>
+    <version>0.12.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-vpp-mapper</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <neutron.version>0.10.3-SNAPSHOT</neutron.version>
+    <neutron.version>0.10.3</neutron.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.3-SNAPSHOT</version>
+        <version>1.7.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index 84c928aef7d595a275896cbd4a1764e57fef05d0..f10a7bf90d79322ee4096bacd66101320c72be0f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
-  <version>0.7.3-SNAPSHOT</version>
+  <version>0.7.3</version>
   <packaging>pom</packaging>
   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
 
index 4c8acd0c6108d221c78aec9af1e8741ae920f4cd..1dc36ba0a6cda2487dfd7f8876f3d354693e8b72 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -21,8 +21,8 @@
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <openflowplugin.version>0.6.3-SNAPSHOT</openflowplugin.version>
-    <faas.version>1.4.3-SNAPSHOT</faas.version>
+    <openflowplugin.version>0.6.3</openflowplugin.version>
+    <faas.version>1.4.3</faas.version>
   </properties>
 
   <dependencies>
index 5861c77eb25767543dc37f7f6bbedb3c3abbd2c1..b903dbd23acd4d82e199f38d720b54f4be116b1d 100755 (executable)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>groupbasedpolicy-renderers</artifactId>
-        <version>0.7.3-SNAPSHOT</version>
+        <version>0.7.3</version>
         <relativePath>../</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <netconf.version>1.4.3-SNAPSHOT</netconf.version>
+        <netconf.version>1.4.3</netconf.version>
     </properties>
 
     <dependencyManagement>
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-inet-types-2013-07-15</artifactId>
-            <version>1.4.3-SNAPSHOT</version>
+            <version>1.4.3</version>
         </dependency>
         <dependency>
             <groupId>org.powermock</groupId>
index c19535a015975485a12b58a99797321cf2fc9c7b..ea24f7ef3f3611df1a63ec4d86ced3b3f607c30e 100755 (executable)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <relativePath>../</relativePath>
   </parent>
 
index 11c1f4f4f74506e2420b44c730d518327c83a739..3bde46eef2bd4d10fb17c08304602b7aedd98092 100755 (executable)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -21,9 +21,9 @@
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.6.3-SNAPSHOT</ovsdb.version>
-    <openflowplugin.version>0.6.3-SNAPSHOT</openflowplugin.version>
-    <liblldp.version>0.14.3-SNAPSHOT</liblldp.version>
+    <ovsdb.version>1.6.3</ovsdb.version>
+    <openflowplugin.version>0.6.3</openflowplugin.version>
+    <liblldp.version>0.14.3</liblldp.version>
   </properties>
 
   <dependencies>
index 51163de207e2576f64e3eb2a4d2d373dcf8fefab..055805ad4e9dc9846cd79b5350a70a40200e87c1 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.12.3-SNAPSHOT</version>
+        <version>0.12.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sfc.version>0.7.3-SNAPSHOT</sfc.version>
+        <sfc.version>0.7.3</sfc.version>
     </properties>
 
 
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.7.3-SNAPSHOT</version>
+                <version>1.7.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 746cb68e2e77c1b55ab1c6a9d752a607e5946aed..1073c4a4be7c5a03daebd2ab3640a563f02f0afb 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -21,7 +21,7 @@
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <netconf.version>1.4.3-SNAPSHOT</netconf.version>
+    <netconf.version>1.4.3</netconf.version>
   </properties>
 
   <dependencyManagement>
     <dependency>
       <groupId>org.opendaylight.honeycomb.vbd</groupId>
       <artifactId>vbd-api</artifactId>
-      <version>1.3.3-SNAPSHOT</version>
+      <version>1.3.3</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.honeycomb.vbd</groupId>
       <artifactId>vbd-impl</artifactId>
-      <version>1.3.3-SNAPSHOT</version>
+      <version>1.3.3</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index 8fb6644447a11d482e3d46cef77da2ae529da617..b83e4cfe72ae0c6419376cfde8f070893250671b 100644 (file)
@@ -9,19 +9,19 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.7.3-SNAPSHOT</version>
+        <version>0.7.3</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>ip-sgt-distribution-service</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.6.3-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.3</sxp.version>
     </properties>
 
     <dependencies>
index fc8f6cbd0ea915359494d1b6b7cdfb2e988a6fcc..8ed5ba20d8edef622113575c4224eff623584a91 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.12.3-SNAPSHOT</version>
+        <version>0.12.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>sxp-integration</artifactId>
-    <version>0.7.3-SNAPSHOT</version>
+    <version>0.7.3</version>
     <packaging>pom</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.6.3-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.3</sxp.version>
     </properties>
 
     <modules>
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.7.3-SNAPSHOT</version>
+                <version>1.7.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f6e70a4eda1704cde9055e157393f5a413ee84f6..1568e93fdb7da7774f59689da412e0ae347e468c 100755 (executable)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.7.3-SNAPSHOT</version>
+        <version>0.7.3</version>
         <relativePath>..</relativePath>
     </parent>
 
index 169efe5a5091c4dbf228d8639be3daca44eef21c..65a56f32ecccb94205ed9893ffbf7a3c930df338 100755 (executable)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.7.3-SNAPSHOT</version>
+        <version>0.7.3</version>
         <relativePath>..</relativePath>
     </parent>