Author: schor
Date: Tue Jun 18 22:40:27 2013
New Revision: 1494353

URL: http://svn.apache.org/r1494353
Log:
[UIMA-3008] add a parent that sets plugin versions and Java 5 source levels to 
avoid errors due to annotations not being supported in earlier versions of Java 
- happening on some platforms with no parent set.  Also fix artifact name of 
classpath test to be classpath.

Modified:
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/classpath/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/pom.xml
    uima/uimaj/trunk/jcasgen-maven-plugin/src/it/simple/pom.xml

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/src/it/classpath/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/classpath/pom.xml?rev=1494353&r1=1494352&r2=1494353&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/classpath/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/classpath/pom.xml Tue Jun 18 
22:40:27 2013
@@ -19,8 +19,16 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>4</version>
+    <relativePath />
+  </parent>
+
        <groupId>test</groupId>
-       <artifactId>simple</artifactId>
+       <artifactId>classpath</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <build>
                <plugins>

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml?rev=1494353&r1=1494352&r2=1494353&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml Tue Jun 18 
22:40:27 2013
@@ -21,6 +21,14 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
        xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
        <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>4</version>
+    <relativePath />
+  </parent>
+
        <groupId>org.apache.uima</groupId>
        <artifactId>org.apache.uima.tools.jcasgen.maven.tests.m2e</artifactId>
        <version>0.9.2-SNAPSHOT</version>

Modified: 
uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml?rev=1494353&r1=1494352&r2=1494353&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml 
(original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref1/pom.xml 
Tue Jun 18 22:40:27 2013
@@ -19,6 +19,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>4</version>
+    <relativePath />
+  </parent>
+
        <groupId>test</groupId>
        <artifactId>crossref1</artifactId>
        <version>1.0.0-SNAPSHOT</version>

Modified: 
uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml?rev=1494353&r1=1494352&r2=1494353&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml 
(original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/crossref2/pom.xml 
Tue Jun 18 22:40:27 2013
@@ -19,6 +19,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>4</version>
+    <relativePath />
+  </parent>
+
        <groupId>test</groupId>
        <artifactId>crossref2</artifactId>
        <version>1.0.0-SNAPSHOT</version>

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/pom.xml?rev=1494353&r1=1494352&r2=1494353&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/multimodule/pom.xml Tue Jun 18 
22:40:27 2013
@@ -19,6 +19,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>4</version>
+    <relativePath />
+  </parent>
+
        <groupId>test</groupId>
        <artifactId>multimodule</artifactId>
        <version>1.0.0-SNAPSHOT</version>

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/src/it/simple/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/simple/pom.xml?rev=1494353&r1=1494352&r2=1494353&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/simple/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/simple/pom.xml Tue Jun 18 
22:40:27 2013
@@ -19,6 +19,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>parent-pom</artifactId>
+    <version>4</version>
+    <relativePath />
+  </parent>
+
        <groupId>test</groupId>
        <artifactId>simple</artifactId>
        <version>1.0.0-SNAPSHOT</version>


Reply via email to