Skip to content

Commit 4c87392

Browse files
committed
Merge branch 'master' into release
2 parents 20cd812 + 860e2ba commit 4c87392

3 files changed

Lines changed: 47 additions & 23 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,51 @@ Version 1.9.1.
1111

1212

1313

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:
37+
38+
https://commons.apache.org/proper/commons-release-plugin/
39+
40+
Download page: https://commons.apache.org/proper/commons-release-plugin//download_release-plugin.cgi
41+
42+
Have fun!
43+
-Apache Commons Team
44+
45+
-----------------------------------------------------------------------------
46+
Apache Commons Release Plugin 1.9.1 Release Notes
47+
------------------------------------------------
48+
49+
The Apache Commons Release Plugin team is pleased to announce the release of Apache Commons Release Plugin 1.9.1.
50+
51+
This document contains the release notes for Apache Commons Release Plugin.
52+
53+
Apache Maven Mojo for Apache Commons Release tasks.
54+
55+
Version 1.9.1.
56+
57+
58+
1459
Fixed Bugs
1560
----------
1661

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</dependency>
210210
</dependencies>
211211
<build>
212-
<defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
212+
<defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc site</defaultGoal>
213213
<resources>
214214
<resource>
215215
<directory>src/main/resources</directory>
@@ -440,28 +440,6 @@
440440
<reportSet/>
441441
</reportSets>
442442
</plugin>
443-
<plugin>
444-
<groupId>org.apache.maven.plugins</groupId>
445-
<artifactId>maven-javadoc-plugin</artifactId>
446-
<version>${commons.javadoc.version}</version>
447-
<configuration>
448-
<!-- keep only errors and warnings -->
449-
<show>private</show>
450-
<quiet>true</quiet>
451-
<encoding>${commons.encoding}</encoding>
452-
<notimestamp>true</notimestamp>
453-
<links>
454-
<link>${commons.javadoc.java.link}</link>
455-
<link>${commons.javadoc.javaee.link}</link>
456-
</links>
457-
<archive>
458-
<manifest>
459-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
460-
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
461-
</manifest>
462-
</archive>
463-
</configuration>
464-
</plugin>
465443
<plugin>
466444
<artifactId>maven-checkstyle-plugin</artifactId>
467445
<configuration>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<!-- FIX -->
2929
<action type="fix" dev="ggregory" due-to="Gary Gregory">Migrate site generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">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).</action>
31+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up Javadoc site configuration from parent POM and make sure it works by addiing it to the default goal.</action>
3132
<!-- ADD -->
3233
<!-- UPDATE -->
3334
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 79 to 85 #376.</action>

0 commit comments

Comments
 (0)