Bump versions to 4.0.11-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index 9227137d42ce8a9aefda37e0efd8bae06cadf646..8079aed710f67ad439be46112cf569713024c22a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>4.0.11-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.mdsal.dom.spi</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>