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 2013/09/24 15:44:53 UTC

svn commit: r1525887 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Tue Sep 24 13:44:53 2013
New Revision: 1525887

URL: http://svn.apache.org/r1525887
Log:
no jira - update issue-fixed version generator to current version

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1525887&r1=1525886&r2=1525887&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Tue Sep 24 13:44:53 2013
@@ -166,7 +166,7 @@
           Jira release category(ies) 
           We specify something here, because if accidentally left blank, it 
           generates a giant request for all changes -->
-    <jiraVersion>12324673</jiraVersion>  <!-- for parent-pom-5 change for each release -->
+    <jiraVersion>12324767</jiraVersion>  <!-- for parent-pom-7 change for each release -->
     <uimaBuildResourcesVersion>5</uimaBuildResourcesVersion>
     <uimaWebsiteUrl>http://uima.apache.org</uimaWebsiteUrl>
     <uimaWebsiteDistributionUrl>scp://people.apache.org/www/uima.apache.org/</uimaWebsiteDistributionUrl>
@@ -1337,6 +1337,14 @@ Copyright (c) 2003, 2006 IBM Corporation
         </file>
       </activation>
       <build>
+        <!-- The final name is typically overridden in the individual project
+             to follow the Eclipse naming rules.  Rather than just the artifactId,
+             Eclipse wants this name to be the same as the Bundle-SymbolicName,
+             which typically starts with org.apache.uima, and isn't the same as
+             the artifact name.
+             examples:
+                uimaj-ep-jcasgen    -     org.apache.uima.jcas.jcasgenp
+                uimaj-ep-configurator -   org.apache.uima.desceditor     -->
         <finalName>${project.artifactId}_${parsedVersion.osgiVersion}</finalName>         
                 
         <!-- resources are "merged" -->