Author: schor
Date: Sun Sep 26 07:45:50 2010
New Revision: 1001382

URL: http://svn.apache.org/viewvc?rev=1001382&view=rev
Log:
[UIMA-1882] trying hardcoding of uimaDependenciesVersion property - release 
plugin couldn't handle ${project.version} as the value

Modified:
    uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
    uima/uimaj/trunk/uimaj-ep-debug/pom.xml
    uima/uimaj/trunk/uimaj-ep-runtime/pom.xml

Modified: uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator/pom.xml?rev=1001382&r1=1001381&r2=1001382&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-configurator/pom.xml Sun Sep 26 07:45:50 2010
@@ -60,7 +60,7 @@
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependenciesVersion>${project.version}</uimaDependenciesVersion>
+    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>
   </properties>
   
   <dependencies>

Modified: uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=1001382&r1=1001381&r2=1001382&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-debug/pom.xml Sun Sep 26 07:45:50 2010
@@ -61,7 +61,7 @@ UIMA data structures to the Eclipse Debu
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependenciesVersion>${project.version}</uimaDependenciesVersion>
+    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>
   </properties>
   
        <dependencies>

Modified: uima/uimaj/trunk/uimaj-ep-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime/pom.xml?rev=1001382&r1=1001381&r2=1001382&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-runtime/pom.xml Sun Sep 26 07:45:50 2010
@@ -60,7 +60,7 @@
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependenciesVersion>${project.version}</uimaDependenciesVersion>
+    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>
   </properties>
   
   <!-- These dependencies should just be all the jars that


Reply via email to