You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by og...@apache.org on 2011/03/25 11:58:41 UTC

svn commit: r1085317 - /incubator/stanbol/trunk/frameworkfragment/pom.xml

Author: ogrisel
Date: Fri Mar 25 10:58:41 2011
New Revision: 1085317

URL: http://svn.apache.org/viewvc?rev=1085317&view=rev
Log:
temporary fix for the frameworkfragment OSGi deployment

Modified:
    incubator/stanbol/trunk/frameworkfragment/pom.xml

Modified: incubator/stanbol/trunk/frameworkfragment/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/frameworkfragment/pom.xml?rev=1085317&r1=1085316&r2=1085317&view=diff
==============================================================================
--- incubator/stanbol/trunk/frameworkfragment/pom.xml (original)
+++ incubator/stanbol/trunk/frameworkfragment/pom.xml Fri Mar 25 10:58:41 2011
@@ -12,7 +12,15 @@
   <artifactId>org.apache.stanbol.frameworkfragment</artifactId>
   <packaging>jar</packaging>
   <name>Apache Stanbol Default Framework Fragment Bundle</name>
-  <version>${stanbol-version}</version>
+
+  <!-- XXX: the version number is intentionnally not stanbol-version since the
+  groovy script converting it into a bundle version number is not good enough to
+  insert the required but missing third numercial element
+
+  Also: version numbers should also be updated to handle the -incubating suffix
+  at some point (before the first release).
+  -->
+  <version>0.9.0-SNAPSHOT</version>
 
   <description>
     Fragment bundle that causes additional packages from the JVM
@@ -37,6 +45,8 @@
               <properties>
                 <rawVersion>${project.version}</rawVersion>
               </properties>
+              <!-- TODO: make it possible to insert a '.0' if there are only two
+              numerical element in the maven version -->
               <source>
                 // Convert POM version to valid OSGi version identifier
                 project.properties['osgi.version'] =