You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/02 11:59:23 UTC

[commons-numbers] 01/02: Update to use commons.module.name (consitent with CP)

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 71a14786f67bd5d2381c1603da67a1fcb10137c9
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Dec 2 11:38:14 2022 +0000

    Update to use commons.module.name (consitent with CP)
---
 commons-numbers-examples/examples-jmh/pom.xml | 2 +-
 commons-numbers-examples/pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-numbers-examples/examples-jmh/pom.xml b/commons-numbers-examples/examples-jmh/pom.xml
index ab519301..a7966559 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -93,7 +93,7 @@
     <commons.osgi.symbolicName>org.apache.commons.numbers.examples.jmh</commons.osgi.symbolicName>
     <commons.osgi.export>org.apache.commons.numbers.examples.jmh</commons.osgi.export>
     <!-- Java 9+ -->
-    <commons.automatic.module.name>org.apache.commons.numbers.examples.jmh</commons.automatic.module.name>
+    <commons.module.name>org.apache.commons.numbers.examples.jmh</commons.module.name>
     <!-- Workaround to avoid duplicating config files. -->
     <numbers.parent.dir>${basedir}/../..</numbers.parent.dir>
 
diff --git a/commons-numbers-examples/pom.xml b/commons-numbers-examples/pom.xml
index 4da22327..cc07545e 100644
--- a/commons-numbers-examples/pom.xml
+++ b/commons-numbers-examples/pom.xml
@@ -38,7 +38,7 @@
     <commons.osgi.symbolicName>org.apache.commons.numbers.examples</commons.osgi.symbolicName>
     <commons.osgi.export>org.apache.commons.numbers.examples</commons.osgi.export>
     <!-- Java 9+ -->
-    <commons.automatic.module.name>org.apache.commons.numbers.examples</commons.automatic.module.name>
+    <commons.module.name>org.apache.commons.numbers.examples</commons.module.name>
     <!-- Workaround to avoid duplicating config files. -->
     <numbers.parent.dir>${basedir}/..</numbers.parent.dir>
     <numbers.jira.component>examples</numbers.jira.component>