File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1919 <parent >
2020 <groupId >org.apache.commons</groupId >
2121 <artifactId >commons-parent</artifactId >
22- <version >78 </version >
22+ <version >79 </version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525 <artifactId >commons-collections4</artifactId >
128128 <doxia .module.markdown.version>1.12.0</doxia .module.markdown.version>
129129 <math .mathjax.version>2.7.9</math .mathjax.version>
130130 <commons .easymock.version>5.5.0</commons .easymock.version>
131+ <!-- PMD 7.9.0 throws java.io.IOException: Stream closed probably because PMD is shadding ASM. -->
132+ <commons .pmd-impl.version>7.8.0</commons .pmd-impl.version>
131133 </properties >
132134 <build >
133135 <defaultGoal >clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal >
Original file line number Diff line number Diff line change 1515 See the License for the specific language governing permissions and
1616 limitations under the License.
1717 -->
18- <document xmlns =" http://maven.apache.org/changes/1 .0.0"
18+ <document xmlns =" http://maven.apache.org/changes/2 .0.0"
1919 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20- xsi : schemaLocation =" http://maven.apache.org/changes/1 .0.0 http ://maven.apache.org/xsd/changes-1 .0.0.xsd" >
20+ xsi : schemaLocation =" http://maven.apache.org/changes/2 .0.0 https ://maven.apache.org/xsd/changes-2 .0.0.xsd" >
2121 <properties >
2222 <title >Apache Commons Collections Release Notes</title >
2323 </properties >
2727 <!-- ADD -->
2828 <!-- UPDATE -->
2929 <action type =" update" dev =" ggregory" due-to =" Gary Gregory" >Bump commons-codec:commons-codec from 1.17.1 to 1.17.2.</action >
30+ <action type =" update" dev =" ggregory" due-to =" Gary Gregory" >Bump org.apache.commons:commons-parent from 78 to 79.</action >
3031 </release >
3132 <release version =" 4.5.0-M3" date =" 2024-12-15" description =" This is a feature and maintenance release. Java 8 or later is required." >
3233 <!-- FIX -->
Original file line number Diff line number Diff line change 5353 </menu >
5454
5555 <menu name =" Development" >
56- <item name =" History" href =" /changes-report .html" />
56+ <item name =" History" href =" /changes.html" />
5757 <item name =" Mailing Lists" href =" /mail-lists.html" />
5858 <item name =" Issue Tracking" href =" /issue-tracking.html" />
5959 <item name =" Team" href =" /team.html" />
You can’t perform that action at this time.
0 commit comments