You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/01/16 07:40:18 UTC

[3/3] incubator-tamaya git commit: Unified module name in poms.

Unified module name in poms.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/afb2d1a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/afb2d1a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/afb2d1a4

Branch: refs/heads/master
Commit: afb2d1a45d5bfba30c080bda6cde48732234f904
Parents: c2f1b15
Author: anatole <an...@apache.org>
Authored: Sat Jan 16 07:40:08 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sat Jan 16 07:40:08 2016 +0100

----------------------------------------------------------------------
 code/pom.xml                        | 4 ++--
 examples/pom.xml                    | 2 +-
 modules/builder/pom.xml             | 2 +-
 modules/classloader-support/pom.xml | 2 +-
 modules/events/pom.xml              | 2 +-
 modules/formats/pom.xml             | 2 +-
 modules/functions/pom.xml           | 2 +-
 modules/injection-api/pom.xml       | 2 +-
 modules/injection/pom.xml           | 2 +-
 modules/integration/camel/pom.xml   | 2 +-
 modules/integration/cdi-se/pom.xml  | 2 +-
 modules/integration/cdi/pom.xml     | 2 +-
 modules/integration/osgi/pom.xml    | 2 +-
 modules/integration/pom.xml         | 1 +
 modules/integration/spring/pom.xml  | 2 +-
 modules/json/pom.xml                | 2 +-
 modules/model/pom.xml               | 2 +-
 modules/optional/pom.xml            | 2 +-
 modules/pom.xml                     | 3 ++-
 modules/remote/pom.xml              | 2 +-
 modules/resolver/pom.xml            | 2 +-
 modules/resources/pom.xml           | 2 +-
 modules/server/pom.xml              | 2 +-
 modules/spi-support/pom.xml         | 2 +-
 24 files changed, 26 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/code/pom.xml
----------------------------------------------------------------------
diff --git a/code/pom.xml b/code/pom.xml
index 28dfac5..51a5dfb 100644
--- a/code/pom.xml
+++ b/code/pom.xml
@@ -28,9 +28,9 @@ under the License.
         <version>0.2-incubating-SNAPSHOT</version>
     </parent>
 
-    <artifactId>code</artifactId>
+    <artifactId>tamaya-code</artifactId>
     <packaging>pom</packaging>
-    <name>Apache Tamaya Codebase</name>
+    <name>Apache Tamaya Code - all</name>
 
     <modules>
         <module>api</module>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index a700888..9cbb8ac 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -28,7 +28,7 @@ under the License.
 
     <artifactId>tamaya-examples</artifactId>
     <groupId>org.apache.tamaya.ext</groupId>
-    <name>Apache Tamaya Examples</name>
+    <name>Apache Tamaya Example - all</name>
     <description>This project contains several examples that illustrate usage of Tamaya.</description>
     <packaging>pom</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/builder/pom.xml
----------------------------------------------------------------------
diff --git a/modules/builder/pom.xml b/modules/builder/pom.xml
index 90b07e7..c7da3f8 100644
--- a/modules/builder/pom.xml
+++ b/modules/builder/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-builder</artifactId>
-    <name>Apache Tamaya Builder</name>
+    <name>Apache Tamaya Modules - Builder</name>
     <packaging>jar</packaging> <!-- bundle -->
 
     <inceptionYear>2015</inceptionYear>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/classloader-support/pom.xml
----------------------------------------------------------------------
diff --git a/modules/classloader-support/pom.xml b/modules/classloader-support/pom.xml
index 1b593d4..5f8eeb5 100644
--- a/modules/classloader-support/pom.xml
+++ b/modules/classloader-support/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-classloader-support</artifactId>
-    <name>Apache Tamaya Modules -Classloader Support</name>
+    <name>Apache Tamaya Modules - Classloader Support</name>
     <description>Apache Tamaya Classloader Support registers a ConfigurationContext that leverages
     classloader hierarchies. Also visibility of features and components is aligned with the
     corresponding hierarchy of classloaders.</description>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/events/pom.xml
----------------------------------------------------------------------
diff --git a/modules/events/pom.xml b/modules/events/pom.xml
index 918f4ef..7ac7f28 100644
--- a/modules/events/pom.xml
+++ b/modules/events/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-events</artifactId>
-    <name>Apache Tamaya Event and dynamic Update Extensions</name>
+    <name>Apache Tamaya Modules - Event and dynamic Update Extensions</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/formats/pom.xml
----------------------------------------------------------------------
diff --git a/modules/formats/pom.xml b/modules/formats/pom.xml
index c8bfce4..1beba84 100644
--- a/modules/formats/pom.xml
+++ b/modules/formats/pom.xml
@@ -26,7 +26,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-formats</artifactId>
-    <name>Apache Tamaya Format Services</name>
+    <name>Apache Tamaya Modules - Formats</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/functions/pom.xml
----------------------------------------------------------------------
diff --git a/modules/functions/pom.xml b/modules/functions/pom.xml
index 7bc7b66..5a00f81 100644
--- a/modules/functions/pom.xml
+++ b/modules/functions/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-functions</artifactId>
-    <name>Apache Tamaya Common Functional Extensions</name>
+    <name>Apache Tamaya Modules - Common Functional Extensions</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/injection-api/pom.xml
----------------------------------------------------------------------
diff --git a/modules/injection-api/pom.xml b/modules/injection-api/pom.xml
index 89b1c67..e4fc7b7 100644
--- a/modules/injection-api/pom.xml
+++ b/modules/injection-api/pom.xml
@@ -26,7 +26,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-injection-api</artifactId>
-    <name>Apache Tamaya Injection Support API</name>
+    <name>Apache Tamaya Modules - Injection Support API</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/injection/pom.xml
----------------------------------------------------------------------
diff --git a/modules/injection/pom.xml b/modules/injection/pom.xml
index 0e05dd7..abae7ca 100644
--- a/modules/injection/pom.xml
+++ b/modules/injection/pom.xml
@@ -26,7 +26,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-injection</artifactId>
-    <name>Apache Tamaya Injection Support</name>
+    <name>Apache Tamaya Modules - Injection Support</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/integration/camel/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/camel/pom.xml b/modules/integration/camel/pom.xml
index ea12834..c1968d2 100644
--- a/modules/integration/camel/pom.xml
+++ b/modules/integration/camel/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-camel</artifactId>
-    <name>Apache Tamaya Modules Integration - Apache Camel</name>
+    <name>Apache Tamaya Integration - Apache Camel</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/integration/cdi-se/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/cdi-se/pom.xml b/modules/integration/cdi-se/pom.xml
index b867e5c..cd80e97 100644
--- a/modules/integration/cdi-se/pom.xml
+++ b/modules/integration/cdi-se/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-cdi-se</artifactId>
-    <name>Apache Tamaya Modules Integration - CDI (Using SE Injection)</name>
+    <name>Apache Tamaya Integration - CDI (Using SE Injection)</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/integration/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/cdi/pom.xml b/modules/integration/cdi/pom.xml
index 643e35c..0ec0d39 100644
--- a/modules/integration/cdi/pom.xml
+++ b/modules/integration/cdi/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-cdi</artifactId>
-    <name>Apache Tamaya Modules Integration - CDI (Java EE)</name>
+    <name>Apache Tamaya Integration - CDI (Java EE)</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/integration/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/osgi/pom.xml b/modules/integration/osgi/pom.xml
index 0b6bdd0..d8b543c 100644
--- a/modules/integration/osgi/pom.xml
+++ b/modules/integration/osgi/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>tamaya-osgi</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Tamaya :: OSGi Services :: Tamaya Config</name>
+    <name>Apache Tamaya Integration - OSGi Services :: Tamaya Config</name>
     <description>Tamaya Based OSGI Implementation of ConfigAdmin and Config Injection</description>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/integration/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml
index 719b1a9..4469452 100644
--- a/modules/integration/pom.xml
+++ b/modules/integration/pom.xml
@@ -30,6 +30,7 @@ under the License.
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tamaya-integration</artifactId>
+    <name>Apache Tamaya Integration - all</name>
 
     <modules>
         <module>spring</module>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/integration/spring/pom.xml
----------------------------------------------------------------------
diff --git a/modules/integration/spring/pom.xml b/modules/integration/spring/pom.xml
index f62b264..27df9e7 100644
--- a/modules/integration/spring/pom.xml
+++ b/modules/integration/spring/pom.xml
@@ -27,7 +27,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-spring</artifactId>
-    <name>Apache Tamaya Modules Integration - Spring</name>
+    <name>Apache Tamaya Integration - Spring</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/json/pom.xml
----------------------------------------------------------------------
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 18ca1f9..c5d344f 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -27,7 +27,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-json</artifactId>
-    <name>Apache Tamaya JSON Support</name>
+    <name>Apache Tamaya Modules - JSON Support</name>
     <packaging>bundle</packaging>
     <inceptionYear>2015</inceptionYear>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/model/pom.xml
----------------------------------------------------------------------
diff --git a/modules/model/pom.xml b/modules/model/pom.xml
index 7bab7ac..66d5eac 100644
--- a/modules/model/pom.xml
+++ b/modules/model/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
     <groupId>org.apache.tamaya.ext.model</groupId>
     <artifactId>tamaya-model</artifactId>
-    <name>Apache Tamaya Extension Modules: Configuration Model Infrastructure</name>
+    <name>Apache Tamaya Modules - Configuration Model Infrastructure</name>
     <description>This extension module provides functionality to describe, document and
         validate configuration during runtime.
     </description>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/optional/pom.xml
----------------------------------------------------------------------
diff --git a/modules/optional/pom.xml b/modules/optional/pom.xml
index 4204a12..2431f8e 100644
--- a/modules/optional/pom.xml
+++ b/modules/optional/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-optional</artifactId>
-    <name>Apache Tamaya Optional Configuration Backend</name>
+    <name>Apache Tamaya Modules - Optional Configuration Backend</name>
     <description>This module provides a simple class that can be used as a single dependency for evaluating
     configuration. It runs basically without Tamaya being on the classpath, but if available it
     considers/uses Tamaya functionality.</description>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index 3c58796..62fdd17 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -28,12 +28,13 @@ under the License.
 
     <artifactId>tamaya-extensions</artifactId>
     <groupId>org.apache.tamaya.ext</groupId>
-    <name>Apache Tamaya Extension Modules</name>
+    <name>Apache Tamaya Extension Modules - all</name>
     <description>This project contains the several extensions that can be used with Tamaya.</description>
     <packaging>pom</packaging>
 
     <modules>
         <module>builder</module>
+        <module>mutable-config</module>
         <module>spi-support</module>
         <module>events</module>
         <module>formats</module>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/remote/pom.xml
----------------------------------------------------------------------
diff --git a/modules/remote/pom.xml b/modules/remote/pom.xml
index 68ae946..e47b2bf 100644
--- a/modules/remote/pom.xml
+++ b/modules/remote/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-remote</artifactId>
-    <name>Apache Tamaya Remote PropertySource</name>
+    <name>Apache Tamaya Modules - Remote PropertySource</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/resolver/pom.xml
----------------------------------------------------------------------
diff --git a/modules/resolver/pom.xml b/modules/resolver/pom.xml
index 770dc9f..a2ab5ac 100644
--- a/modules/resolver/pom.xml
+++ b/modules/resolver/pom.xml
@@ -27,7 +27,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-resolver</artifactId>
-    <name>Apache Tamaya Resolver Services</name>
+    <name>Apache Tamaya Modules - Resolver Services</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/resources/pom.xml
----------------------------------------------------------------------
diff --git a/modules/resources/pom.xml b/modules/resources/pom.xml
index 25b11eb..2ccc6f1 100644
--- a/modules/resources/pom.xml
+++ b/modules/resources/pom.xml
@@ -26,7 +26,7 @@ under the License.
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-resources</artifactId>
-    <name>Apache Tamaya Resource Services</name>
+    <name>Apache Tamaya Modules - Resource Services</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/server/pom.xml b/modules/server/pom.xml
index 7d1d360..ff74e01 100644
--- a/modules/server/pom.xml
+++ b/modules/server/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-server</artifactId>
-    <name>Apache Tamaya Modules: Server Extension</name>
+    <name>Apache Tamaya Modules - Server Extension</name>
     <packaging>bundle</packaging>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/afb2d1a4/modules/spi-support/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spi-support/pom.xml b/modules/spi-support/pom.xml
index 8c8e8ae..955cdfc 100644
--- a/modules/spi-support/pom.xml
+++ b/modules/spi-support/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-spisupport</artifactId>
-    <name> Apache Tamaya SPI Support Classes</name>
+    <name> Apache Tamaya Modules - Common Support Classes</name>
     <description>Apache Tamaya Support Classes useful when implementing the Tamaya SPI or code independent of the core RI
         implementation.</description>
     <packaging>bundle</packaging>