Bump versions by x.y.(z+1)
[controller.git] / opendaylight / md-sal / mdsal-trace / binding-impl / pom.xml
index c390b5f7a8cbbcef857aaa56defec173df6473e2..ed621d092c1850f4a556701c4e31f1043d676325 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.2-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>mdsal-trace-binding-impl</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
@@ -39,7 +39,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>test</scope>
     </dependency>
   </dependencies>
-    <build>
+
+  <build>
     <plugins>
         <plugin>
             <groupId>org.apache.felix</groupId>
@@ -49,23 +50,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <instructions>
                     <Import-Package>
                       org.opendaylight.controller.md.sal.trace.api,
-                      org.opendaylight.mdsal.binding.generator.api,
                       org.opendaylight.controller.md.sal.dom.api,
                       org.opendaylight.controller.md.sal.binding.api,
-                      org.opendaylight.controller.md.sal.binding.impl,
-                      org.opendaylight.controller.sal.core.api.model,
+                      org.opendaylight.controller.md.sal.binding.spi,
                       *
                     </Import-Package>
                 </instructions>
             </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <configuration>
-            <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          </configuration>
-        </plugin>
     </plugins>
-    </build>
+  </build>
 </project>