EOL style git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1800829 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/b2263564 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/b2263564 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/b2263564 Branch: refs/heads/master Commit: b226356421330b802b5b34598ea3447500c9ada1 Parents: c05669c Author: Sebastian Bazley <[email protected]> Authored: Tue Jul 4 21:41:42 2017 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Tue Jul 4 21:41:42 2017 +0000 ---------------------------------------------------------------------- .travis.yml | 44 ++++++------- src/changes/changes.xml | 144 +++++++++++++++++++++---------------------- 2 files changed, 94 insertions(+), 94 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/b2263564/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a0e1204..ce012fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,22 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -language: java -sudo: false - -jdk: - - openjdk7 - - oraclejdk7 - - oraclejdk8 +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +language: java +sudo: false + +jdk: + - openjdk7 + - oraclejdk7 + - oraclejdk8 http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/b2263564/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0009d14..4e701ef 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1,72 +1,72 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<!-- Description: http://maven.apache.org/plugins/maven-changes-plugin/changes.html --> - -<document> - <properties> - <title>Apache Commons Build Plugin Changes</title> - <author email="[email protected]">Apache Commons Developers</author> - </properties> - - <body> - <release version="1.8" date="2017-MM-DD" description="Feature release"> - <action dev="sebb" type="fix"> - Add eol-style:native otherwise generated files can cause commit errors - </action> - </release> - <release version="1.7" date="2016-11-18" description="Feature release"> - <action dev="ggregory" type="add" issue="COMMONSSITE-90"> - Include badges in the README.md file. - </action> - <action dev="ggregory" type="add" issue="COMMONSSITE-91"> - Build plugin does not pass the JIRA_ID property when generating README.md. - </action> - </release> - - <release version="1.6" date="2016-04-24" description="Feature release"> - <action dev="sebb" type="add"> - Added new download-page subdir property: set this (e.g. to '1.2' or 'lang-1.2' etc) to override the default of binaries/source - </action> - </release> - - <release version="1.5" date="2015-11-28" description="Feature and fix release"> - <action dev="ecki" type="update" issue="COMMONSSITE-81"> - commons-build-plugin README/CONTRIBUTING.md handle multi-modules - </action> - <action dev="ecki" type="update"> - Download Page - Better describes KEYS file (and uses https links). - </action> - <action dev="britter" type="add"> - CONTRIBUTING.md/README.md - New Goals to build Markdown formatted intro files for GitHub. - </action> - </release> - - <release version="1.4" date="3 March 2012" description="Feature and fix release."> - <action dev="ggregory" type="fix" issue="COMMONSSITE-66"> - Add support for a "commons.release.3" set of properties to offer a 3rd download option. - </action> - <action type="update"> - Mailing List Page - Make it clear that you have to be subscribed to post. - </action> - <action type="fix"> - Fix announce mod_mbox link - </action> - </release> - </body> -</document> +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- Description: http://maven.apache.org/plugins/maven-changes-plugin/changes.html --> + +<document> + <properties> + <title>Apache Commons Build Plugin Changes</title> + <author email="[email protected]">Apache Commons Developers</author> + </properties> + + <body> + <release version="1.8" date="2017-MM-DD" description="Feature release"> + <action dev="sebb" type="fix"> + Add eol-style:native otherwise generated files can cause commit errors + </action> + </release> + <release version="1.7" date="2016-11-18" description="Feature release"> + <action dev="ggregory" type="add" issue="COMMONSSITE-90"> + Include badges in the README.md file. + </action> + <action dev="ggregory" type="add" issue="COMMONSSITE-91"> + Build plugin does not pass the JIRA_ID property when generating README.md. + </action> + </release> + + <release version="1.6" date="2016-04-24" description="Feature release"> + <action dev="sebb" type="add"> + Added new download-page subdir property: set this (e.g. to '1.2' or 'lang-1.2' etc) to override the default of binaries/source + </action> + </release> + + <release version="1.5" date="2015-11-28" description="Feature and fix release"> + <action dev="ecki" type="update" issue="COMMONSSITE-81"> + commons-build-plugin README/CONTRIBUTING.md handle multi-modules + </action> + <action dev="ecki" type="update"> + Download Page - Better describes KEYS file (and uses https links). + </action> + <action dev="britter" type="add"> + CONTRIBUTING.md/README.md - New Goals to build Markdown formatted intro files for GitHub. + </action> + </release> + + <release version="1.4" date="3 March 2012" description="Feature and fix release."> + <action dev="ggregory" type="fix" issue="COMMONSSITE-66"> + Add support for a "commons.release.3" set of properties to offer a 3rd download option. + </action> + <action type="update"> + Mailing List Page - Make it clear that you have to be subscribed to post. + </action> + <action type="fix"> + Fix announce mod_mbox link + </action> + </release> + </body> +</document>
