You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/09/19 18:54:27 UTC

svn commit: r1524792 - /uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Author: cwiklik
Date: Thu Sep 19 16:54:27 2013
New Revision: 1524792

URL: http://svn.apache.org/r1524792
Log:
UIMA-3257 prepare for 2.4.2 release

Modified:
    uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Modified: uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml?rev=1524792&r1=1524791&r2=1524792&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml Thu Sep 19 16:54:27 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.2-SNAPSHOT</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
   <packaging>jar</packaging>
-  <version>2.4.1-SNAPSHOT</version>
+  <version>2.4.2-SNAPSHOT</version>
   <name>Apache UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Bundles the uima-as runtime parts needed for the deploy editor extension to the CDE, as a fragment on top of the main uima runtime</description>
   <url>${uimaWebsiteUrl}</url>
@@ -102,7 +102,7 @@
             <!-- Uncomment Line below for the actual release -->
             <!-- Fragment-Host>org.apache.uima.runtime;bundle-version="${parsedVersion.osgiVersion}"</Fragment-Host -->
             <!-- Remove below line for the actual release -->
-            <Fragment-Host>org.apache.uima.runtime;bundle-version="2.4.1.SNAPSHOT"</Fragment-Host>
+            <Fragment-Host>org.apache.uima.runtime;bundle-version="2.4.2"</Fragment-Host>
           </instructions>
         </configuration>
       </plugin>