Bump versions to 6.0.3-SNAPSHOT
[yangtools.git] / common / concepts / pom.xml
index c702ae1e51a7d31e481dc5239f2c55dc84caaf60..d2f943c7cbe5b6413f5573b10745500fddcc631d 100644 (file)
@@ -8,34 +8,27 @@
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 <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">
-
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yangtools-parent</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
-        <relativePath>/../../common/parent/pom.xml</relativePath>
+        <artifactId>bundle-parent</artifactId>
+        <version>6.0.3-SNAPHOST</version>
+        <relativePath>../../bundle-parent</relativePath>
     </parent>
 
-    <packaging>bundle</packaging>
-    <modelVersion>4.0.0</modelVersion>
     <artifactId>concepts</artifactId>
+    <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>Common concepts</description>
 
     <dependencies>
         <dependency>
-            <groupId>com.google.code.findbugs</groupId>
-            <artifactId>jsr305</artifactId>
-            <scope>provided</scope>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>mockito-configuration</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
 </project>