You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/13 19:30:49 UTC

svn commit: r824851 - /incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Author: schor
Date: Tue Oct 13 17:30:48 2009
New Revision: 824851

URL: http://svn.apache.org/viewvc?rev=824851&view=rev
Log:
UIMA-1613 fix wrong assembly name for uima base

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=824851&r1=824850&r2=824851&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Tue Oct 13 17:30:48 2009
@@ -35,7 +35,7 @@
   
   <properties>
     <!-- property used in multiple places in distr-superPom -->
-    <assemblyFinalName>uima-as-${uimaj-release-version}</assemblyFinalName>  
+    <assemblyFinalName>uimaj-${uimaj-release-version}</assemblyFinalName>  
   </properties>  
   
   <!-- dependencies that go into the various builds via dependency-sets -->