You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/09/18 15:31:35 UTC

svn commit: r576904 - in /incubator/uima/uimaj/trunk/uimaj-ep-debug: META-INF/MANIFEST.MF pom.xml

Author: twgoetz
Date: Tue Sep 18 06:31:34 2007
New Revision: 576904

URL: http://svn.apache.org/viewvc?rev=576904&view=rev
Log:
Jira UIMA-576: update version number in POMs etc.

https://issues.apache.org/jira/browse/UIMA-576

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF
    incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF?rev=576904&r1=576903&r2=576904&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF Tue Sep 18 06:31:34 2007
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0
 Bundle-Name: Apache UIMA Debugging for Eclipse
 Bundle-SymbolicName: org.apache.uima.debug; singleton=true
-Bundle-Version: 2.2.0.incubating
+Bundle-Version: 2.3.0.incubating
 Bundle-ClassPath: uima-ep-debug.jar
 Bundle-Activator: org.apache.uima.ep_debug.DebugPlugin
 Bundle-Vendor: The Apache Software Foundation

Modified: incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=576904&r1=576903&r2=576904&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml Tue Sep 18 06:31:34 2007
@@ -24,7 +24,7 @@
 	<groupId>org.apache.uima</groupId>
 	<artifactId>uimaj-ep-debug</artifactId>
 	<packaging>jar</packaging>
-	<version>2.2.0.incubating</version>
+	<version>2.3.0.incubating</version>
 	<name>Apache UIMA Debug Eclipse Plugin</name>
 	<url>http://incubator.apache.org/uima</url>
 	<licenses>
@@ -82,7 +82,7 @@
 									src/main/assembly/assemble-plugin.xml</descriptor>
 							</descriptors>
 							<finalName>
-								org.apache.uima.debug_2.2.0.incubating</finalName>
+								org.apache.uima.debug_2.3.0.incubating</finalName>
 							<appendAssemblyId>false</appendAssemblyId>
 						</configuration>
 					</execution>