diff --git a/pom.xml b/pom.xml
index 60f1b6ba2..b4f5acd6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,8 +110,7 @@
-
- 3.2.1
+ 3.4.0
1.27
@@ -911,7 +910,7 @@
maven-source-plugin
- create-source-jar
+ attach-sources
jar-no-fork
test-jar-no-fork
@@ -1534,18 +1533,6 @@
apache-release
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- attach-test-sources
-
- test-jar
-
-
-
-
maven-install-plugin
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0cfc7a710..3a117a31c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,9 +59,10 @@ The type attribute can be add,update,fix,remove.
- Remove redundant manifest entries for javadoc and source plugins, now inherited from org.apache:parent:36 #703.
+ Remove redundant manifest entries for javadoc and source plugins, now inherited from org.apache:parent:36 #703.
+ Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.4.0.