Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
<commons.compiler.compilerVersion />
<commons.compiler.javac />
<commons.compiler.javadoc />
<!-- https://issues.apache.org/jira/projects/MSOURCES/issues/MSOURCES-143 -->
<version.maven-source-plugin>3.2.1</version.maven-source-plugin>
<version.maven-source-plugin>3.4.0</version.maven-source-plugin>
<!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
<commons.animal-sniffer.version>1.27</commons.animal-sniffer.version>
<!-- Almost all signatures use version 1.0. Allow override just in case -->
Expand Down Expand Up @@ -911,7 +910,7 @@
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>create-source-jar</id>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>test-jar-no-fork</goal>
Expand Down Expand Up @@ -1534,18 +1533,6 @@
<releaseProfiles>apache-release</releaseProfiles>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-test-sources</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
</plugin>
Expand Down
3 changes: 2 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="100" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Slawomir Jaranowski">Remove redundant manifest entries for javadoc and source plugins, now inherited from org.apache:parent:36 #703.</action>
<action type="fix" dev="ggregory" due-to="Slawomir Jaranowski">Remove redundant manifest entries for javadoc and source plugins, now inherited from org.apache:parent:36 #703.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="sjaranowski" due-to="Slawomir Jaranowski">Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.4.0.</action>
</release>
<release version="99" date="2026-04-19" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
Expand Down
Loading