Author: rwesten
Date: Mon Nov 10 13:51:03 2014
New Revision: 1637857

URL: http://svn.apache.org/r1637857
Log:
STANBOL-1402: based on the fining of this issue the version numbers of the 
jarWebSupport bunles are now explicitly defined

Modified:
    stanbol/trunk/launchers/full/pom.xml
    stanbol/trunk/launchers/mini/pom.xml
    stanbol/trunk/launchers/stable/pom.xml

Modified: stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1637857&r1=1637856&r2=1637857&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Mon Nov 10 13:51:03 2014
@@ -82,16 +82,22 @@
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.jetty</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>2.3.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.api</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>2.3.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.servlet-api</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>1.0.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                 </bundles>

Modified: stanbol/trunk/launchers/mini/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/pom.xml?rev=1637857&r1=1637856&r2=1637857&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/pom.xml (original)
+++ stanbol/trunk/launchers/mini/pom.xml Mon Nov 10 13:51:03 2014
@@ -84,16 +84,22 @@
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.jetty</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>2.3.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.api</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>2.3.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.servlet-api</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>1.0.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                 </bundles>

Modified: stanbol/trunk/launchers/stable/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1637857&r1=1637856&r2=1637857&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Mon Nov 10 13:51:03 2014
@@ -82,16 +82,22 @@
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.jetty</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>2.3.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.api</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>2.3.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                   <bundle>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>org.apache.felix.http.servlet-api</artifactId>
+                    <!-- explicit version is required (STANBOL-1402) -->
+                    <version>1.0.0</version>
                     <startLevel>3</startLevel>
                   </bundle>
                 </bundles>


Reply via email to