Incrementing versions by 0.1.0 for post-lithium master branch
[packetcable.git] / packetcable-driver / pom.xml
index 00b09e4dfea3e1d258f9092b3bad3da9cbdd377b..d40faae011196a3924e5e013e2e58e7959818c9f 100644 (file)
@@ -4,13 +4,13 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>org.opendaylight.controller.packetcable</groupId>
-               <artifactId>packetcable-plugin</artifactId>
-               <version>1.1-SNAPSHOT</version>
+               <groupId>org.opendaylight.packetcable</groupId>
+               <artifactId>packetcable</artifactId>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
        <artifactId>packetcable-driver</artifactId>
        <packaging>bundle</packaging>
-       
+
        <description>
         A lightweight implementation of PCMM COPS PDP client
     </description>
@@ -51,7 +51,7 @@
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
+               <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
                <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
                <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
                <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.11</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-core</artifactId>
-                       <version>1.0.9</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-classic</artifactId>
-                       <version>1.0.9</version>
                </dependency>
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
-                       <version>13.0.1</version>
-               </dependency>
-               <dependency>
-                       <groupId>javax.sip</groupId>
-                       <artifactId>jain-sip-ri</artifactId>
-                       <version>1.2.158</version>
-               </dependency>
-               <dependency>
-                       <groupId>commons-primitives</groupId>
-                       <artifactId>commons-primitives</artifactId>
-                       <version>20041207.202534</version>
                </dependency>
        </dependencies>
 
                        </testResource>
                </testResources>
                <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Export-Package>org.pcmm*, org.umu.cops*</Export-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <artifactId>maven-compiler-plugin</artifactId>
-                               <version>3.0</version>
                                <configuration>
                                        <source>1.7</source>
                                        <target>1.7</target>