Release odlparent
[odlparent.git] / karaf / karaf-dist-static / pom.xml
index cacf2bfc610b1785e736a8b6f316393b0455f001..7d49f0d90b32d486bfdea94e101c3a9020b19c66 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>9.0.0-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../odlparent</relativePath>
     </parent>
 
     <artifactId>karaf-dist-static</artifactId>
-    <version>9.0.0-SNAPSHOT</version>
+    <version>13.0.9</version>
     <packaging>pom</packaging>
     <name>ODL :: odlparent :: ${project.artifactId}</name>
     <description>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcpkix-jdk15on</artifactId>
+                <artifactId>bcpkix-jdk18on</artifactId>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcprov-jdk15on</artifactId>
+                <artifactId>bcprov-jdk18on</artifactId>
+            </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcutil-jdk18on</artifactId>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -80,8 +84,6 @@
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
-            <!-- FIXME: why do we need this version (maven-3.6.3 defaults to 2.5.4) -->
-            <version>2.6.5</version>
         </dependency>
 
         <!-- required by controller component -->
                                 <artifactItem>
                                     <groupId>org.opendaylight.odlparent</groupId>
                                     <artifactId>karaf.branding</artifactId>
-                                    <version>9.0.0-SNAPSHOT</version>
+                                    <version>13.0.9</version>
                                     <outputDirectory>target/assembly/lib</outputDirectory>
-                                    <destFileName>karaf.branding-9.0.0-SNAPSHOT.jar</destFileName>
+                                    <destFileName>karaf.branding-13.0.9.jar</destFileName>
                                 </artifactItem>
                             </artifactItems>
                             <silent>true</silent>
                 <configuration>
                     <startupBundles>
                         <!-- FIXME: we want to generate these versions somehow -->
-                        <bundle>mvn:org.apache.felix/org.apache.felix.cm.json/1.0.2</bundle>
-                        <bundle>mvn:org.apache.felix/org.apache.felix.converter/1.0.14</bundle>
-                        <bundle>mvn:org.apache.felix/org.apache.felix.fileinstall/3.6.8</bundle>
-                        <bundle>mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.6</bundle>
-                        <bundle>mvn:org.ops4j.pax.url/pax-url-aether/2.6.5</bundle>
+                        <bundle>mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6</bundle>
+                        <bundle>mvn:org.apache.felix/org.apache.felix.converter/1.0.18</bundle>
+                        <bundle>mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4</bundle>
+                        <bundle>mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.14</bundle>
+                        <bundle>mvn:org.ops4j.pax.url/pax-url-aether/2.6.12</bundle>
 
-                        <bundle>mvn:org.opendaylight.odlparent/bcprov-framework-ext/9.0.0-SNAPSHOT</bundle>
-                        <bundle>mvn:org.opendaylight.odlparent/bcpkix-framework-ext/9.0.0-SNAPSHOT</bundle>
+                        <bundle>mvn:org.opendaylight.odlparent/bcprov-framework-ext/13.0.9</bundle>
+                        <bundle>mvn:org.opendaylight.odlparent/bcpkix-framework-ext/13.0.9</bundle>
+                        <bundle>mvn:org.opendaylight.odlparent/bcutil-framework-ext/13.0.9</bundle>
+                        <bundle>mvn:org.opendaylight.odlparent/logging-markers/13.0.9</bundle>
                     </startupBundles>
                     <startupFeatures>
                         <feature>static-framework</feature>