[maven-release-plugin] prepare release openflow-protocol-parent-0.3
[openflowjava.git] / openflow-protocol-spi / pom.xml
index 61b6143ae0f5a1f61d019babf528cd94ef419b2d..815b552e90d2730eb9139855e54fb0bcf20d1e9b 100644 (file)
@@ -1,19 +1,24 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.openflow</groupId>
+        <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.3</version>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
-       <name>Openflow Protocol Library SPI</name>
-       
+    <packaging>bundle</packaging>
+    
+    <name>Openflow Protocol Library - SPI</name>
+    <scm>
+        <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
+      <tag>openflow-protocol-parent-0.3</tag>
+  </scm>
+    
     <dependencies>
        <dependency>
-           <groupId>org.opendaylight.openflow</groupId>
+           <groupId>${project.groupId}</groupId>
             <artifactId>openflow-protocol-api</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>