[
https://issues.apache.org/jira/browse/UIMA-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273347#comment-16273347
]
Marshall Schor commented on UIMA-5612:
--------------------------------------
First batch of updates to 11-SNAPSHOT (you can test by changing your project's
parent pom from 10 to 11-SNAPSHOT)
Apache-wide superpom - update to current: apache pom 14 -> 18
switch http to https:
mail archives (except uima.markmail.org)
repositories: repo1.maven.org
maven prereq 3.0.0 -> 3.3.9 (could go higher)
defined version properties:
<rat.version>0.12</rat.version>
<maven.enforcer.version>3.0.0-M1</maven.enforcer.version>
<maven.version>3.0.5</maven.version>
<maven.javadoc.version>3.0.0-M1</maven.javadoc.version>
<felix.bundle.version>3.3.0</felix.bundle.version>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.surefire.heap>512m</maven.surefire.heap>
removed defunct repository
removed inherited repository
plugin upgrades:
deploy -> 2.8.2
source ->3.0.1
resources -> 3.0.2
remote-resources -> 1.5
build-helper 1.8 -> 3.0.0
enforcer 1.3 -> 3.0.0-M1
plugin-plugin - 3.3 to 3.5, removed:
<configuration>
<!-- The following line can be removed when upgrading to
maven-plugin-plugin:3.4 -->
<!-- https://jira.codehaus.org/browse/MPLUGIN-238 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
compiler plugin 1.7 -> 3.7.0
dependency 2.10 -> 3.0.2
jar 2.3.2 -> 3.0.2
assembly 2.6 -> 3.1.0
findbugs 2.5.4 -> 3.0.5
eclipse-plugin 2.8 -> 2.10 (may not be used)
java source/target 1.6 -> 1.7
pearPackagingMavenPlugin 2.5 -> 2.10.2
antrun 1.7 -> 1.8
ant dependencies: ant-contrib 1.0b3 -> 20020829, ant-apache-regexp 1.9.2
-> 1.10.1
bundle 2.3.7 -> 3.3.0
rat 0.11 -> 0.12
changes 2.10 -> 2.12.1
findbugs 2.5.4 -> 3.0.5
cobertura 2.6 -> 2.7
pmd 3.1 -> 3.8
configured javadoc pluging for source = ${maven.compiler.source} and
javadocVersion = ${maven.compiler.source}
configured enforcer to require java version 1.7, and maven 3.3.9
> update the uima-wide shared superPOM
> ------------------------------------
>
> Key: UIMA-5612
> URL: https://issues.apache.org/jira/browse/UIMA-5612
> Project: UIMA
> Issue Type: Improvement
> Components: Build, Packaging and Test
> Reporter: Marshall Schor
> Priority: Minor
>
> Things to update:
> 1) version of it's parent
> 2) version of many plugins. e.g. the maven release plugin
> 3) The Eclipse update site building - to support code-signing
> Please add your candidates:-)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)