You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/02/27 21:55:47 UTC

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

Author: alally
Date: Tue Feb 27 12:55:46 2007
New Revision: 512395

URL: http://svn.apache.org/viewvc?view=rev&rev=512395
Log:
Update version number to 2.2-SNAPSHOT
UIMA-309: https://issues.apache.org/jira/browse/UIMA-309

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?view=diff&rev=512395&r1=512394&r2=512395
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-debug/META-INF/MANIFEST.MF Tue Feb 27 12:55:46 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.1.0.incubating
+Bundle-Version: 2.2.0.incubating-SNAPSHOT
 Bundle-ClassPath: uima-ep-debug.jar
 Bundle-Activator: org.apache.uima.ep_debug.DebugPlugin
 Bundle-Localization: plugin

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?view=diff&rev=512395&r1=512394&r2=512395
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-debug/pom.xml Tue Feb 27 12:55:46 2007
@@ -24,13 +24,13 @@
 	<groupId>org.apache.uima</groupId>
 	<artifactId>uimaj-ep-debug</artifactId>
 	<packaging>jar</packaging>
-	<version>2.1.0-incubating</version>
+	<version>2.2-incubating-SNAPSHOT</version>
 	<name>Apache UIMA Debug Eclipse Plugin</name>
 	<url>http://incubator.apache.org/uima</url>
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimaj</artifactId>
-		<version>2.1.0-incubating</version>
+		<version>2.2-incubating-SNAPSHOT</version>
 	</parent>
 	<dependencies>
 		<dependency>
@@ -71,7 +71,7 @@
 								<descriptor>
 									src/main/assembly/assemble-plugin.xml</descriptor>
 							</descriptors>
-							<finalName>org.apache.uima.debug.2.1.0.incubating</finalName>
+							<finalName>org.apache.uima.debug.2.2.0.incubating-SNAPSHOT</finalName>
 							<appendAssemblyId>false</appendAssemblyId>
 						</configuration>
 					</execution>