Author: rwesten
Date: Mon Nov 10 13:50:30 2014
New Revision: 1637856

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

Modified:
    stanbol/branches/release-0.12/launchers/full/pom.xml
    stanbol/branches/release-0.12/launchers/stable/pom.xml

Modified: stanbol/branches/release-0.12/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/full/pom.xml?rev=1637856&r1=1637855&r2=1637856&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full/pom.xml Mon Nov 10 13:50:30 
2014
@@ -80,16 +80,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/branches/release-0.12/launchers/stable/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/stable/pom.xml?rev=1637856&r1=1637855&r2=1637856&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/stable/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/stable/pom.xml Mon Nov 10 13:50:30 
2014
@@ -81,16 +81,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