Incrementing versions by 0.1.0 for post-Helium master branch
[l2switch.git] / addresstracker / model / pom.xml
index 2e4f0fabacf31bf7140e3cda6dadf5ba328e4ec9..4f0d7d3c8014bacd7401f536c5ab8960fed73bd7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.l2switch</groupId>
     <artifactId>l2switch-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
   <groupId>org.opendaylight.l2switch.addresstracker</groupId>
       <groupId>org.opendaylight.yangtools.model</groupId>
       <artifactId>ietf-yang-types</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.l2switch.packethandler</groupId>
+      <artifactId>packethandler-model</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 
   <build>
         </configuration>
       </plugin>
     </plugins>
-    <pluginManagement>
-        <plugins>
-            <!--add generated source folders as source folders in eclipse -->
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.8</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <sources>
-                                <source>src/main/yang</source>
-                                <source>${codeGeneratorPath}</source>
-                                <source>${jmxGeneratorPath}</source>
-                                <source>${salGeneratorPath}</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </pluginManagement>
   </build>
 
 </project>