On Wed, Aug 4, 2021 at 9:27 AM Gilles Sadowski <gillese...@gmail.com> wrote:
>
> Hello.
>
> Shall we use "ASF" whenever such changes are made?

I do not think so, the name of the Project is "Apache Commons", the
name of each Apache Commons "component" is "Apache Commons
ThatComponent". For example "Apache Commons DBCP".

In general, in official documents, pages and emails, the first mention
of the component MUST be "Apache Commons Component" and later in the
same document it is OK to abbreviate to "Commons Component"; for
example "Apache Commons DBCP" first and then "Commons DBCP" later in
the same document.

Gary

>
> Regards,
> Gilles
>
> Le mer. 4 août 2021 à 15:06, <aherb...@apache.org> a écrit :
> >
> > 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-rng.git
> >
> >
> > The following commit(s) were added to refs/heads/master by this push:
> >      new 532d924  Add full project name to examples modules
> > 532d924 is described below
> >
> > commit 532d924fca21ef3baeab9af241c9e83d0d2c79e8
> > Author: Alex Herbert <aherb...@apache.org>
> > AuthorDate: Wed Aug 4 14:06:01 2021 +0100
> >
> >     Add full project name to examples modules
> > ---
> >  commons-rng-examples/examples-jmh/pom.xml           | 2 +-
> >  commons-rng-examples/examples-jpms/jpms-app/pom.xml | 2 +-
> >  commons-rng-examples/examples-jpms/jpms-lib/pom.xml | 2 +-
> >  commons-rng-examples/examples-jpms/pom.xml          | 2 +-
> >  commons-rng-examples/examples-quadrature/pom.xml    | 2 +-
> >  5 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/commons-rng-examples/examples-jmh/pom.xml 
> > b/commons-rng-examples/examples-jmh/pom.xml
> > index 73d8156..7e915ec 100644
> > --- a/commons-rng-examples/examples-jmh/pom.xml
> > +++ b/commons-rng-examples/examples-jmh/pom.xml
> > @@ -26,7 +26,7 @@
> >
> >    <artifactId>commons-rng-examples-jmh</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> > -  <name>JMH Benchmark</name>
> > +  <name>Apache Commons RNG JMH Benchmark</name>
> >
> >    <description>Code for running JMH benchmarks that assess the performance 
> > of the generators.
> >    Code in this module is not part of the public API.</description>
> > diff --git a/commons-rng-examples/examples-jpms/jpms-app/pom.xml 
> > b/commons-rng-examples/examples-jpms/jpms-app/pom.xml
> > index 23e76e5..fa16173 100644
> > --- a/commons-rng-examples/examples-jpms/jpms-app/pom.xml
> > +++ b/commons-rng-examples/examples-jpms/jpms-app/pom.xml
> > @@ -26,7 +26,7 @@
> >
> >    <artifactId>commons-rng-examples-jpms-app</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> > -  <name>JPMS module example (application)</name>
> > +  <name>Apache Commons RNG JPMS Module Example (Application)</name>
> >
> >    <description>Testing JPMS. Code in this module is not part of the public 
> > API.</description>
> >
> > diff --git a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml 
> > b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
> > index 81888c9..b2a1e98 100644
> > --- a/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
> > +++ b/commons-rng-examples/examples-jpms/jpms-lib/pom.xml
> > @@ -26,7 +26,7 @@
> >
> >    <artifactId>commons-rng-examples-jpms-lib</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> > -  <name>JPMS module example (library)</name>
> > +  <name>Apache Commons RNG JPMS Module Example (Library)</name>
> >
> >    <description>Testing JPMS. Code in this module is not part of the public 
> > API.</description>
> >
> > diff --git a/commons-rng-examples/examples-jpms/pom.xml 
> > b/commons-rng-examples/examples-jpms/pom.xml
> > index 2e43cef..017e7a3 100644
> > --- a/commons-rng-examples/examples-jpms/pom.xml
> > +++ b/commons-rng-examples/examples-jpms/pom.xml
> > @@ -27,7 +27,7 @@
> >    <artifactId>commons-rng-examples-jpms</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> >    <packaging>pom</packaging>
> > -  <name>JPMS Integration test</name>
> > +  <name>Apache Commons RNG JPMS Integration Test</name>
> >
> >    <description>Testing JPMS. Code in this module is not part of the public 
> > API.</description>
> >
> > diff --git a/commons-rng-examples/examples-quadrature/pom.xml 
> > b/commons-rng-examples/examples-quadrature/pom.xml
> > index aea4ef8..e2a7aea 100644
> > --- a/commons-rng-examples/examples-quadrature/pom.xml
> > +++ b/commons-rng-examples/examples-quadrature/pom.xml
> > @@ -26,7 +26,7 @@
> >
> >    <artifactId>commons-rng-examples-quadrature</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> > -  <name>Quadrature example</name>
> > +  <name>Apache Commons RNG Quadrature Example</name>
> >
> >    <description>Contains examples for computing numerical quadrature 
> > (integration).
> >    Code in this module is not part of the public API.</description>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to