Author: schor
Date: Thu Apr 22 19:50:48 2010
New Revision: 937036

URL: http://svn.apache.org/viewvc?rev=937036&view=rev
Log:
[1756] change parent to pick up ibm-notice version, factor groupId, change 
version to use ".SNAPSHOT" from -SNAPSHOT (hope this works...), fix 
uimaScmProject property, make finalName more generic using property

Modified:
    uima/uimaj/branches/mavenAlign/uimaj-ep-configurator/pom.xml

Modified: uima/uimaj/branches/mavenAlign/uimaj-ep-configurator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/branches/mavenAlign/uimaj-ep-configurator/pom.xml?rev=937036&r1=937035&r2=937036&view=diff
==============================================================================
--- uima/uimaj/branches/mavenAlign/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/branches/mavenAlign/uimaj-ep-configurator/pom.xml Thu Apr 22 
19:50:48 2010
@@ -24,16 +24,18 @@
 
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>parent-pom-uimaj-eclipse-plugins</artifactId>
+    <artifactId>parent-pom-uimaj-eclipse-plugins-ibm-notice</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-ep-configurator</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
-  <packaging>bundle</packaging>
-  
-  <name>Apache UIMA Configurator Eclipse Plugin</name>
+  <version>2.3.1.SNAPSHOT</version>
+  <packaging>bundle</packaging>  
+  <name>UIMA Eclipse: ${artifactId}: Descriptor Editor</name>
+  <description>A frame-based editor for most of the UIMA XML 
+    descriptors</description>
+  <url>${uimaWebsiteUrl}</url>
+
   <!-- Special inheritance note
        even though the <scm> element that follows is exactly the 
        same as those in super poms, it cannot be inherited because 
@@ -56,8 +58,8 @@
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
-    <uimaScmProject>jvinci</uimaScmProject>
-    <uimaDependenciesVersion>2.3.0-incubating</uimaDependenciesVersion>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>
   </properties>
   
   <dependencies>
@@ -79,14 +81,14 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-core</artifactId>
-      <version>2.3.0-incubating</version>
+      <version>${uimaDependenciesVersion}</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-tools</artifactId>
-      <version>2.3.0-incubating</version>
+      <version>${uimaDependenciesVersion}</version>
       <!-- must be provided to get pax:eclipse to work, but
            must be compile to get eclipse:eclipse to include
            them as Referenced Libraries -->
@@ -96,7 +98,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-jcasgen</artifactId>
-      <version>2.3.0.incubating</version>
+      <version>2.3.1.SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
@@ -220,7 +222,7 @@
 
   <build>
 
-    <finalName>org.apache.uima.desceditor_2.3.1-SNAPSHOT</finalName>
+    <finalName>org.apache.uima.desceditor_${version}</finalName>
 
     <plugins>
 


Reply via email to