You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/09 22:04:33 UTC

incubator-tamaya git commit: Named all modules.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 48ac3cc38 -> 4c473bbca


Named all modules.


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

Branch: refs/heads/master
Commit: 4c473bbcae4d20230f8987f64f50560130ff00a5
Parents: 48ac3cc
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Jan 9 22:03:10 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Jan 9 22:03:10 2015 +0100

----------------------------------------------------------------------
 java7/api/pom.xml  | 2 ++
 java7/pom.xml      | 1 +
 java8/api/pom.xml  | 1 +
 java8/core/pom.xml | 2 +-
 java8/pom.xml      | 1 +
 5 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/4c473bbc/java7/api/pom.xml
----------------------------------------------------------------------
diff --git a/java7/api/pom.xml b/java7/api/pom.xml
index cb34185..50f5576 100644
--- a/java7/api/pom.xml
+++ b/java7/api/pom.xml
@@ -28,6 +28,8 @@ under the License.
     </parent>
 
     <artifactId>tamaya-java7-api</artifactId>
+    <name>Apache Tamaya Java 7 API</name>
+
     <description>
         The API defines a complete Java7 based API for reading of configuration data.
     </description>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/4c473bbc/java7/pom.xml
----------------------------------------------------------------------
diff --git a/java7/pom.xml b/java7/pom.xml
index 78dd929..3c1a80d 100644
--- a/java7/pom.xml
+++ b/java7/pom.xml
@@ -29,6 +29,7 @@ under the License.
 
     <artifactId>tamaya-java7</artifactId>
     <packaging>pom</packaging>
+    <name>Apache Tamaya Java 7 Parent</name>
 
     <properties>
         <jdkVersion>1.7</jdkVersion>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/4c473bbc/java8/api/pom.xml
----------------------------------------------------------------------
diff --git a/java8/api/pom.xml b/java8/api/pom.xml
index 0ee64d9..d0f9fb4 100644
--- a/java8/api/pom.xml
+++ b/java8/api/pom.xml
@@ -28,6 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-api</artifactId>
+    <name>Apache Tamaya Java 8 API</name>
     <description>
         The API defines a complete SE based API for reading of configuration data.
     </description>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/4c473bbc/java8/core/pom.xml
----------------------------------------------------------------------
diff --git a/java8/core/pom.xml b/java8/core/pom.xml
index b0ac449..eec2b81 100644
--- a/java8/core/pom.xml
+++ b/java8/core/pom.xml
@@ -28,7 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-core</artifactId>
-
+    <name>Apache Tamaya Java 8 Core</name>
 
     <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/4c473bbc/java8/pom.xml
----------------------------------------------------------------------
diff --git a/java8/pom.xml b/java8/pom.xml
index 5a5f633..5b1d53b 100644
--- a/java8/pom.xml
+++ b/java8/pom.xml
@@ -28,6 +28,7 @@ under the License.
     </parent>
 
     <artifactId>tamaya-java8</artifactId>
+    <name>Apache Tamaya Java 8 Parent</name>
     <packaging>pom</packaging>
 
     <modules>