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/20 11:04:59 UTC

git commit: DELTASPIKE-92 unified artifactId

Updated Branches:
  refs/heads/master e371c5484 -> 53bbc13cf


DELTASPIKE-92 unified artifactId

currently we have the prefix only
for modules with packaging 'jar'


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

Branch: refs/heads/master
Commit: 53bbc13cfa2012d16371badc855d5dff126d6060
Parents: e371c54
Author: gpetracek <gp...@apache.org>
Authored: Mon Feb 20 10:53:13 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Mon Feb 20 11:02:50 2012 +0100

----------------------------------------------------------------------
 deltaspike/cdise/api/pom.xml      |    2 +-
 deltaspike/cdise/impl-owb/pom.xml |    2 +-
 deltaspike/cdise/pom.xml          |    2 +-
 deltaspike/cdise/tck/pom.xml      |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/53bbc13c/deltaspike/cdise/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdise/api/pom.xml b/deltaspike/cdise/api/pom.xml
index 9c61455..ed887c9 100644
--- a/deltaspike/cdise/api/pom.xml
+++ b/deltaspike/cdise/api/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.deltaspike.cdise</groupId>
-        <artifactId>deltaspike-cdise-project</artifactId>
+        <artifactId>cdise-project</artifactId>
         <version>0.2-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/53bbc13c/deltaspike/cdise/impl-owb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdise/impl-owb/pom.xml b/deltaspike/cdise/impl-owb/pom.xml
index 77e0166..5e1b6cc 100644
--- a/deltaspike/cdise/impl-owb/pom.xml
+++ b/deltaspike/cdise/impl-owb/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.deltaspike.cdise</groupId>
-        <artifactId>deltaspike-cdise-project</artifactId>
+        <artifactId>cdise-project</artifactId>
         <version>0.2-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/53bbc13c/deltaspike/cdise/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdise/pom.xml b/deltaspike/cdise/pom.xml
index 65e92a3..6135f52 100644
--- a/deltaspike/cdise/pom.xml
+++ b/deltaspike/cdise/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <groupId>org.apache.deltaspike.cdise</groupId>
-    <artifactId>deltaspike-cdise-project</artifactId>
+    <artifactId>cdise-project</artifactId>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike ContainerControl parent</name>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/53bbc13c/deltaspike/cdise/tck/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdise/tck/pom.xml b/deltaspike/cdise/tck/pom.xml
index 43cc828..14d196d 100644
--- a/deltaspike/cdise/tck/pom.xml
+++ b/deltaspike/cdise/tck/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.deltaspike.cdise</groupId>
-        <artifactId>deltaspike-cdise-project</artifactId>
+        <artifactId>cdise-project</artifactId>
         <version>0.2-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>