diff --git a/example-projects/ruta-ep-example-extensions/pom.xml b/example-projects/ruta-ep-example-extensions/pom.xml index 172ae19e..867c9255 100644 --- a/example-projects/ruta-ep-example-extensions/pom.xml +++ b/example-projects/ruta-ep-example-extensions/pom.xml @@ -1,142 +1,142 @@ - - - - 4.0.0 - ruta-ep-example-extensions - Apache UIMA Ruta: ${project.artifactId} - - org.apache.uima - ruta-ep-parent - 3.2.0-SNAPSHOT - ../../ruta-ep-parent/pom.xml - - - - - ${uimaWebsiteUrl} - - - org.apache.uima - ruta-core - ${project.parent.version} - compile - - - org.apache.uima - ruta-ep-ide - ${project.parent.version} - compile - - - org.apache.uima - ruta-ep-ide-ui - ${project.parent.version} - - - org.antlr - antlr-runtime - - - org.antlr - stringtemplate - - - - - ${eclipseP2RepoId} - org.eclipse.equinox.app - provided - - - ${eclipseP2RepoId} - org.eclipse.emf.ecore.xmi - provided - - - junit - junit - test - - - org.slf4j - slf4j-jdk14 - test - - - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - src/test/resources/org/apache/uima/ruta/example/extensions/*.txt - src/test/resources/org/apache/uima/ruta/example/extensions/*ruta - - - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - <_nouses>true - <_exportcontents> - org.apache.uima.ruta.example.extensions - - - org.apache.uima.runtime, - org.apache.uima.ruta.engine, - org.apache.uima.ruta.ide, - org.apache.uima.ruta.ide.ui, - org.eclipse.dltk.core;bundle-version="3.0.0" - - - - org.apache.uima.ruta.example.extensions;singleton:=true - JavaSE-1.8 - lazy - true - - registered - org.apache.uima.runtime,org.apache.uima.ruta.engine - - - - - - - - + + + + 4.0.0 + ruta-ep-example-extensions + Apache UIMA Ruta: ${project.artifactId} + + org.apache.uima + ruta-ep-parent + 3.2.0 + ../../ruta-ep-parent/pom.xml + + + + + ${uimaWebsiteUrl} + + + org.apache.uima + ruta-core + ${project.parent.version} + compile + + + org.apache.uima + ruta-ep-ide + ${project.parent.version} + compile + + + org.apache.uima + ruta-ep-ide-ui + ${project.parent.version} + + + org.antlr + antlr-runtime + + + org.antlr + stringtemplate + + + + + ${eclipseP2RepoId} + org.eclipse.equinox.app + provided + + + ${eclipseP2RepoId} + org.eclipse.emf.ecore.xmi + provided + + + junit + junit + test + + + org.slf4j + slf4j-jdk14 + test + + + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + src/test/resources/org/apache/uima/ruta/example/extensions/*.txt + src/test/resources/org/apache/uima/ruta/example/extensions/*ruta + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + <_nouses>true + <_exportcontents> + org.apache.uima.ruta.example.extensions + + + org.apache.uima.runtime, + org.apache.uima.ruta.engine, + org.apache.uima.ruta.ide, + org.apache.uima.ruta.ide.ui, + org.eclipse.dltk.core;bundle-version="3.0.0" + + + + org.apache.uima.ruta.example.extensions;singleton:=true + JavaSE-1.8 + lazy + true + + registered + org.apache.uima.runtime,org.apache.uima.ruta.engine + + + + + + + + \ No newline at end of file diff --git a/example-projects/ruta-maven-example/pom.xml b/example-projects/ruta-maven-example/pom.xml index b4ee5fb3..910c65a4 100644 --- a/example-projects/ruta-maven-example/pom.xml +++ b/example-projects/ruta-maven-example/pom.xml @@ -23,7 +23,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../../ruta-parent/pom.xml ${uimaWebsiteUrl} @@ -37,7 +37,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/pom.xml b/pom.xml index 2a009787..5e8feab8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,262 +1,262 @@ - - - - 4.0.0 - - - org.apache.uima - ruta-parent - 3.2.0-SNAPSHOT - ruta-parent/pom.xml - - - ruta - pom - Apache UIMA Ruta: ${project.artifactId} - The top project for Apache UIMA Ruta - ${uimaWebsiteUrl} - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}ruta - - - - - Jira - https://issues.apache.org/jira/browse/UIMA - - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - - org.apache.uima - ruta-basic-type - ${project.version} - - - org.apache.uima - ruta-typesystem - ${project.version} - - - org.apache.uima - ruta-core - ${project.version} - - - org.apache.uima - ruta-core-ext - ${project.version} - - - org.apache.uima - ruta-ep-addons - ${project.version} - - - org.apache.uima - ruta-ep-caseditor - ${project.version} - - - org.apache.uima - ruta-ep-engine - ${project.version} - - - org.apache.uima - ruta-ep-ide - ${project.version} - - - org.apache.uima - ruta-ep-textruler - ${project.version} - - - org.apache.uima - ruta-ep-core-ext - ${project.version} - - - org.apache.uima - ruta-maven-plugin - ${project.version} - - - - - ruta-parent - ruta-basic-type - ruta-typesystem - ruta-core - ruta-core-ext - - ruta-ep-parent - ruta-ep-engine - ruta-ep-ide - ruta-ep-ide-ui - ruta-ep-caseditor - ruta-ep-addons - ruta-ep-textruler - ruta-ep-core-ext - ruta-eclipse-feature - ruta-eclipse-update-site - - ruta-maven-plugin - ruta-maven-archetype - - ruta-docbook - - example-projects/ruta-ep-example-extensions - example-projects/ruta-maven-example - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - - - .github/**/* - - example-projects/** - ruta-basic-type/** - ruta-core/** - ruta-core-ext/** - ruta-docbook/** - ruta-eclipse-feature/** - ruta-eclipse-update-site/** - ruta-ep-addons/** - ruta-ep-caseditor/** - ruta-ep-core-ext/** - ruta-ep-engine/** - ruta-ep-ide/** - ruta-ep-ide-ui/** - ruta-ep-parent/** - ruta-ep-textruler/** - ruta-maven-archetype/** - ruta-maven-plugin/** - ruta-parent/** - ruta-typesystem/** - - - - - - - - - - - apache-release - - - - org.apache.maven.plugins - maven-antrun-plugin - false - - - install - - run - - - - - - - - - - - - - - - - - - - - - - - - ExtendSourceRelease - package - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - + + + + 4.0.0 + + + org.apache.uima + ruta-parent + 3.2.0 + ruta-parent/pom.xml + + + ruta + pom + Apache UIMA Ruta: ${project.artifactId} + The top project for Apache UIMA Ruta + ${uimaWebsiteUrl} + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}ruta + + + + + Jira + https://issues.apache.org/jira/browse/UIMA + + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + + org.apache.uima + ruta-basic-type + ${project.version} + + + org.apache.uima + ruta-typesystem + ${project.version} + + + org.apache.uima + ruta-core + ${project.version} + + + org.apache.uima + ruta-core-ext + ${project.version} + + + org.apache.uima + ruta-ep-addons + ${project.version} + + + org.apache.uima + ruta-ep-caseditor + ${project.version} + + + org.apache.uima + ruta-ep-engine + ${project.version} + + + org.apache.uima + ruta-ep-ide + ${project.version} + + + org.apache.uima + ruta-ep-textruler + ${project.version} + + + org.apache.uima + ruta-ep-core-ext + ${project.version} + + + org.apache.uima + ruta-maven-plugin + ${project.version} + + + + + ruta-parent + ruta-basic-type + ruta-typesystem + ruta-core + ruta-core-ext + + ruta-ep-parent + ruta-ep-engine + ruta-ep-ide + ruta-ep-ide-ui + ruta-ep-caseditor + ruta-ep-addons + ruta-ep-textruler + ruta-ep-core-ext + ruta-eclipse-feature + ruta-eclipse-update-site + + ruta-maven-plugin + ruta-maven-archetype + + ruta-docbook + + example-projects/ruta-ep-example-extensions + example-projects/ruta-maven-example + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + + + .github/**/* + + example-projects/** + ruta-basic-type/** + ruta-core/** + ruta-core-ext/** + ruta-docbook/** + ruta-eclipse-feature/** + ruta-eclipse-update-site/** + ruta-ep-addons/** + ruta-ep-caseditor/** + ruta-ep-core-ext/** + ruta-ep-engine/** + ruta-ep-ide/** + ruta-ep-ide-ui/** + ruta-ep-parent/** + ruta-ep-textruler/** + ruta-maven-archetype/** + ruta-maven-plugin/** + ruta-parent/** + ruta-typesystem/** + + + + + + + + + + + apache-release + + + + org.apache.maven.plugins + maven-antrun-plugin + false + + + install + + run + + + + + + + + + + + + + + + + + + + + + + + + ExtendSourceRelease + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + \ No newline at end of file diff --git a/ruta-basic-type/pom.xml b/ruta-basic-type/pom.xml index e514b8bf..e1d9f5cd 100644 --- a/ruta-basic-type/pom.xml +++ b/ruta-basic-type/pom.xml @@ -23,7 +23,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-parent/pom.xml @@ -39,7 +39,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/ruta-core-ext/pom.xml b/ruta-core-ext/pom.xml index f2c84850..adcc5fd8 100644 --- a/ruta-core-ext/pom.xml +++ b/ruta-core-ext/pom.xml @@ -28,7 +28,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-parent/pom.xml @@ -41,7 +41,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/ruta-core/pom.xml b/ruta-core/pom.xml index 5696d42a..c0b46b27 100644 --- a/ruta-core/pom.xml +++ b/ruta-core/pom.xml @@ -1,314 +1,312 @@ - - - - 4.0.0 - ruta-core - - - org.apache.uima - ruta-parent - 3.2.0-SNAPSHOT - ../ruta-parent/pom.xml - - - - ${project.artifactId} - ${uniWueNoticeText} - - - ${uimaWebsiteUrl} - The core implementation of the UIMA Ruta rule engine. - Apache UIMA Ruta: ${project.artifactId} - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - - org.apache.uima - ruta-typesystem - ${project.parent.version} - - - - org.apache.uima - uimaj-core - ${uimaVersion} - - - - org.antlr - antlr-runtime - - - org.antlr - stringtemplate - - - - - - org.htmlparser - htmlparser - - - - org.apache.commons - commons-text - - - - org.apache.commons - commons-collections4 - - - - org.apache.uima - uimaj-tools - ${uimaVersion} - - - - org.apache.uima - uimaj-test-util - ${uimaVersion} - test - - - - org.apache.commons - commons-lang3 - - - - com.github.ben-manes.caffeine - caffeine - - - - org.apache.uima - uimafit-core - - - - org.springframework - spring-aop - - - aopalliance - aopalliance - - - - - - - commons-io - commons-io - - - - - org.apache.commons - commons-math3 - - - - junit - junit - test - - - - - - - - - - - - - - - - - - - - - - org.slf4j - slf4j-jdk14 - test - - - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - src/main/antlr3/org/apache/uima/ruta/parser/RutaLexer.tokens - src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.tokens - src/test/resources/org/apache/uima/ruta/**/*.txt - src/test/resources/org/apache/uima/ruta/**/*.ruta - src/test/resources/org/apache/uima/ruta/action/*.* - src/test/resources/org/apache/uima/ruta/table2.csv - src/test/resources/org/apache/uima/ruta/resource/test_csvfile.csv - src/test/resources/org/apache/uima/ruta/engine/*.html - src/test/resources/META-INF/org.apache.uima.fit/types.txt - src/main/resources/META-INF/org.apache.uima.fit/*.txt - input/** - TypeSystem.xml - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - de.jflex - jflex-maven-plugin - [1.6.1,) - - generate - - - - - - - - - - - - - - - src/main/resources - - - - - - org.antlr - antlr3-maven-plugin - 3.5.2 - - - run antlr - generate-sources - - antlr - - - - - - - de.jflex - jflex-maven-plugin - 1.6.1 - - - - generate - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-antlr-source - generate-sources - - add-source - - - - ${basedir}/target/generated-sources/antlr3 - - - - - - add-jflex-source - generate-sources - - add-source - - - - ${basedir}/target/generated-sources/jflex - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xmx650M - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - - **/org/apache/uima/ruta/type/*.java - - - - - + + + + 4.0.0 + ruta-core + + + org.apache.uima + ruta-parent + 3.2.0 + ../ruta-parent/pom.xml + + + + ${project.artifactId} + ${uniWueNoticeText} + + + ${uimaWebsiteUrl} + The core implementation of the UIMA Ruta rule engine. + Apache UIMA Ruta: ${project.artifactId} + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + + org.apache.uima + ruta-typesystem + ${project.parent.version} + + + + org.apache.uima + uimaj-core + ${uimaVersion} + + + + org.antlr + antlr-runtime + + + org.antlr + stringtemplate + + + + + + org.htmlparser + htmlparser + + + + org.apache.commons + commons-text + + + + org.apache.commons + commons-collections4 + + + + org.apache.uima + uimaj-tools + ${uimaVersion} + + + + org.apache.uima + uimaj-test-util + ${uimaVersion} + test + + + + org.apache.commons + commons-lang3 + + + + com.github.ben-manes.caffeine + caffeine + + + + org.apache.uima + uimafit-core + + + + org.springframework + spring-aop + + + aopalliance + aopalliance + + + + + + + commons-io + commons-io + + + + + org.apache.commons + commons-math3 + + + + junit + junit + test + + + + + + + + + + + + + + + + + + + + + + org.slf4j + slf4j-jdk14 + test + + + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + src/main/antlr3/org/apache/uima/ruta/parser/RutaLexer.tokens + src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.tokens + src/test/resources/org/apache/uima/ruta/**/*.txt + src/test/resources/org/apache/uima/ruta/**/*.ruta + src/test/resources/org/apache/uima/ruta/action/*.* + src/test/resources/org/apache/uima/ruta/table2.csv + src/test/resources/org/apache/uima/ruta/resource/test_csvfile.csv + src/test/resources/org/apache/uima/ruta/engine/*.html + src/test/resources/META-INF/org.apache.uima.fit/types.txt + src/main/resources/META-INF/org.apache.uima.fit/*.txt + input/** + TypeSystem.xml + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + de.jflex + jflex-maven-plugin + [1.6.1,) + + generate + + + + + + + + + + + + + + + src/main/resources + + + + + + org.antlr + antlr3-maven-plugin + 3.5.2 + + + run antlr + generate-sources + + antlr + + + + + + + de.jflex + jflex-maven-plugin + 1.6.1 + + + + generate + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-antlr-source + generate-sources + + add-source + + + + ${basedir}/target/generated-sources/antlr3 + + + + + + add-jflex-source + generate-sources + + add-source + + + + ${basedir}/target/generated-sources/jflex + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Xmx650M + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + **/org/apache/uima/ruta/type/*.java + + + + + \ No newline at end of file diff --git a/ruta-docbook/pom.xml b/ruta-docbook/pom.xml index 7825ca66..a3b1fada 100644 --- a/ruta-docbook/pom.xml +++ b/ruta-docbook/pom.xml @@ -1,46 +1,46 @@ - - - - 4.0.0 - ruta-docbook - pom - - org.apache.uima - ruta-parent - 3.2.0-SNAPSHOT - ../ruta-parent/pom.xml - - Apache UIMA Ruta Documentation - ${uimaWebsiteUrl} - - - ${project.artifactId} - tools.ruta.book - true - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - + + + + 4.0.0 + ruta-docbook + pom + + org.apache.uima + ruta-parent + 3.2.0 + ../ruta-parent/pom.xml + + Apache UIMA Ruta Documentation + ${uimaWebsiteUrl} + + + ${project.artifactId} + tools.ruta.book + true + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + \ No newline at end of file diff --git a/ruta-eclipse-feature/feature.xml b/ruta-eclipse-feature/feature.xml index 2f4ec3b0..13f621bb 100644 --- a/ruta-eclipse-feature/feature.xml +++ b/ruta-eclipse-feature/feature.xml @@ -20,7 +20,7 @@ diff --git a/ruta-eclipse-feature/pom.xml b/ruta-eclipse-feature/pom.xml index 92083e5e..d73d938f 100644 --- a/ruta-eclipse-feature/pom.xml +++ b/ruta-eclipse-feature/pom.xml @@ -1,80 +1,80 @@ - - - - 4.0.0 - - - org.apache.uima - ruta-parent - 3.2.0-SNAPSHOT - ../ruta-parent/pom.xml - - - org.apache.uima.ruta.feature - eclipse-feature - - Apache UIMA Ruta Eclipse: ${project.artifactId} - UIMA Eclipse Plugin Feature that contains the UIMA Ruta engine and IDE - ${uimaWebsiteUrl} - - - ${uniWueNoticeText} - - true - - - - - org.apache.uima - ruta-ep-addons - 3.2.0-SNAPSHOT - - - org.apache.uima - ruta-ep-caseditor - 3.2.0-SNAPSHOT - - - org.apache.uima - ruta-ep-core-ext - 3.2.0-SNAPSHOT - - - org.apache.uima - ruta-ep-engine - 3.2.0-SNAPSHOT - - - org.apache.uima - ruta-ep-ide - 3.2.0-SNAPSHOT - - - org.apache.uima - ruta-ep-ide-ui - 3.2.0-SNAPSHOT - - - org.apache.uima - ruta-ep-textruler - 3.2.0-SNAPSHOT - - + + + + 4.0.0 + + + org.apache.uima + ruta-parent + 3.2.0 + ../ruta-parent/pom.xml + + + org.apache.uima.ruta.feature + eclipse-feature + + Apache UIMA Ruta Eclipse: ${project.artifactId} + UIMA Eclipse Plugin Feature that contains the UIMA Ruta engine and IDE + ${uimaWebsiteUrl} + + + ${uniWueNoticeText} + + true + + + + + org.apache.uima + ruta-ep-addons + 3.2.0 + + + org.apache.uima + ruta-ep-caseditor + 3.2.0 + + + org.apache.uima + ruta-ep-core-ext + 3.2.0 + + + org.apache.uima + ruta-ep-engine + 3.2.0 + + + org.apache.uima + ruta-ep-ide + 3.2.0 + + + org.apache.uima + ruta-ep-ide-ui + 3.2.0 + + + org.apache.uima + ruta-ep-textruler + 3.2.0 + + \ No newline at end of file diff --git a/ruta-eclipse-update-site/category.xml b/ruta-eclipse-update-site/category.xml index d6903a75..21a660cc 100644 --- a/ruta-eclipse-update-site/category.xml +++ b/ruta-eclipse-update-site/category.xml @@ -20,7 +20,7 @@ *************************************************************** --> - + diff --git a/ruta-eclipse-update-site/pom.xml b/ruta-eclipse-update-site/pom.xml index b86a9919..49d790da 100644 --- a/ruta-eclipse-update-site/pom.xml +++ b/ruta-eclipse-update-site/pom.xml @@ -1,110 +1,110 @@ - - - - - 4.0.0 - - - org.apache.uima - ruta-parent - 3.2.0-SNAPSHOT - ../ruta-parent/pom.xml - - - ruta-eclipse-update-site - eclipse-repository - - Apache UIMA Ruta Eclipse: ${project.artifactId} - The UIMA Ruta Eclipse update site - ${uimaWebsiteUrl} - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - true - true - - - - - org.apache.uima - org.apache.uima.ruta.feature - 3.2.0-SNAPSHOT - - - - - - - org.eclipse.tycho - tycho-p2-repository-plugin - ${tycho-version} - - true - - - - - - - - apache-release - - - - maven-antrun-plugin - - - sign-update-site-artifacts - package - - run - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + 4.0.0 + + + org.apache.uima + ruta-parent + 3.2.0 + ../ruta-parent/pom.xml + + + ruta-eclipse-update-site + eclipse-repository + + Apache UIMA Ruta Eclipse: ${project.artifactId} + The UIMA Ruta Eclipse update site + ${uimaWebsiteUrl} + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + true + true + + + + + org.apache.uima + org.apache.uima.ruta.feature + 3.2.0 + + + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + true + + + + + + + + apache-release + + + + maven-antrun-plugin + + + sign-update-site-artifacts + package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ruta-ep-addons/pom.xml b/ruta-ep-addons/pom.xml index de38b507..8633b7b9 100644 --- a/ruta-ep-addons/pom.xml +++ b/ruta-ep-addons/pom.xml @@ -1,228 +1,228 @@ - - - - 4.0.0 - ruta-ep-addons - - org.apache.uima - ruta-ep-parent - 3.2.0-SNAPSHOT - ../ruta-ep-parent/pom.xml - - - ${project.artifactId} - - Apache UIMA Ruta Eclipse: ${project.artifactId} - ${uimaWebsiteUrl} - Provides addons for the UIMA Ruta Workbench in Eclipse - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - org.apache.uima - uimaj-core - ${uimaVersion} - - - org.apache.uima - ruta-ep-caseditor - ${project.parent.version} - - - org.apache.uima - uimaj-ep-cas-editor-ide - ${uimaVersion} - - - org.apache.uima - uimaj-ep-cas-editor - ${uimaVersion} - - - org.apache.uima - ruta-core - ${project.parent.version} - compile - - - org.apache.uima - ruta-ep-ide - ${project.parent.version} - - - org.apache.uima - ruta-ep-ide-ui - ${project.parent.version} - - - ${eclipseP2RepoId} - org.eclipse.equinox.app - provided - - - ${eclipseP2RepoId} - org.eclipse.ui - [3.111.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.ide - [3.14.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.resources - [3.13.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.workbench.texteditor - [3.11.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.jobs - provided - - - ${eclipseP2RepoId} - org.eclipse.emf.ecore - provided - - - ${eclipseP2RepoId} - org.eclipse.emf.ecore.xmi - provided - - - ${eclipseP2RepoId} - org.eclipse.jface.text - [3.15.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.equinox.preferences - provided - - - ${eclipseP2RepoId} - org.eclipse.debug.ui - [3.1.200,4.0.0) - provided - - - org.apache.commons - commons-lang3 - - - - - - - . - - plugin.xml - icons/**/*.* - - - - src/main/resources - - - src/main/readme_src - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - src/test/resources/ManualTests/* - - - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - org.apache.uima.ruta.addons;singleton:=true - org.apache.uima.ruta.addons.RutaAddonsPlugin - JavaSE-1.8 - lazy - <_nouses>true - - org.apache.uima.ruta.* - - - org.eclipse.ui, - org.eclipse.core.runtime, - org.apache.uima.runtime, - org.apache.uima.ruta.engine, - org.eclipse.core.resources, - org.apache.uima.ruta.ide, - org.apache.uima.ruta.ide.ui, - org.eclipse.ui.ide, - org.eclipse.dltk.core, - org.eclipse.jface.text, - org.eclipse.dltk.ui, - org.eclipse.ui.editors, - org.eclipse.dltk.launching, - org.eclipse.debug.ui, - org.apache.uima.caseditor, - org.apache.uima.ruta.caseditor, - org.apache.uima.caseditor.ide - - - - - - - - - - - + + + + 4.0.0 + ruta-ep-addons + + org.apache.uima + ruta-ep-parent + 3.2.0 + ../ruta-ep-parent/pom.xml + + + ${project.artifactId} + + Apache UIMA Ruta Eclipse: ${project.artifactId} + ${uimaWebsiteUrl} + Provides addons for the UIMA Ruta Workbench in Eclipse + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + org.apache.uima + uimaj-core + ${uimaVersion} + + + org.apache.uima + ruta-ep-caseditor + ${project.parent.version} + + + org.apache.uima + uimaj-ep-cas-editor-ide + ${uimaVersion} + + + org.apache.uima + uimaj-ep-cas-editor + ${uimaVersion} + + + org.apache.uima + ruta-core + ${project.parent.version} + compile + + + org.apache.uima + ruta-ep-ide + ${project.parent.version} + + + org.apache.uima + ruta-ep-ide-ui + ${project.parent.version} + + + ${eclipseP2RepoId} + org.eclipse.equinox.app + provided + + + ${eclipseP2RepoId} + org.eclipse.ui + [3.111.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.ide + [3.14.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.resources + [3.13.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.workbench.texteditor + [3.11.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.jobs + provided + + + ${eclipseP2RepoId} + org.eclipse.emf.ecore + provided + + + ${eclipseP2RepoId} + org.eclipse.emf.ecore.xmi + provided + + + ${eclipseP2RepoId} + org.eclipse.jface.text + [3.15.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.equinox.preferences + provided + + + ${eclipseP2RepoId} + org.eclipse.debug.ui + [3.1.200,4.0.0) + provided + + + org.apache.commons + commons-lang3 + + + + + + + . + + plugin.xml + icons/**/*.* + + + + src/main/resources + + + src/main/readme_src + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + src/test/resources/ManualTests/* + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + org.apache.uima.ruta.addons;singleton:=true + org.apache.uima.ruta.addons.RutaAddonsPlugin + JavaSE-1.8 + lazy + <_nouses>true + + org.apache.uima.ruta.* + + + org.eclipse.ui, + org.eclipse.core.runtime, + org.apache.uima.runtime, + org.apache.uima.ruta.engine, + org.eclipse.core.resources, + org.apache.uima.ruta.ide, + org.apache.uima.ruta.ide.ui, + org.eclipse.ui.ide, + org.eclipse.dltk.core, + org.eclipse.jface.text, + org.eclipse.dltk.ui, + org.eclipse.ui.editors, + org.eclipse.dltk.launching, + org.eclipse.debug.ui, + org.apache.uima.caseditor, + org.apache.uima.ruta.caseditor, + org.apache.uima.caseditor.ide + + + + + + + + + + + \ No newline at end of file diff --git a/ruta-ep-caseditor/pom.xml b/ruta-ep-caseditor/pom.xml index ca4e3061..254be4a4 100644 --- a/ruta-ep-caseditor/pom.xml +++ b/ruta-ep-caseditor/pom.xml @@ -1,190 +1,190 @@ - - - - 4.0.0 - ruta-ep-caseditor - - org.apache.uima - ruta-ep-parent - 3.2.0-SNAPSHOT - ../ruta-ep-parent/pom.xml - - - ${project.artifactId} - - Apache UIMA Ruta Eclipse: ${project.artifactId} - ${uimaWebsiteUrl} - Provides additional views for the CAS Editor - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - org.apache.uima - uimaj-ep-cas-editor - ${uimaVersion} - - - ${eclipseP2RepoId} - org.eclipse.core.runtime - [3.15.100,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.resources - [3.13.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui - [3.111.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.ide - [3.14.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.views - [3.9.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.workbench.texteditor - [3.11.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.workbench - [3.112.100,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.jface.text - [3.15.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.equinox.app - provided - - - org.apache.commons - commons-lang3 - - - - - - - . - - plugin.xml - icons/**/*.* - - - - src/main/resources - - - src/main/readme_src - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - src/test/resources/ManualTests/* - - - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - org.apache.uima.ruta.caseditor;singleton:=true - org.apache.uima.ruta.caseditor.RutaCasEditorPlugin - JavaSE-1.8 - lazy - <_nouses>true - - org.apache.uima.ruta.caseditor.* - - - org.eclipse.jface.text, - org.eclipse.text, - org.eclipse.ui.editors, - org.eclipse.ui.workbench.texteditor, - org.eclipse.ui, - org.eclipse.ui.ide, - org.eclipse.ui.workbench, - org.eclipse.core.runtime, - org.eclipse.core.resources, - org.apache.uima.caseditor, - org.apache.uima.caseditor.ide, - org.junit4;bundle-version="4.5.0";resolution:=optional - - - !org.eclipse.ui, - !org.eclipse.ui.part, - !org.eclipse.core.runtime, - !org.osgi.framework, - !org.apache.uima.caseditor.editor, - * - - - - - - - - - + + + + 4.0.0 + ruta-ep-caseditor + + org.apache.uima + ruta-ep-parent + 3.2.0 + ../ruta-ep-parent/pom.xml + + + ${project.artifactId} + + Apache UIMA Ruta Eclipse: ${project.artifactId} + ${uimaWebsiteUrl} + Provides additional views for the CAS Editor + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + org.apache.uima + uimaj-ep-cas-editor + ${uimaVersion} + + + ${eclipseP2RepoId} + org.eclipse.core.runtime + [3.15.100,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.resources + [3.13.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui + [3.111.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.ide + [3.14.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.views + [3.9.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.workbench.texteditor + [3.11.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.workbench + [3.112.100,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.jface.text + [3.15.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.equinox.app + provided + + + org.apache.commons + commons-lang3 + + + + + + + . + + plugin.xml + icons/**/*.* + + + + src/main/resources + + + src/main/readme_src + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + src/test/resources/ManualTests/* + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + org.apache.uima.ruta.caseditor;singleton:=true + org.apache.uima.ruta.caseditor.RutaCasEditorPlugin + JavaSE-1.8 + lazy + <_nouses>true + + org.apache.uima.ruta.caseditor.* + + + org.eclipse.jface.text, + org.eclipse.text, + org.eclipse.ui.editors, + org.eclipse.ui.workbench.texteditor, + org.eclipse.ui, + org.eclipse.ui.ide, + org.eclipse.ui.workbench, + org.eclipse.core.runtime, + org.eclipse.core.resources, + org.apache.uima.caseditor, + org.apache.uima.caseditor.ide, + org.junit4;bundle-version="4.5.0";resolution:=optional + + + !org.eclipse.ui, + !org.eclipse.ui.part, + !org.eclipse.core.runtime, + !org.osgi.framework, + !org.apache.uima.caseditor.editor, + * + + + + + + + + + \ No newline at end of file diff --git a/ruta-ep-core-ext/pom.xml b/ruta-ep-core-ext/pom.xml index 2220dfb0..718551f8 100644 --- a/ruta-ep-core-ext/pom.xml +++ b/ruta-ep-core-ext/pom.xml @@ -24,7 +24,7 @@ org.apache.uima ruta-ep-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-ep-parent/pom.xml @@ -36,7 +36,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/ruta-ep-engine/pom.xml b/ruta-ep-engine/pom.xml index dcca55ed..15d5ae16 100644 --- a/ruta-ep-engine/pom.xml +++ b/ruta-ep-engine/pom.xml @@ -1,362 +1,362 @@ - - - - 4.0.0 - ruta-ep-engine - - org.apache.uima - ruta-parent - 3.2.0-SNAPSHOT - ../ruta-parent/pom.xml - - - Apache UIMA Ruta Eclipse: ${project.artifactId} - ${uimaWebsiteUrl} - Provides the UIMA Ruta engine to other Eclipse - plugins for their use - - - ${uniWueNoticeText} - - This product contains htmlparser libraries (http://htmlparser.sourceforge.net/), - licensed under the Common Public License. - - ${project.artifactId} - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - org.apache.uima - ruta-core - ${project.parent.version} - compile - - - org.apache.uima - ruta-typesystem - ${project.parent.version} - compile - - - org.apache.uima - ruta-basic-type - ${project.parent.version} - compile - - - org.apache.uima - ruta-core-ext - ${project.parent.version} - compile - - - org.antlr - antlr-runtime - compile - - - org.antlr - stringtemplate - - - - - org.htmlparser - htmlparser - compile - - - org.apache.commons - commons-collections4 - - - org.apache.commons - commons-text - compile - - - org.apache.commons - commons-lang3 - compile - - - org.apache.uima - uimafit-core - compile - - - - org.springframework - spring-aop - - - aopalliance - aopalliance - - - - - commons-io - commons-io - compile - - - org.apache.commons - commons-math3 - compile - - - commons-logging - commons-logging - compile - - - commons-logging - commons-logging-api - compile - - - org.springframework - spring-core - compile - - - org.springframework - spring-context - compile - - - - org.springframework - spring-aop - - - aopalliance - aopalliance - - - - - org.springframework - spring-expression - compile - - - org.springframework - spring-beans - compile - - - - com.github.ben-manes.caffeine - caffeine - - - - org.slf4j - slf4j-simple - 1.7.30 - - - org.slf4j - slf4j-api - 1.7.30 - - - - - - - - src/main/readme_src - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - <_nouses>true - <_exportcontents> - org.apache.uima.ruta, - org.apache.uima.ruta.action, - org.apache.uima.ruta.condition, - org.apache.uima.ruta.constraint, - org.apache.uima.ruta.descriptor, - org.apache.uima.ruta.cache, - org.apache.uima.ruta.engine, - org.apache.uima.ruta.expression, - org.apache.uima.ruta.expression.annotation, - org.apache.uima.ruta.expression.bool, - org.apache.uima.ruta.expression.feature, - org.apache.uima.ruta.expression.list, - org.apache.uima.ruta.expression.number, - org.apache.uima.ruta.expression.resource, - org.apache.uima.ruta.expression.string, - org.apache.uima.ruta.expression.type, - org.apache.uima.ruta.extensions, - org.apache.uima.ruta.parser, - org.apache.uima.ruta.resource, - org.apache.uima.ruta.rule, - org.apache.uima.ruta.rule.quantifier, - org.apache.uima.ruta.seed, - org.apache.uima.ruta.type, - org.apache.uima.ruta.utils, - org.apache.uima.ruta.verbalize, - org.apache.uima.ruta.visitor, - org.apache.uima.ruta.block.fst, - org.apache.uima.ruta.block, - org.apache.uima.ruta.string.*, - org.antlr.runtime, - org.antlr.runtime.debug, - org.antlr.runtime.misc, - org.antlr.runtime.tree, - org.htmlparser, - org.htmlparser.*, - org.apache.commons.text.*, - org.apache.commons.lang3.*, - org.apache.commons.logging, - org.apache.commons.io.*, - org.apache.uima.fit.*, - org.apache.commons.math3.*, - org.springframework.* - - - - !org.apache.uima.fit.*, - !bsh, - !com.sun.net.httpserver, - !edu.emory.mathcs.backport.java.util.concurrent, - !groovy.lang, - !javax.annotation, - !javax.ejb, - !javax.el, - !javax.inject, - !javax.interceptor, - !javax.jms, - !javax.management, - !javax.management.modelmbean, !javax.management.openmbean, - !javax.management.remote, - !javax.naming, - !javax.persistence.spi, !javax.rmi, - !javax.servlet, - !javax.swing, - !javax.swing.border, - !javax.swing.event, - !javax.swing.text, - !javax.swing.tree, - !javax.validation, - !javax.validation.bootstrap, - !javax.validation.metadata, - !javax.xml.namespace, - !javax.xml.parsers, - !javax.xml.stream, - !javax.xml.stream.events, - !javax.xml.stream.util, - !javax.xml.transform, - !javax.xml.transform.sax, - !javax.xml.transform.stax, - !javax.xml.ws, - !javax.xml.*, - !joptsimple, - !net.sf.cglib.*, - !net.sf.ehcache.*, - !org.antlr.stringtemplate, - !org.apache.avalon.framework.logger, - !org.apache.log, - !org.apache.log4j, - !org.apache.log4j.xml, - !org.aspectj.*, - !org.codehaus.groovy.*, - !org.hibernate.* , - !org.joda.*, - !org.jruby.*, - !org.omg.CORBA, - !org.springframework.instrument, - !org.w3c.dom, - !org.xml.sax, - !org.xml.sax.ext, - !org.xml.sax.helpers, - !org.aopalliance.*, - !org.springframework.aop.*, - org.apache.uima.* - - - org.apache.uima.runtime - - *;scope=compile - - org.apache.uima.ruta.engine;singleton:=true - JavaSE-1.8 - true - - registered - org.apache.uima.runtime - - - - - - - maven-dependency-plugin - - - copyDependentJars - - copy-dependencies - - - ${project.build.outputDirectory} - uimaj-core,uimaj-tools,uimaj-document-annotation,uimaj-adapter-vinci,jVinci,uimaj-cpe,tools,aopalliance,spring-aop,stringtemplate,antlr - - - - - - + + + + 4.0.0 + ruta-ep-engine + + org.apache.uima + ruta-parent + 3.2.0 + ../ruta-parent/pom.xml + + + Apache UIMA Ruta Eclipse: ${project.artifactId} + ${uimaWebsiteUrl} + Provides the UIMA Ruta engine to other Eclipse + plugins for their use + + + ${uniWueNoticeText} + + This product contains htmlparser libraries (http://htmlparser.sourceforge.net/), + licensed under the Common Public License. + + ${project.artifactId} + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + org.apache.uima + ruta-core + ${project.parent.version} + compile + + + org.apache.uima + ruta-typesystem + ${project.parent.version} + compile + + + org.apache.uima + ruta-basic-type + ${project.parent.version} + compile + + + org.apache.uima + ruta-core-ext + ${project.parent.version} + compile + + + org.antlr + antlr-runtime + compile + + + org.antlr + stringtemplate + + + + + org.htmlparser + htmlparser + compile + + + org.apache.commons + commons-collections4 + + + org.apache.commons + commons-text + compile + + + org.apache.commons + commons-lang3 + compile + + + org.apache.uima + uimafit-core + compile + + + + org.springframework + spring-aop + + + aopalliance + aopalliance + + + + + commons-io + commons-io + compile + + + org.apache.commons + commons-math3 + compile + + + commons-logging + commons-logging + compile + + + commons-logging + commons-logging-api + compile + + + org.springframework + spring-core + compile + + + org.springframework + spring-context + compile + + + + org.springframework + spring-aop + + + aopalliance + aopalliance + + + + + org.springframework + spring-expression + compile + + + org.springframework + spring-beans + compile + + + + com.github.ben-manes.caffeine + caffeine + + + + org.slf4j + slf4j-simple + 1.7.30 + + + org.slf4j + slf4j-api + 1.7.30 + + + + + + + + src/main/readme_src + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + <_nouses>true + <_exportcontents> + org.apache.uima.ruta, + org.apache.uima.ruta.action, + org.apache.uima.ruta.condition, + org.apache.uima.ruta.constraint, + org.apache.uima.ruta.descriptor, + org.apache.uima.ruta.cache, + org.apache.uima.ruta.engine, + org.apache.uima.ruta.expression, + org.apache.uima.ruta.expression.annotation, + org.apache.uima.ruta.expression.bool, + org.apache.uima.ruta.expression.feature, + org.apache.uima.ruta.expression.list, + org.apache.uima.ruta.expression.number, + org.apache.uima.ruta.expression.resource, + org.apache.uima.ruta.expression.string, + org.apache.uima.ruta.expression.type, + org.apache.uima.ruta.extensions, + org.apache.uima.ruta.parser, + org.apache.uima.ruta.resource, + org.apache.uima.ruta.rule, + org.apache.uima.ruta.rule.quantifier, + org.apache.uima.ruta.seed, + org.apache.uima.ruta.type, + org.apache.uima.ruta.utils, + org.apache.uima.ruta.verbalize, + org.apache.uima.ruta.visitor, + org.apache.uima.ruta.block.fst, + org.apache.uima.ruta.block, + org.apache.uima.ruta.string.*, + org.antlr.runtime, + org.antlr.runtime.debug, + org.antlr.runtime.misc, + org.antlr.runtime.tree, + org.htmlparser, + org.htmlparser.*, + org.apache.commons.text.*, + org.apache.commons.lang3.*, + org.apache.commons.logging, + org.apache.commons.io.*, + org.apache.uima.fit.*, + org.apache.commons.math3.*, + org.springframework.* + + + + !org.apache.uima.fit.*, + !bsh, + !com.sun.net.httpserver, + !edu.emory.mathcs.backport.java.util.concurrent, + !groovy.lang, + !javax.annotation, + !javax.ejb, + !javax.el, + !javax.inject, + !javax.interceptor, + !javax.jms, + !javax.management, + !javax.management.modelmbean, !javax.management.openmbean, + !javax.management.remote, + !javax.naming, + !javax.persistence.spi, !javax.rmi, + !javax.servlet, + !javax.swing, + !javax.swing.border, + !javax.swing.event, + !javax.swing.text, + !javax.swing.tree, + !javax.validation, + !javax.validation.bootstrap, + !javax.validation.metadata, + !javax.xml.namespace, + !javax.xml.parsers, + !javax.xml.stream, + !javax.xml.stream.events, + !javax.xml.stream.util, + !javax.xml.transform, + !javax.xml.transform.sax, + !javax.xml.transform.stax, + !javax.xml.ws, + !javax.xml.*, + !joptsimple, + !net.sf.cglib.*, + !net.sf.ehcache.*, + !org.antlr.stringtemplate, + !org.apache.avalon.framework.logger, + !org.apache.log, + !org.apache.log4j, + !org.apache.log4j.xml, + !org.aspectj.*, + !org.codehaus.groovy.*, + !org.hibernate.* , + !org.joda.*, + !org.jruby.*, + !org.omg.CORBA, + !org.springframework.instrument, + !org.w3c.dom, + !org.xml.sax, + !org.xml.sax.ext, + !org.xml.sax.helpers, + !org.aopalliance.*, + !org.springframework.aop.*, + org.apache.uima.* + + + org.apache.uima.runtime + + *;scope=compile + + org.apache.uima.ruta.engine;singleton:=true + JavaSE-1.8 + true + + registered + org.apache.uima.runtime + + + + + + + maven-dependency-plugin + + + copyDependentJars + + copy-dependencies + + + ${project.build.outputDirectory} + uimaj-core,uimaj-tools,uimaj-document-annotation,uimaj-adapter-vinci,jVinci,uimaj-cpe,tools,aopalliance,spring-aop,stringtemplate,antlr + + + + + + \ No newline at end of file diff --git a/ruta-ep-ide-ui/pom.xml b/ruta-ep-ide-ui/pom.xml index b2207891..9d6d52ce 100644 --- a/ruta-ep-ide-ui/pom.xml +++ b/ruta-ep-ide-ui/pom.xml @@ -1,299 +1,299 @@ - - - - 4.0.0 - ruta-ep-ide-ui - - org.apache.uima - ruta-ep-parent - 3.2.0-SNAPSHOT - ../ruta-ep-parent/pom.xml - - - Apache UIMA Ruta Eclipse: ${project.artifactId} - ${uimaWebsiteUrl} - Provides the UIMA Ruta development environment for Eclipse - - - ${project.artifactId} - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - ${eclipseP2RepoId} - org.eclipse.core.runtime - [3.15.100,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.jobs - provided - - - ${eclipseP2RepoId} - org.eclipse.core.resources - [3.13.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.search - [3.11.400,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui - [3.111.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.ide - [3.14.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.views - [3.9.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.console - [3.8.300,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.workbench.texteditor - [3.11.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.jface.text - [3.15.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.variables - [3.4.300,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.jdt.launching - [3.12.0,4.0.0) - provided - - - - ${eclipseP2RepoId} - org.eclipse.jdt.debug - - - - - ${eclipseP2RepoId} - org.eclipse.jdt.core - [3.16.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.jdt.debug.ui - [3.10.100,4.0.0) - provided - - - - ${eclipseP2RepoId} - com.ibm.icu - - - - ${eclipseP2RepoId} - org.eclipse.jdt.debug - - - - - ${eclipseP2RepoId} - org.eclipse.core.contenttype - provided - - - ${eclipseP2RepoId} - org.eclipse.equinox.preferences - provided - - - ${eclipseP2RepoId} - org.eclipse.equinox.app - provided - - - ${eclipseP2RepoId} - org.eclipse.emf.ecore.xmi - provided - - - ${eclipseP2RepoId} - org.eclipse.core.filesystem - [1.0.0,3.0.0) - provided - - - org.apache.uima - ruta-core - ${project.parent.version} - compile - - - org.apache.uima - ruta-ep-ide - ${project.parent.version} - provided - - - org.apache.commons - commons-lang3 - - - - - - - . - - plugin.xml - plugin.properties - icons/**/*.* - - - - src/main/resources - - - src/main/readme_src - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - src/main/resources/org/apache/uima/ruta/ide/formatter/*.ruta - src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/*.ruta - src/main/resources/org/apache/uima/ruta/ide/launching/*.ruta - src/main/resources/org/apache/uima/ruta/ide/ui/documentation/*.html - src/main/resources/org/apache/uima/ruta/ide/ui/preferences/*.txt - - - - - - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - org.apache.uima.ruta.ide.ui;singleton:=true - org.apache.uima.ruta.ide.RutaIdeUIPlugin - JavaSE-1.8 - lazy - <_nouses>true - - org.apache.uima.ruta.ide.* - - - org.apache.uima.runtime, - org.apache.uima.ruta.engine, - org.apache.uima.ruta.ide, - org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.core.filesystem, - org.eclipse.ui, - org.eclipse.dltk.launching;bundle-version="3.0.0", - org.eclipse.dltk.core;bundle-version="3.0.0", - org.eclipse.dltk.validators.core;bundle-version="3.0.0", - org.eclipse.dltk.console;bundle-version="3.0.0", - org.eclipse.dltk.console.ui;bundle-version="3.0.0", - org.eclipse.dltk;bundle-version="3.0.0", - org.eclipse.dltk.debug;bundle-version="3.0.0", - org.eclipse.dltk.debug.ui;bundle-version="3.0.0", - org.eclipse.dltk.formatter;bundle-version="3.0.0", - org.eclipse.dltk.testing;bundle-version="3.0.0", - org.eclipse.dltk.ui;bundle-version="3.0.0", - org.eclipse.dltk.validators.ui;bundle-version="3.0.0", - org.eclipse.jface.text, - org.eclipse.ui.editors, - org.eclipse.ui.ide, - org.eclipse.search, - org.eclipse.debug.ui, - org.eclipse.ui.console, - org.eclipse.jdt.core, - org.eclipse.jdt.debug.ui, - org.eclipse.core.variables, - org.eclipse.jdt.launching - - - - plugin - - - - - - - - + + + + 4.0.0 + ruta-ep-ide-ui + + org.apache.uima + ruta-ep-parent + 3.2.0 + ../ruta-ep-parent/pom.xml + + + Apache UIMA Ruta Eclipse: ${project.artifactId} + ${uimaWebsiteUrl} + Provides the UIMA Ruta development environment for Eclipse + + + ${project.artifactId} + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + ${eclipseP2RepoId} + org.eclipse.core.runtime + [3.15.100,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.jobs + provided + + + ${eclipseP2RepoId} + org.eclipse.core.resources + [3.13.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.search + [3.11.400,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui + [3.111.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.ide + [3.14.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.views + [3.9.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.console + [3.8.300,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.workbench.texteditor + [3.11.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.jface.text + [3.15.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.variables + [3.4.300,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.jdt.launching + [3.12.0,4.0.0) + provided + + + + ${eclipseP2RepoId} + org.eclipse.jdt.debug + + + + + ${eclipseP2RepoId} + org.eclipse.jdt.core + [3.16.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.jdt.debug.ui + [3.10.100,4.0.0) + provided + + + + ${eclipseP2RepoId} + com.ibm.icu + + + + ${eclipseP2RepoId} + org.eclipse.jdt.debug + + + + + ${eclipseP2RepoId} + org.eclipse.core.contenttype + provided + + + ${eclipseP2RepoId} + org.eclipse.equinox.preferences + provided + + + ${eclipseP2RepoId} + org.eclipse.equinox.app + provided + + + ${eclipseP2RepoId} + org.eclipse.emf.ecore.xmi + provided + + + ${eclipseP2RepoId} + org.eclipse.core.filesystem + [1.0.0,3.0.0) + provided + + + org.apache.uima + ruta-core + ${project.parent.version} + compile + + + org.apache.uima + ruta-ep-ide + ${project.parent.version} + provided + + + org.apache.commons + commons-lang3 + + + + + + + . + + plugin.xml + plugin.properties + icons/**/*.* + + + + src/main/resources + + + src/main/readme_src + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + src/main/resources/org/apache/uima/ruta/ide/formatter/*.ruta + src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/*.ruta + src/main/resources/org/apache/uima/ruta/ide/launching/*.ruta + src/main/resources/org/apache/uima/ruta/ide/ui/documentation/*.html + src/main/resources/org/apache/uima/ruta/ide/ui/preferences/*.txt + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + org.apache.uima.ruta.ide.ui;singleton:=true + org.apache.uima.ruta.ide.RutaIdeUIPlugin + JavaSE-1.8 + lazy + <_nouses>true + + org.apache.uima.ruta.ide.* + + + org.apache.uima.runtime, + org.apache.uima.ruta.engine, + org.apache.uima.ruta.ide, + org.eclipse.core.runtime, + org.eclipse.core.resources, + org.eclipse.core.filesystem, + org.eclipse.ui, + org.eclipse.dltk.launching;bundle-version="3.0.0", + org.eclipse.dltk.core;bundle-version="3.0.0", + org.eclipse.dltk.validators.core;bundle-version="3.0.0", + org.eclipse.dltk.console;bundle-version="3.0.0", + org.eclipse.dltk.console.ui;bundle-version="3.0.0", + org.eclipse.dltk;bundle-version="3.0.0", + org.eclipse.dltk.debug;bundle-version="3.0.0", + org.eclipse.dltk.debug.ui;bundle-version="3.0.0", + org.eclipse.dltk.formatter;bundle-version="3.0.0", + org.eclipse.dltk.testing;bundle-version="3.0.0", + org.eclipse.dltk.ui;bundle-version="3.0.0", + org.eclipse.dltk.validators.ui;bundle-version="3.0.0", + org.eclipse.jface.text, + org.eclipse.ui.editors, + org.eclipse.ui.ide, + org.eclipse.search, + org.eclipse.debug.ui, + org.eclipse.ui.console, + org.eclipse.jdt.core, + org.eclipse.jdt.debug.ui, + org.eclipse.core.variables, + org.eclipse.jdt.launching + + + + plugin + + + + + + + + \ No newline at end of file diff --git a/ruta-ep-ide/pom.xml b/ruta-ep-ide/pom.xml index 2d98e90c..d9a7a2b1 100644 --- a/ruta-ep-ide/pom.xml +++ b/ruta-ep-ide/pom.xml @@ -1,243 +1,243 @@ - - - - 4.0.0 - ruta-ep-ide - - org.apache.uima - ruta-ep-parent - 3.2.0-SNAPSHOT - ../ruta-ep-parent/pom.xml - - - Apache UIMA Ruta Eclipse: ${project.artifactId} - ${uimaWebsiteUrl} - Provides the UIMA Ruta development environment for Eclipse - - - ${project.artifactId} - ${uniWueNoticeText} - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - ${eclipseP2RepoId} - org.eclipse.core.runtime - [3.15.100,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.contenttype - provided - - - ${eclipseP2RepoId} - org.eclipse.core.resources - [3.13.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.core.filesystem - [1.7.200,2.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui - [3.111.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.equinox.preferences - provided - - - ${eclipseP2RepoId} - org.eclipse.equinox.app - provided - - - ${eclipseP2RepoId} - org.eclipse.emf.ecore.xmi - provided - - - org.apache.uima - ruta-core - ${project.parent.version} - compile - - - ${eclipseP2RepoId} - org.eclipse.jdt.launching - [3.12.0,4.0.0) - provided - - - - ${eclipseP2RepoId} - org.eclipse.jdt.debug - - - - - ${eclipseP2RepoId} - org.eclipse.jdt.core - [3.3.0,6.0.0) - provided - - - org.apache.commons - commons-lang3 - - - - - - - . - - plugin.xml - plugin.properties - - - - src/main/resources - - - src/main/readme_src - - - - - - org.apache.rat - apache-rat-plugin - - - default-cli - - - src/main/antlr3/org/apache/uima/ruta/ide/core/parser/RutaLexer.tokens - src/main/antlr3/org/apache/uima/ruta/ide/core/parser/RutaParser.tokens - - - - - - - - - - - - org.antlr - antlr3-maven-plugin - 3.5.2 - - - run antlr - generate-sources - - antlr - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - - ${basedir}/target/generated-sources/antlr3 - - - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - org.apache.uima.ruta.ide;singleton:=true - org.apache.uima.ruta.ide.RutaIdeCorePlugin - JavaSE-1.8 - lazy - <_nouses>true - - org.apache.uima.ruta.ide.* - - - org.eclipse.core.runtime, - org.eclipse.dltk.core;bundle-version="5.0.0", - org.eclipse.core.resources, - org.eclipse.core.filesystem, - org.eclipse.dltk.launching;bundle-version="5.0.0", - org.eclipse.dltk.validators.core;bundle-version="5.0.0", - org.eclipse.ui, - org.apache.uima.runtime, - org.apache.uima.ruta.engine, - org.eclipse.search, - org.eclipse.debug.ui, - org.eclipse.ui.console, - org.eclipse.jdt.core, - org.eclipse.jdt.debug.ui, - org.eclipse.core.variables, - org.eclipse.jdt.launching - - - - - plugin - - - - - - - - + + + + 4.0.0 + ruta-ep-ide + + org.apache.uima + ruta-ep-parent + 3.2.0 + ../ruta-ep-parent/pom.xml + + + Apache UIMA Ruta Eclipse: ${project.artifactId} + ${uimaWebsiteUrl} + Provides the UIMA Ruta development environment for Eclipse + + + ${project.artifactId} + ${uniWueNoticeText} + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + ${eclipseP2RepoId} + org.eclipse.core.runtime + [3.15.100,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.contenttype + provided + + + ${eclipseP2RepoId} + org.eclipse.core.resources + [3.13.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.core.filesystem + [1.7.200,2.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui + [3.111.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.equinox.preferences + provided + + + ${eclipseP2RepoId} + org.eclipse.equinox.app + provided + + + ${eclipseP2RepoId} + org.eclipse.emf.ecore.xmi + provided + + + org.apache.uima + ruta-core + ${project.parent.version} + compile + + + ${eclipseP2RepoId} + org.eclipse.jdt.launching + [3.12.0,4.0.0) + provided + + + + ${eclipseP2RepoId} + org.eclipse.jdt.debug + + + + + ${eclipseP2RepoId} + org.eclipse.jdt.core + [3.3.0,6.0.0) + provided + + + org.apache.commons + commons-lang3 + + + + + + + . + + plugin.xml + plugin.properties + + + + src/main/resources + + + src/main/readme_src + + + + + + org.apache.rat + apache-rat-plugin + + + default-cli + + + src/main/antlr3/org/apache/uima/ruta/ide/core/parser/RutaLexer.tokens + src/main/antlr3/org/apache/uima/ruta/ide/core/parser/RutaParser.tokens + + + + + + + + + + + + org.antlr + antlr3-maven-plugin + 3.5.2 + + + run antlr + generate-sources + + antlr + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${basedir}/target/generated-sources/antlr3 + + + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + org.apache.uima.ruta.ide;singleton:=true + org.apache.uima.ruta.ide.RutaIdeCorePlugin + JavaSE-1.8 + lazy + <_nouses>true + + org.apache.uima.ruta.ide.* + + + org.eclipse.core.runtime, + org.eclipse.dltk.core;bundle-version="5.0.0", + org.eclipse.core.resources, + org.eclipse.core.filesystem, + org.eclipse.dltk.launching;bundle-version="5.0.0", + org.eclipse.dltk.validators.core;bundle-version="5.0.0", + org.eclipse.ui, + org.apache.uima.runtime, + org.apache.uima.ruta.engine, + org.eclipse.search, + org.eclipse.debug.ui, + org.eclipse.ui.console, + org.eclipse.jdt.core, + org.eclipse.jdt.debug.ui, + org.eclipse.core.variables, + org.eclipse.jdt.launching + + + + + plugin + + + + + + + + \ No newline at end of file diff --git a/ruta-ep-parent/pom.xml b/ruta-ep-parent/pom.xml index f11fa726..7461e933 100644 --- a/ruta-ep-parent/pom.xml +++ b/ruta-ep-parent/pom.xml @@ -23,7 +23,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-parent/pom.xml @@ -46,7 +46,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/ruta-ep-textruler/pom.xml b/ruta-ep-textruler/pom.xml index 35e3705e..d8d5ca33 100644 --- a/ruta-ep-textruler/pom.xml +++ b/ruta-ep-textruler/pom.xml @@ -1,158 +1,158 @@ - - - - 4.0.0 - ruta-ep-textruler - - org.apache.uima - ruta-ep-parent - 3.2.0-SNAPSHOT - ../ruta-ep-parent/pom.xml - - - Apache UIMA Ruta Eclipse: ${project.artifactId} - ${uimaWebsiteUrl} - UIMA Ruta TextRuler plugin for rule learning - - - ${project.artifactId} - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - org.apache.uima - ruta-core - ${project.parent.version} - compile - - - org.apache.uima - ruta-ep-ide - ${project.parent.version} - - - org.apache.uima - ruta-ep-ide-ui - ${project.parent.version} - - - ${eclipseP2RepoId} - org.eclipse.equinox.app - provided - - - ${eclipseP2RepoId} - org.eclipse.jface.text - [3.15.0,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.workbench.texteditor - [3.11.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.editors - [3.11.300,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.ui.views - [3.9.200,4.0.0) - provided - - - ${eclipseP2RepoId} - org.eclipse.emf.ecore.xmi - provided - - - - - - - . - - plugin.xml - icons/**/*.* - - - - src/main/resources - - - src/main/readme_src - - - - - - org.apache.felix - maven-bundle-plugin - - - uima-bundle - - - org.apache.uima.ruta.textruler;singleton:=true - org.apache.uima.ruta.textruler.TextRulerPlugin - JavaSE-1.8 - lazy - <_nouses>true - - org.apache.uima.ruta.textruler.* - - - org.apache.uima.runtime, - org.apache.uima.ruta.ide, - org.apache.uima.ruta.ide.ui, - org.apache.uima.ruta.engine, - org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.ui, - org.eclipse.dltk.core, - org.eclipse.dltk.ui, - org.eclipse.jface.text, - org.eclipse.ui.editors, - org.eclipse.search, - org.eclipse.debug.ui, - org.eclipse.ui.console - - - - - - - - - - - + + + + 4.0.0 + ruta-ep-textruler + + org.apache.uima + ruta-ep-parent + 3.2.0 + ../ruta-ep-parent/pom.xml + + + Apache UIMA Ruta Eclipse: ${project.artifactId} + ${uimaWebsiteUrl} + UIMA Ruta TextRuler plugin for rule learning + + + ${project.artifactId} + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + org.apache.uima + ruta-core + ${project.parent.version} + compile + + + org.apache.uima + ruta-ep-ide + ${project.parent.version} + + + org.apache.uima + ruta-ep-ide-ui + ${project.parent.version} + + + ${eclipseP2RepoId} + org.eclipse.equinox.app + provided + + + ${eclipseP2RepoId} + org.eclipse.jface.text + [3.15.0,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.workbench.texteditor + [3.11.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.editors + [3.11.300,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.ui.views + [3.9.200,4.0.0) + provided + + + ${eclipseP2RepoId} + org.eclipse.emf.ecore.xmi + provided + + + + + + + . + + plugin.xml + icons/**/*.* + + + + src/main/resources + + + src/main/readme_src + + + + + + org.apache.felix + maven-bundle-plugin + + + uima-bundle + + + org.apache.uima.ruta.textruler;singleton:=true + org.apache.uima.ruta.textruler.TextRulerPlugin + JavaSE-1.8 + lazy + <_nouses>true + + org.apache.uima.ruta.textruler.* + + + org.apache.uima.runtime, + org.apache.uima.ruta.ide, + org.apache.uima.ruta.ide.ui, + org.apache.uima.ruta.engine, + org.eclipse.core.runtime, + org.eclipse.core.resources, + org.eclipse.ui, + org.eclipse.dltk.core, + org.eclipse.dltk.ui, + org.eclipse.jface.text, + org.eclipse.ui.editors, + org.eclipse.search, + org.eclipse.debug.ui, + org.eclipse.ui.console + + + + + + + + + + + \ No newline at end of file diff --git a/ruta-maven-archetype/pom.xml b/ruta-maven-archetype/pom.xml index 7c35bede..75911776 100644 --- a/ruta-maven-archetype/pom.xml +++ b/ruta-maven-archetype/pom.xml @@ -26,7 +26,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-parent/pom.xml @@ -38,7 +38,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/ruta-maven-plugin/pom.xml b/ruta-maven-plugin/pom.xml index 2699adff..0200a6ed 100644 --- a/ruta-maven-plugin/pom.xml +++ b/ruta-maven-plugin/pom.xml @@ -32,7 +32,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-parent/pom.xml @@ -44,7 +44,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0 diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml index 50f4a1dc..8e3df595 100644 --- a/ruta-parent/pom.xml +++ b/ruta-parent/pom.xml @@ -1,310 +1,308 @@ - - - - 4.0.0 - - - org.apache.uima - parent-pom - 15 - - - - ruta-parent - pom - 3.2.0-SNAPSHOT - Apache UIMA Ruta: ${project.artifactId} - ${uimaWebsiteUrl} - 2011 - The common parent pom for the UIMA Ruta - - - - scm:git:https://github.com/apache/uima-ruta/ - scm:git:https://github.com/apache/uima-ruta/ - https://github.com/apache/uima-ruta/ - HEAD - - - - - - - central - Maven Repository Switchboard - default - https://repo1.maven.org/maven2 - - - true - fail - never - - - - false - - - - - - Portions of UIMA Ruta were originally developed by - the Universität Würzburg. - Copyright (c) 2006, 2011 Universität - Würzburg. - ${uniWueNoticeText} - - This product contains icons - developed by Mark James - (http://www.famfamfam.com/lab/icons/silk/), licensed under the - Creative Commons Attribution 3.0 License. - - - 3.3.0 - 3.3.0 - 5.3.20 - 4.13.2 - 1.7.36 - - 3.5.3 - 1.6 - 3.2.2 - 4.4 - 1.9 - 3.12.0 - 2.11.0 - 3.6.1 - 1.1.1 - 1.1 - 2.9.3 - - 3.2.0 - - UTF-8 - 1.8 - 1.8 - - - - - - org.antlr - antlr-runtime - ${antlr-version} - - - org.htmlparser - htmlparser - ${htmlparser-version} - - - commons-collections - commons-collections - ${commons-collections-version} - - - org.apache.commons - commons-collections4 - ${commons-collections4-version} - - - org.apache.commons - commons-text - ${commons-text-version} - - - org.apache.commons - commons-lang3 - ${commons-lang3-version} - - - org.apache.uima - uimafit-core - ${uimafit-version} - - - commons-io - commons-io - ${commons-io-version} - - - org.apache.commons - commons-math3 - ${commons-math3-version} - - - commons-logging - commons-logging - ${commons-logging-version} - - - commons-logging - commons-logging-api - ${commons-logging-api-version} - - - org.springframework - spring-core - ${spring-version} - - - org.springframework - spring-context - ${spring-version} - - - org.springframework - spring-expression - ${spring-version} - - - org.springframework - spring-beans - ${spring-version} - - - - com.github.ben-manes.caffeine - caffeine - ${caffeine-version} - - - - junit - junit - ${junit-version} - - - org.slf4j - slf4j-jdk14 - ${slf4j-version} - test - - - - - - - - - org.apache.uima - uima-build-helper-maven-plugin - 7 - - - org.apache.maven.plugins - maven-compiler-plugin - - ${maven.compiler.source} - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - ${maven.compiler.source} - - - - - ${maven.compiler.source} - - - - - - - org.apache.maven.plugins - maven-toolchains-plugin - - - - toolchain - - - - - - - ${maven.compiler.target} - - - - - - maven-resources-plugin - - - copy customized bin LICENSE file - prepare-package - - copy-resources - - - ${project.build.directory}/classes/META-INF - - - src/main/readme_bin - - LICENSE - NOTICE - - true - - - - - - - - - - - - spotbugs - - - - - com.github.spotbugs - spotbugs-maven-plugin - 4.7.0.0 - - - - - - - + + + + 4.0.0 + + + org.apache.uima + parent-pom + 15 + + + + ruta-parent + pom + 3.2.0 + Apache UIMA Ruta: ${project.artifactId} + ${uimaWebsiteUrl} + 2011 + The common parent pom for the UIMA Ruta + + + + scm:git:https://github.com/apache/uima-ruta/ + scm:git:https://github.com/apache/uima-ruta/ + https://github.com/apache/uima-ruta/ + ruta-3.2.0 + + + + + + + central + Maven Repository Switchboard + default + https://repo1.maven.org/maven2 + + + true + fail + never + + + + false + + + + + + Portions of UIMA Ruta were originally developed by + the Universität Würzburg. + Copyright (c) 2006, 2011 Universität + Würzburg. + ${uniWueNoticeText} + + This product contains icons + developed by Mark James + (http://www.famfamfam.com/lab/icons/silk/), licensed under the + Creative Commons Attribution 3.0 License. + + + 3.3.0 + 3.3.0 + 5.3.20 + 4.13.2 + 1.7.36 + + 3.5.3 + 1.6 + 3.2.2 + 4.4 + 1.9 + 3.12.0 + 2.11.0 + 3.6.1 + 1.1.1 + 1.1 + 2.9.3 + + 3.2.0 + + UTF-8 + 1.8 + 1.8 + + + + + + org.antlr + antlr-runtime + ${antlr-version} + + + org.htmlparser + htmlparser + ${htmlparser-version} + + + commons-collections + commons-collections + ${commons-collections-version} + + + org.apache.commons + commons-collections4 + ${commons-collections4-version} + + + org.apache.commons + commons-text + ${commons-text-version} + + + org.apache.commons + commons-lang3 + ${commons-lang3-version} + + + org.apache.uima + uimafit-core + ${uimafit-version} + + + commons-io + commons-io + ${commons-io-version} + + + org.apache.commons + commons-math3 + ${commons-math3-version} + + + commons-logging + commons-logging + ${commons-logging-version} + + + commons-logging + commons-logging-api + ${commons-logging-api-version} + + + org.springframework + spring-core + ${spring-version} + + + org.springframework + spring-context + ${spring-version} + + + org.springframework + spring-expression + ${spring-version} + + + org.springframework + spring-beans + ${spring-version} + + + + com.github.ben-manes.caffeine + caffeine + ${caffeine-version} + + + + junit + junit + ${junit-version} + + + org.slf4j + slf4j-jdk14 + ${slf4j-version} + test + + + + + + + + + org.apache.uima + uima-build-helper-maven-plugin + 7 + + + org.apache.maven.plugins + maven-compiler-plugin + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + ${maven.compiler.source} + + + + + ${maven.compiler.source} + + + + + + + org.apache.maven.plugins + maven-toolchains-plugin + + + + toolchain + + + + + + + ${maven.compiler.target} + + + + + + maven-resources-plugin + + + copy customized bin LICENSE file + prepare-package + + copy-resources + + + ${project.build.directory}/classes/META-INF + + + src/main/readme_bin + + LICENSE + NOTICE + + true + + + + + + + + + + + + spotbugs + + + + + com.github.spotbugs + spotbugs-maven-plugin + 4.7.0.0 + + + + + + + diff --git a/ruta-typesystem/pom.xml b/ruta-typesystem/pom.xml index d2aa23e3..08151b77 100644 --- a/ruta-typesystem/pom.xml +++ b/ruta-typesystem/pom.xml @@ -23,7 +23,7 @@ org.apache.uima ruta-parent - 3.2.0-SNAPSHOT + 3.2.0 ../ruta-parent/pom.xml @@ -39,7 +39,7 @@ scm:git:https://github.com/apache/uima-ruta/ scm:git:https://github.com/apache/uima-ruta/ https://github.com/apache/uima-ruta/ - HEAD + ruta-3.2.0