Release Oxygen release/oxygen
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 20 Mar 2018 18:30:56 +0000 (18:30 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 20 Mar 2018 18:30:56 +0000 (18:30 +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 6edfcbb73e1b6046df3ce483ad288f627d921e0b..96772f83d3a96b924f00a3355899f9d711615f4d 100755 (executable)
@@ -10,7 +10,7 @@
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-artifacts</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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 6fd87b94a93ad25391b9fa058115337248657c10..1016bc391d83fbf7bd9cae638b6758ad8fa417f7 100644 (file)
@@ -17,7 +17,7 @@
 
   <artifactId>distribution-karaf</artifactId>
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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. -->
@@ -28,8 +28,8 @@
   </prerequisites>
 
   <properties>
-    <groupbasedpolicy.project.version>0.7.0-SNAPSHOT</groupbasedpolicy.project.version>
-    <sfc.version>0.7.0-SNAPSHOT</sfc.version>
+    <groupbasedpolicy.project.version>0.7.0</groupbasedpolicy.project.version>
+    <sfc.version>0.7.0</sfc.version>
   </properties>
 
   <dependencyManagement>
index 540faa13fb192b35dc2952cabeba8d6ce2295d91..19ecf6742c171ccf5abee875d4dfa743ff0daa5e 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-domain-extensions</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../</relativePath>
   </parent>
 
index 059468a1d2826c0dd863f4f5321c661e37a02ea3..7ff68066103985dcf3cfd15b1c17837e706232a3 100644 (file)
  <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-domain-extensions</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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.0-SNAPSHOT</version>
+        <version>1.7.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 349ea71d6b992183e31daa4560f19e110dc9ef1d..d4b62e378f7ee7430838ac7936a718de067365a0 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>features-groupbasedpolicy</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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 18230e06b42686dbf0aaa1f934560d0bdfd80d9e..f58c0016acf077bde157c9276d7d49ff69ab3e34 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-base</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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.0-SNAPSHOT</config.version>
-        <controller.mdsal.version>1.7.0-SNAPSHOT</controller.mdsal.version>
-        <mdsal.binding.base.model>0.12.0-SNAPSHOT</mdsal.binding.base.model>
-        <mdsal.binding.base>2.4.0-SNAPSHOT</mdsal.binding.base>
+        <config.version>0.8.0</config.version>
+        <controller.mdsal.version>1.7.0</controller.mdsal.version>
+        <mdsal.binding.base.model>0.12.0</mdsal.binding.base.model>
+        <mdsal.binding.base>2.4.0</mdsal.binding.base>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
     </properties>
 
index efae50e70ae645bd37fefe11f8d3a30ad6c1c04e..17774ed83caf6f74452da258f95d57ae04ad93bf 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
        IOS-XE renderer
@@ -22,9 +22,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sfc.version>0.7.0-SNAPSHOT</sfc.version>
-        <sxp.version>1.6.0-SNAPSHOT</sxp.version>
-        <netconf.version>1.4.0-SNAPSHOT</netconf.version>
+        <sfc.version>0.7.0</sfc.version>
+        <sxp.version>1.6.0</sxp.version>
+        <netconf.version>1.4.0</netconf.version>
     </properties>
 
     <dependencyManagement>
index 3db8cc7d5fffa600e9915c77962c0c3516a3aac2..8edb7a92f4b558c1271d5c3670c0084857b8fa73 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
         The IOVisor renderer.
@@ -24,8 +24,8 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <aaa.version>0.7.0-SNAPSHOT</aaa.version>
-        <restconf.version>1.7.0-SNAPSHOT</restconf.version>
+        <aaa.version>0.7.0</aaa.version>
+        <restconf.version>1.7.0</restconf.version>
     </properties>
 
     <dependencyManagement>
index 0144bbb041e43491052bda6e41208840a3ff2301..f4f428699836b7c6e6bf0a1bc2533f1737e315a1 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
         SXP Distribution Service
@@ -22,7 +22,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.6.0-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.0</sxp.version>
     </properties>
 
     <dependencyManagement>
index 106328100290637d7f42e70523f951eda7ba37b2..42e4c3197ab51600eeadb58316734e937bcec2d2 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
          NE Location Provider
index 96106aa91223fa8a318ac20441a65913a8cbb095..24d236dce6b391132a11e50021e6bed1c66b0556 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
          The Neutron provider and OFOVERLAY renderer
index 0d6da77917178ef84271f9499f139395b9a2eccc..e686995a571ec8b655554c3d35f51fd2e7d59a66 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
         The Neutron-VPP provider
index 9a8dca8b8a0a4250b47559c82e59278710907169..9edb815e19cb45742198441fdd9f6a4be91f41b6 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
          The Neutron provider
@@ -22,7 +22,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <neutron.version>0.10.0-SNAPSHOT</neutron.version>
+        <neutron.version>0.10.0</neutron.version>
     </properties>
 
     <dependencyManagement>
index e1eb9e1f22b800066cdb8a10b33a4ff3d3c796b5..15e64c05882a797b70b1025c7b04aaf896fa193f 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
         The OpenFlow Overlay renderer.
@@ -25,9 +25,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <openflowplugin.version>0.6.0-SNAPSHOT</openflowplugin.version>
-        <ovsdb.southbound.version>1.6.0-SNAPSHOT</ovsdb.southbound.version>
-        <sfc.version>0.7.0-SNAPSHOT</sfc.version>
+        <openflowplugin.version>0.6.0</openflowplugin.version>
+        <ovsdb.southbound.version>1.6.0</ovsdb.southbound.version>
+        <sfc.version>0.7.0</sfc.version>
     </properties>
 
     <dependencyManagement>
index 305c1d27ebbd676019de60c0ca25a79e2998dd54..5d268adac1ef2f1222bbcdcead3430ece2194431 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
        GBP-SXP integration : ep-provider
@@ -22,7 +22,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <sxp.version>1.6.0-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.0</sxp.version>
     </properties>
 
     <dependencyManagement>
index 4c2674bc42b9c2c7938f48f5b9f36a5aa6ceb3a9..41c55a68b261059c2d47f68e114c2375cad05da4 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
        GBP-SXP integration : ise-adapter
index ef429b829a5abcf263f69cd7e7a0805bb1da45c6..abda061ecaa0babedd1ee0269b9e7004cc70d4bb 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-ui</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
          UI
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.opendaylight.dlux</groupId>
             <artifactId>odl-dlux-core</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
+            <version>0.7.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index e3c3838efb69deca72d95a47aedd9727808009ce..eb799713f4295b810f1b1a53d3ddf98f940cfeab 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <packaging>feature</packaging>
     <!--
         The VPP renderer
@@ -22,9 +22,9 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <netconf.version>1.4.0-SNAPSHOT</netconf.version>
-        <vbd.version>1.3.0-SNAPSHOT</vbd.version>
-        <lisp.version>1.7.0-SNAPSHOT</lisp.version>
+        <netconf.version>1.4.0</netconf.version>
+        <vbd.version>1.3.0</vbd.version>
+        <lisp.version>1.7.0</lisp.version>
     </properties>
 
     <dependencyManagement>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>1.7.0-SNAPSHOT</version>
+            <version>1.7.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 700777a2b072f88ca670256901f9896d7bf21629..58c18ea77ed885262df23b45637e336c5ded9577 100755 (executable)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>features-aggregator-groupbasedpolicy</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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 67f400a8f13a7821ccc03a8dac9eda812f7561ac..534d9c715596f522db5400db6b585f91ff46b771 100644 (file)
@@ -4,7 +4,7 @@
  <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-ui</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <artifactId>groupbasedpolicy-ui-bundle</artifactId>
@@ -14,7 +14,7 @@
   <packaging>bundle</packaging>
 
     <properties>
-        <dlux.version>0.7.0-SNAPSHOT</dlux.version>
+        <dlux.version>0.7.0</dlux.version>
     </properties>
 
   <dependencies>
index dfe4507d0a5de8a9fd49a4db906a577e4cf3601b..8adde2271e35956fe41514fa1eed7c5f349c4654 100644 (file)
@@ -12,7 +12,7 @@
  <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-ui</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
   </parent>
 
   <artifactId>groupbasedpolicy-ui-module</artifactId>
index 6cda997496e71cb1b53c44359bc8b8c59740a838..3165850392d69357dd2f1e1581f9a91e6c8c5d86 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.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <packaging>pom</packaging>
 
   <prerequisites>
index 5e155728820c154fd15a0b02d4f3c3bb748d8855..6b3aba256ed5410f74ed5d4cb7e0c57ffb59205b 100755 (executable)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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.0-SNAPSHOT</version>
+        <version>1.7.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8f6119a4ef0e7d21d7d2c06685bdbd672a4bfd67..366ec3365578e2c2b9efccd168f685ac7d099a9f 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-location-providers</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../</relativePath>
   </parent>
 
index 3be3c60eee194320d8c4edfa19af82a5a6ac80f9..565d8134a6bb2be853b13c5aad861d67d3c5eef0 100644 (file)
  <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-location-providers</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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.0-SNAPSHOT</version>
+        <version>1.7.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f24cc5cf6e6d7fce626540159335778d5e46d6c0..257c599f88217a854352a35e16887c71e36827d0 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-mapper</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.10.0</neutron.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2462a2d1d3f196872acdbac753d6a2bffc9d3858..cc970ccdcb1748ab92402a183857b64540b9ace9 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-ovsdb</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.6.0</ovsdb.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 3f09b1906cb9b74da964bc80ed38767ec6dc5054..fa6564d977a6c71fb93699ba7b3efb32c04b2da0 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-vpp-mapper</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</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.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.10.0</neutron.version>
   </properties>
 
   <dependencyManagement>
@@ -32,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.7.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
diff --git a/pom.xml b/pom.xml
index dfdb63a4eedaec3e9c5554efe8949b67f0e1a92a..a468c26318b6934d73f66f576f2a1f360a10a1a7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.0</version>
   <packaging>pom</packaging>
   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
 
index c470f9053b0286161e4abba0c8b2c6fc0e7ec7d7..79dafe6e659f593db38e4762ab6e594c6ed368d3 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -21,8 +21,8 @@
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <openflowplugin.version>0.6.0-SNAPSHOT</openflowplugin.version>
-    <faas.version>1.4.0-SNAPSHOT</faas.version>
+    <openflowplugin.version>0.6.0</openflowplugin.version>
+    <faas.version>1.4.0</faas.version>
   </properties>
 
   <dependencies>
index effad2fad3656535261922f3d7f3250aa4f656b5..123d1d17bdcf268b485d863b883b98c8915c3d91 100755 (executable)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>groupbasedpolicy-renderers</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0</version>
         <relativePath>../</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
     <properties>
-        <netconf.version>1.4.0-SNAPSHOT</netconf.version>
+        <netconf.version>1.4.0</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.0-SNAPSHOT</version>
+            <version>1.4.0</version>
         </dependency>
         <dependency>
             <groupId>org.powermock</groupId>
index 551bb7f7d4830adc445e8b85f7da035051fed912..ff45d9ea5187e895e20e1a126b1c704f13228229 100755 (executable)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../</relativePath>
   </parent>
 
index c7b501a1f8eac1d21e00e78c85695ff1b3c4af2a..852432f0436007d78f95d49ff1d6230806bdd80b 100755 (executable)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -21,9 +21,9 @@
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
-    <openflowplugin.version>0.6.0-SNAPSHOT</openflowplugin.version>
-    <liblldp.version>0.14.0-SNAPSHOT</liblldp.version>
+    <ovsdb.version>1.6.0</ovsdb.version>
+    <openflowplugin.version>0.6.0</openflowplugin.version>
+    <liblldp.version>0.14.0</liblldp.version>
   </properties>
 
   <dependencies>
index daf530f5a08dd7ad399b3115abed3f5240b43210..5ce45904ad74258bf68e229e7daf8cfbee0de925 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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.0-SNAPSHOT</sfc.version>
+        <sfc.version>0.7.0</sfc.version>
     </properties>
 
 
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.7.0-SNAPSHOT</version>
+                <version>1.7.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 038d42f7896da04df8c9013d025bc40ad630e81a..34238f49bc082fb6d4dd6c024ecd414590044882 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-renderers</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -21,7 +21,7 @@
   <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <netconf.version>1.4.0-SNAPSHOT</netconf.version>
+    <netconf.version>1.4.0</netconf.version>
   </properties>
 
   <dependencyManagement>
     <dependency>
       <groupId>org.opendaylight.honeycomb.vbd</groupId>
       <artifactId>vbd-api</artifactId>
-      <version>1.3.0-SNAPSHOT</version>
+      <version>1.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.honeycomb.vbd</groupId>
       <artifactId>vbd-impl</artifactId>
-      <version>1.3.0-SNAPSHOT</version>
+      <version>1.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index cab9305ee4ef057b696b0b5b93016257782c8b2b..1e6b85fb88daa3688eb0ff8bf8b9e1ac6212ecfc 100644 (file)
@@ -9,19 +9,19 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>ip-sgt-distribution-service</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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.0-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.0</sxp.version>
     </properties>
 
     <dependencies>
index 595bc0d03333ee0a15e3a2205135bac7bba9bec7..b61dd522fe89824d7ea9b7c7f00103c3794ca8a9 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>sxp-integration</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.0</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.0-SNAPSHOT</sxp.version>
+        <sxp.version>1.6.0</sxp.version>
     </properties>
 
     <modules>
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.7.0-SNAPSHOT</version>
+                <version>1.7.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f6d64d13cf1b5132b7620832cecb19b276f46e81..c370e43a60f389ecc8d787d18798ba587f5afc1e 100755 (executable)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0</version>
         <relativePath>..</relativePath>
     </parent>
 
index 3b714a0bf9aac98f8947e511c0af8f61b50e924c..d978d347f03603d4244b14e97d81042963a6d882 100755 (executable)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.groupbasedpolicy</groupId>
         <artifactId>sxp-integration</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.0</version>
         <relativePath>..</relativePath>
     </parent>