Bump odlparent-3.0.2-SNAPSHOT to 3.0.2 25/66625/3
authorTom Pantelis <tompantelis@gmail.com>
Tue, 19 Dec 2017 21:47:14 +0000 (16:47 -0500)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 15 Jan 2018 23:46:05 +0000 (18:46 -0500)
Bump to yangtools-2.0.0 and odlparent-3.0.2

Change-Id: I88e82f3c6c9030051f367cd95d6559ad078f78aa
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
features-packetcable-policy/features4-packetcable-policy/pom.xml
features-packetcable-policy/odl-packetcable-policy-model/pom.xml
features-packetcable-policy/odl-packetcable-policy-server-all/pom.xml
features-packetcable-policy/odl-packetcable-policy-server/pom.xml
features-packetcable-policy/pom.xml
packetcable-driver/pom.xml
packetcable-policy-karaf/pom.xml
pom.xml

index 1ad7b30e380b2181c35750bae4f0be426c3143fd..e2be200488e64d54bb3b5fe2606c6fd66984c962 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
     
index 2b91b9cc3459cda98905b832f961b3848cb1964b..8e271cf2dd8855bf066d2cbd6797ef59ca77865d 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
index 7347190d242614fc931f4abcc75a577b60a52233..52c90a03b83a429c33f7e5829395a00c53c9fdf3 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
index 51f9311242537050e4833d8bbba020dd6b77a0be..c59e6794150181891125c61a655cbfb9b0ec80cb 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
index 3c93d36fe3edca713d9e5f44cee0411154983ec7..6fda7ed9cbfeda6189105cb77a862076f3486d77 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath />
     </parent>
     <artifactId>features-packetcable-policy-aggregator</artifactId>
index 9c218b16284e432171591029ec2ac3e832ed9a13..28627bc424b20f82fd78e4e9eaa0b3fb86f0a49f 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <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.packetcable</groupId>
-               <artifactId>packetcable</artifactId>
-               <version>1.7.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>packetcable-driver</artifactId>
-       <packaging>bundle</packaging>
-
-       <description>
+    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.packetcable</groupId>
+        <artifactId>packetcable</artifactId>
+        <version>1.7.0-SNAPSHOT</version>
+        <relativePath>..</relativePath>
+    </parent>
+    <artifactId>packetcable-driver</artifactId>
+    <packaging>bundle</packaging>
+
+    <description>
         A lightweight implementation of PCMM COPS PDP client
     </description>
 
-       <url></url>
-       <inceptionYear>2013</inceptionYear>
-
-       <licenses>
-               <license>
-               </license>
-       </licenses>
-
-       <mailingLists>
-               <mailingList>
-               </mailingList>
-       </mailingLists>
-
-       <developers>
-               <developer>
-               </developer>
-       </developers>
-
-       <contributors>
-               <contributor>
-               </contributor>
-       </contributors>
-
-       <scm>
-               <connection></connection>
-               <developerConnection></developerConnection>
-               <url></url>
-       </scm>
-
-       <issueManagement>
-               <system></system>
-               <url></url>
-       </issueManagement>
-
-       <properties>
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <yangtools.version>1.2.0</yangtools.version>
-               <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-               <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
-               <nexus.repository.release>opendaylight.release</nexus.repository.release>
-       </properties>
-
-       <dependencies>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <scope>test</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>com.google.guava</groupId>
-                       <artifactId>guava</artifactId>
-               </dependency>
-       </dependencies>
-
-       <modules></modules>
-
-       <build>
-               <directory>${project.basedir}/target</directory>
-               <outputDirectory>${project.build.directory}/classes</outputDirectory>
-               <finalName>${project.artifactId}-${project.version}</finalName>
-               <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>
-               <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
-               <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
-               <resources>
-                       <resource>
-                               <directory>${project.basedir}/src/main/resources</directory>
-                       </resource>
-               </resources>
-               <testResources>
-                       <testResource>
-                               <directory>${project.basedir}/src/test/resources</directory>
-                       </testResource>
-               </testResources>
-               <plugins>
-
-               <plugin>
+    <url></url>
+    <inceptionYear>2013</inceptionYear>
+
+    <licenses>
+        <license>
+        </license>
+    </licenses>
+
+    <mailingLists>
+        <mailingList>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+        </developer>
+    </developers>
+
+    <contributors>
+        <contributor>
+        </contributor>
+    </contributors>
+
+    <scm>
+        <connection></connection>
+        <developerConnection></developerConnection>
+        <url></url>
+    </scm>
+
+    <issueManagement>
+        <system></system>
+        <url></url>
+    </issueManagement>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <yangtools.version>2.0.0</yangtools.version>
+        <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
+        <nexus.repository.snapshot>opendaylight.snapshot</nexus.repository.snapshot>
+        <nexus.repository.release>opendaylight.release</nexus.repository.release>
+        <maven.javadoc.skip>true</maven.javadoc.skip>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+    </dependencies>
+
+    <modules></modules>
+
+    <build>
+        <directory>${project.basedir}/target</directory>
+        <outputDirectory>${project.build.directory}/classes</outputDirectory>
+        <finalName>${project.artifactId}-${project.version}</finalName>
+        <testOutputDirectory>${project.build.directory}/test-classes</testOutputDirectory>
+        <sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
+        <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
+        <resources>
+            <resource>
+                <directory>${project.basedir}/src/main/resources</directory>
+            </resource>
+        </resources>
+        <testResources>
+            <testResource>
+                <directory>${project.basedir}/src/test/resources</directory>
+            </testResource>
+        </testResources>
+        <plugins>
+
+        <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>${checkstyle.version}</version>
           <dependencies>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>${odl.checkstyle.version}</version>
+              <version>3.0.2</version>
             </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
               <artifactId>odl-license</artifactId>
-              <version>2.0.5</version>
+              <version>3.0.2</version>
             </dependency>
           </dependencies>
+
           <executions>
             <execution>
               <id>check-license</id>
           </executions>
         </plugin>
 
-                       <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>
-                               <configuration>
-                                       <source>1.7</source>
-                                       <target>1.7</target>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+            <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>
+                <configuration>
+                    <source>1.7</source>
+                    <target>1.7</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
   <profiles>
     <!-- Disable Java 8 linter since umu/cops fails it -->
index 950f27f3431bbcecc604fa4db42dac146cccb9cb..73a963f65f497f716ca96b3ddbd4f0ae5286d8d8 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf4-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath />
     </parent>
     <artifactId>packetcable-policy-karaf</artifactId>
diff --git a/pom.xml b/pom.xml
index efe44b882ca02bbb7a790dc59a58db6362c4cbff..d9b7825cdc360173a4d0a3d256f554b75282d7ea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>2.0.5</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.packetcable</groupId>