Repository: commons-rng
Updated Branches:
  refs/heads/master babbae1fc -> 0e5235ede


Shortened descriptions (POM).

Description put on a single line in order to avoid the extra indent when the
contents of the "<description>" tag is copied to the "MANIFEST.MF" file.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/0e5235ed
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/0e5235ed
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/0e5235ed

Branch: refs/heads/master
Commit: 0e5235edef4e97dacaaa14b93da7d97067b6817a
Parents: babbae1
Author: Gilles <er...@apache.org>
Authored: Mon Dec 5 22:16:07 2016 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 5 22:16:07 2016 +0100

----------------------------------------------------------------------
 commons-rng-client-api/pom.xml | 3 +--
 commons-rng-core/pom.xml       | 3 +--
 commons-rng-examples/pom.xml   | 4 +---
 commons-rng-jmh/pom.xml        | 3 +--
 commons-rng-simple/pom.xml     | 3 +--
 5 files changed, 5 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/0e5235ed/commons-rng-client-api/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-client-api/pom.xml b/commons-rng-client-api/pom.xml
index 4353015..a6e0d55 100644
--- a/commons-rng-client-api/pom.xml
+++ b/commons-rng-client-api/pom.xml
@@ -31,8 +31,7 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Client API</name>
 
-  <description>The Apache Commons RNG API module defines the API for client
-    code that uses random numbers generators.</description>
+  <description>API for client code that uses random numbers 
generators.</description>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/0e5235ed/commons-rng-core/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index c2ea5d1..0fe35f9 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -31,8 +31,7 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Core</name>
 
-  <description>The Apache Commons RNG Core module provides pure Java 
implementations of
-    random numbers generator algorithms.</description>
+  <description>Pure Java implementations of random numbers generator 
algorithms.</description>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/0e5235ed/commons-rng-examples/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-examples/pom.xml b/commons-rng-examples/pom.xml
index d0209f0..11d2c73 100644
--- a/commons-rng-examples/pom.xml
+++ b/commons-rng-examples/pom.xml
@@ -31,9 +31,7 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Examples</name>
 
-  <description>The Apache Commons RNG Examples module contains examples
-    of usage the random numbers generator implementations available
-    through the "commons-rng-simple" module.</description>
+  <description>Examples of use of the random numbers generator implemented in 
the "commons-rng-simple" module.</description>
 
   <properties>
     <maven.compiler.source>1.7</maven.compiler.source>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/0e5235ed/commons-rng-jmh/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-jmh/pom.xml b/commons-rng-jmh/pom.xml
index 43db257..46152dd 100644
--- a/commons-rng-jmh/pom.xml
+++ b/commons-rng-jmh/pom.xml
@@ -31,8 +31,7 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG JMH</name>
 
-  <description>The Apache Commons RNG JMH module provides code for running
-    JMH benchmarks that assess the performance of the generators.</description>
+  <description>Code for running JMH benchmarks that assess the performance of 
the generators.</description>
 
   <dependencies>
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/0e5235ed/commons-rng-simple/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-simple/pom.xml b/commons-rng-simple/pom.xml
index 7111bf4..1f0c394 100644
--- a/commons-rng-simple/pom.xml
+++ b/commons-rng-simple/pom.xml
@@ -31,8 +31,7 @@
   <version>1.0-SNAPSHOT</version>
   <name>Apache Commons RNG Simple</name>
 
-  <description>The Apache Commons RNG Simple module provides a factory class to
-    easily instantiate a random numbers generator implementation.</description>
+  <description>Simple API for instantiating random numbers 
generators.</description>
 
   <properties>
     <!-- This value must reflect the current name of the base package. -->

Reply via email to