Release Boron-SR2
[openflowjava.git] / parent / pom.xml
index e7b1ea4f32f9c1b380bad325842a2284988c6386..eedbfc0dc34227a04deb96993e7658c6093fa316 100644 (file)
@@ -4,14 +4,19 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.2-Boron-SR2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowjava</groupId>
     <artifactId>openflowjava-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.2-Boron-SR2</version>
     <packaging>pom</packaging>
+    <name>openflowjava</name> <!-- Used by Sonar to set project name -->
+    <description>
+        Openflow protocol library - serializes and deserializes openflow messages + handles connections with openflow devices.
+    </description>
+    <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
 
     <licenses>
         <license>
         <tag>HEAD</tag>
     </scm>
 
+    <developers>
+        <developer>
+            <name>Michal Polkorab</name>
+            <email>michal.polkorab@pantheon.sk</email>
+            <organization>Pantheon Technologies</organization>
+            <organizationUrl>https://www.pantheon.sk/en/</organizationUrl>
+        </developer>
+        <developer>
+            <name>Michal Rehak</name>
+            <email>mirehak@cisco.com</email>
+            <organization>Cisco Systems</organization>
+            <organizationUrl>www.cisco.com</organizationUrl>
+        </developer>
+    </developers>
+
     <properties>
-        <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
-        <karaf.distro.empty.version>1.6.0-SNAPSHOT</karaf.distro.empty.version>
+        <karaf.distro.empty.version>1.7.2-Boron-SR2</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
 
-        <config.version>0.4.0-SNAPSHOT</config.version>
-        <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-        <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+        <config.version>0.5.2-Boron-SR2</config.version>
+        <controller.mdsal.version>1.4.2-Boron-SR2</controller.mdsal.version>
+        <mdsal.model.version>0.9.2-Boron-SR2</mdsal.model.version>
+        <yangtools.version>1.0.2-Boron-SR2</yangtools.version>
     </properties>
 
     <dependencyManagement>
@@ -66,7 +86,7 @@
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
               <artifactId>mdsal-artifacts</artifactId>
-              <version>${mdsal.version}</version>
+              <version>${controller.mdsal.version}</version>
               <scope>import</scope>
               <type>pom</type>
             </dependency>