diff --git a/pom.xml b/pom.xml
index 793a87426..01bc11895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,6 +367,7 @@
(see "commons.osgi.symbolicName", below). -->
math
+ org.apache.commons.math3
org.apache.commons.math3
3.6.2-SNAPSHOT
@@ -426,6 +427,23 @@
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ default-jar
+
+
+
+ ${commons.module.name}
+
+
+
+
+
+
maven-assembly-plugin
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a0bd27b97..884c801ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,9 @@ If the output is not quite correct, check for invisible trailing spaces!
+
+ Add 'Automatic-Module-Name' for Java 9 and later.
+
Performance improvement for Array2DRowRealMatrix.getSubMatrix()