You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,51 @@ Version 1.9.1.
11
11
12
12
13
13
14
+
Fixed Bugs
15
+
----------
16
+
17
+
* Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
18
+
* Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.
19
+
* Pick up Javadoc site configuration from parent POM and make sure it works by addiing it to the default goal. Thanks to Gary Gregory.
20
+
21
+
Changes
22
+
-------
23
+
24
+
* Bump org.apache.commons:commons-parent from 79 to 85 #376. Thanks to Gary Gregory, Dependabot.
25
+
* Bump org.apache.commons:commons-build-plugin from 1.14.1 to 1.16.0 #355. Thanks to Dependabot, Arnout Engelen, Gary Greggory.
26
+
* Bump commons-codec:commons-codec from 1.17.2 to 1.19.0 #357. Thanks to Dependabot, Gary Gregory.
27
+
* Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 #372. Thanks to Dependabot, Gary Gregory.
28
+
* Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory, Dependabot.
29
+
* Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0. Thanks to Gary Gregory.
30
+
* Bump maven.dependency.version from 3.9.9 to 3.9.11 #383. Thanks to Gary Gregory, Dependabot.
31
+
32
+
33
+
Historical list of changes: https://commons.apache.org/proper/commons-release-plugin//changes.html
34
+
35
+
For complete information on Apache Commons Release Plugin, including instructions on how to submit bug reports,
36
+
patches, or suggestions for improvement, see the Apache Commons Release Plugin website:
0 commit comments