Bump versions to 14.0.3-SNAPSHOT
[mdsal.git] / binding / binding-parent / pom.xml
index 7afafb86556057d3451596ef15c03126fb4ce744..11524e66ba3290fa78742a142dfc9fb326eccec0 100644 (file)
 <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">
 
     <parent>
-        <groupId>org.opendaylight.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>11.0.5-SNAPSHOT</version>
-        <relativePath>../../dom/dom-parent</relativePath>
+        <groupId>org.opendaylight.yangtools</groupId>
+        <artifactId>binding-bundle-parent</artifactId>
+        <version>14.0.4</version>
+        <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
     <packaging>pom</packaging>
+    <version>14.0.3-SNAPSHOT</version>
 
-    <build>
-        <!-- https://bugs.opendaylight.org/show_bug.cgi?id=6252 -->
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-            <resource>
-                <directory>${project.build.directory}/generated-sources/spi</directory>
-            </resource>
-            <resource>
-                <directory>${project.build.directory}/generated-sources/yang</directory>
-            </resource>
-        </resources>
-    </build>
+    <properties>
+        <spotbugs.onlyAnalyze>!org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.-</spotbugs.onlyAnalyze>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
 
-    <profiles>
-        <profile>
-            <activation>
-                <file>
-                    <exists>src/main/yang</exists>
-                </file>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.mdsal</groupId>
-                    <artifactId>yang-binding</artifactId>
-                </dependency>
-            </dependencies>
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.opendaylight.yangtools</groupId>
-                            <artifactId>yang-maven-plugin</artifactId>
-                            <version>10.0.2</version>
-                            <dependencies>
-                                <dependency>
-                                    <groupId>org.opendaylight.mdsal</groupId>
-                                    <artifactId>mdsal-binding-java-api-generator</artifactId>
-                                    <version>11.0.5-SNAPSHOT</version>
-                                </dependency>
-                            </dependencies>
-                            <executions>
-                                <execution>
-                                    <id>binding</id>
-                                    <goals>
-                                        <goal>generate-sources</goal>
-                                    </goals>
-                                    <configuration>
-                                        <inspectDependencies>true</inspectDependencies>
-                                    </configuration>
-                                </execution>
-                            </executions>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-                <plugins>
-                    <plugin>
-                        <groupId>org.opendaylight.yangtools</groupId>
-                        <artifactId>yang-maven-plugin</artifactId>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>build-helper-maven-plugin</artifactId>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>bnd-parent</artifactId>
+                <version>14.0.3-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/mdsal.git</developerConnection>
+        <tag>HEAD</tag>
+        <url>https://wiki.opendaylight.org/display/ODL/MD-SAL</url>
+    </scm>
 </project>