|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + #%L |
| 4 | + wcm.io |
| 5 | + %% |
| 6 | + Copyright (C) 2019 wcm.io |
| 7 | + %% |
| 8 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | + you may not use this file except in compliance with the License. |
| 10 | + You may obtain a copy of the License at |
| 11 | +
|
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +
|
| 14 | + Unless required by applicable law or agreed to in writing, software |
| 15 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | + See the License for the specific language governing permissions and |
| 18 | + limitations under the License. |
| 19 | + #L% |
| 20 | + --> |
| 21 | + |
| 22 | +<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/changes/1.0.0" |
| 23 | + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> |
| 24 | + <body> |
| 25 | + |
| 26 | + <release version="3.2.0" date="2022-09-29"> |
| 27 | + <action type="add" dev="jschaible"> |
| 28 | + New parameters for to-maven goal. |
| 29 | + </action> |
| 30 | + <action type="update" dev="sseifert"> |
| 31 | + Update dependencies. |
| 32 | + </action> |
| 33 | + </release> |
| 34 | + |
| 35 | + <release version="3.1.0" date="2018-07-11"> |
| 36 | + <action type="add" dev="sseifert"> |
| 37 | + Add support for `filtering` property on additionalConfig files. |
| 38 | + </action> |
| 39 | + <action type="add" dev="sseifert"> |
| 40 | + Mark test source folders and test dependencies as "test" for Eclipse 4.8 Photon. |
| 41 | + </action> |
| 42 | + </release> |
| 43 | + |
| 44 | + <release version="3.0.0" date="2016-02-16"> |
| 45 | + <action type="add" dev="sseifert"> |
| 46 | + Initial release based on Apache Maven Eclipse Plugin 2.10. |
| 47 | + </action> |
| 48 | + <action type="update" dev="sseifert"><![CDATA[ |
| 49 | + Apply patch from <a href="https://issues.apache.org/jira/browse/MECLIPSE-641">MECLIPSE-641</a> which was never applied to the original code base, but is important for generating the eclipse project settings. |
| 50 | + ]]></action> |
| 51 | + </release> |
| 52 | + |
| 53 | + </body> |
| 54 | +</document> |
0 commit comments