Bump versions by x.y.(z+1)
[netconf.git] / restconf / sal-restconf-broker / pom.xml
index eecaa0acdabf762e1a8fc905b28133236994c4f7..0c5b1bc0518348c9d71c98898a10ab4d07e26320 100644 (file)
@@ -4,8 +4,10 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.8.4-SNAPSHOT</version>
+    <relativePath>../restconf-parent</relativePath>
   </parent>
+
   <artifactId>sal-restconf-broker</artifactId>
   <packaging>bundle</packaging>
   <dependencies>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-binding-config</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-util</artifactId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-            <Import-Package>*</Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+
   <scm>
     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>