Release odlparent
[odlparent.git] / karaf / bcpkix-framework-ext / pom.xml
index e1d4211537de5802364fd35caf623c2f88dd94e3..894382e948b3273aa83a14304d2e71a26d84687c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.8-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
@@ -25,7 +25,7 @@
     <dependencies>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpkix-jdk15on</artifactId>
+            <artifactId>bcpkix-jdk18on</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>
@@ -44,7 +44,8 @@
                         </goals>
                         <configuration>
                             <includes>**/MANIFEST.MF</includes>
-                            <includeArtifactIds>bcpkix-jdk15on</includeArtifactIds>
+                            <includeArtifactIds>bcpkix-jdk18on</includeArtifactIds>
+                            <silent>true</silent>
                         </configuration>
                     </execution>
                 </executions>