You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/02/19 15:51:48 UTC

git commit: DELTASPIKE-40 project name as prefix

Updated Branches:
  refs/heads/master 5f323c2dc -> c33a3f66d


DELTASPIKE-40 project name as prefix


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

Branch: refs/heads/master
Commit: c33a3f66d25ac6616ae61a877951027b7d011bf2
Parents: 5f323c2
Author: gpetracek <gp...@apache.org>
Authored: Sun Feb 19 15:48:17 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Sun Feb 19 15:48:17 2012 +0100

----------------------------------------------------------------------
 deltaspike/containerctrl/api/pom.xml      |    5 +++--
 deltaspike/containerctrl/impl-owb/pom.xml |    7 +++----
 deltaspike/containerctrl/tck/pom.xml      |    5 +++--
 3 files changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/c33a3f66/deltaspike/containerctrl/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/containerctrl/api/pom.xml b/deltaspike/containerctrl/api/pom.xml
index 12b06eb..b2ebea4 100644
--- a/deltaspike/containerctrl/api/pom.xml
+++ b/deltaspike/containerctrl/api/pom.xml
@@ -27,10 +27,11 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>containerctrl-api</artifactId>
+    <artifactId>deltaspike-containerctrl-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>CDI ContainerControl API</name>
+    <name>Apache DeltaSpike CDI ContainerControl API</name>
+
     <description>
         This project provides a way to genericly run CDI containers 
         from inside of unit tests or Java SE applications.

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/c33a3f66/deltaspike/containerctrl/impl-owb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/containerctrl/impl-owb/pom.xml b/deltaspike/containerctrl/impl-owb/pom.xml
index fce074b..aaacc15 100644
--- a/deltaspike/containerctrl/impl-owb/pom.xml
+++ b/deltaspike/containerctrl/impl-owb/pom.xml
@@ -27,16 +27,15 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>containerctrl-owb</artifactId>
+    <artifactId>deltaspike-containerctrl-owb</artifactId>
     <packaging>jar</packaging>
 
-    <name>CDI ContainerControl OpenWebBeans integration</name>
-
+    <name>Apache DeltaSpike CDI OWB-ContainerControl</name>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.deltaspike.containerctrl</groupId>
-            <artifactId>containerctrl-api</artifactId>
+            <artifactId>deltaspike-containerctrl-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/c33a3f66/deltaspike/containerctrl/tck/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/containerctrl/tck/pom.xml b/deltaspike/containerctrl/tck/pom.xml
index e0517eb..9a61b99 100644
--- a/deltaspike/containerctrl/tck/pom.xml
+++ b/deltaspike/containerctrl/tck/pom.xml
@@ -30,7 +30,8 @@ under the License.
     <artifactId>containerctrl-tck</artifactId>
     <packaging>jar</packaging>
 
-    <name>CDI ContainerControl TCK</name>
+    <name>Apache DeltaSpike CDI ContainerControl TCK</name>
+
     <description>
         The TCK for testing ContainerControl implementations
     </description>
@@ -63,7 +64,7 @@ under the License.
 
         <dependency>
             <groupId>org.apache.deltaspike.containerctrl</groupId>
-            <artifactId>containerctrl-api</artifactId>
+            <artifactId>deltaspike-containerctrl-api</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>