Changing group id according to jenkins merge rules.
[openflowjava.git] / openflow-protocol-spi / pom.xml
index e01cd9a61dd9fa662c46c2ac14b5457ac7423ca8..78996e7c6a4af33948c3fac77b0d1b56b81cddd2 100644 (file)
@@ -2,18 +2,18 @@
     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>
     </parent>
     <artifactId>openflow-protocol-spi</artifactId>
-    <packaging>pom</packaging>
-
+       <name>Openflow Protocol Library SPI</name>
+       
     <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>