Changing group id according to jenkins merge rules.
[openflowjava.git] / openflow-protocol-impl / pom.xml
index 41e99deb10341e4b16b247d659c53f57029c6309..6f0f89a63122dd3a29e2d2c9d20c6ab554d1bf7e 100644 (file)
@@ -2,7 +2,7 @@
          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>
     
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.openflow</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>openflow-protocol-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.openflow</groupId>
+            <groupId>${project.groupId}</groupId>
             <artifactId>openflow-protocol-spi</artifactId>
             <version>${project.version}</version>
         </dependency>