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/01/01 15:00:20 UTC

[2/2] git commit: DELTASPIKE-40 updated dependencies

DELTASPIKE-40 updated dependencies


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

Branch: refs/heads/master
Commit: ea02df37f8882c4975908459dcaea7ca9d502d18
Parents: 206ef0c
Author: gpetracek <gp...@apache.org>
Authored: Fri Dec 30 13:36:35 2011 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Fri Dec 30 13:36:35 2011 +0100

----------------------------------------------------------------------
 deltaspike/checkstyle-rules/pom.xml          |    2 +-
 deltaspike/core/api/pom.xml                  |    2 +-
 deltaspike/core/impl/pom.xml                 |    4 ++--
 deltaspike/examples/jse-owb-examples/pom.xml |    4 ++--
 deltaspike/examples/pom.xml                  |    3 +--
 deltaspike/parent/pom.xml                    |    2 +-
 deltaspike/pom.xml                           |   10 +++++++++-
 7 files changed, 17 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/checkstyle-rules/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/checkstyle-rules/pom.xml b/deltaspike/checkstyle-rules/pom.xml
index 117988e..12708f2 100644
--- a/deltaspike/checkstyle-rules/pom.xml
+++ b/deltaspike/checkstyle-rules/pom.xml
@@ -22,7 +22,7 @@
 
     <parent>
         <groupId>org.apache.deltaspike</groupId>
-        <artifactId>deltaspike</artifactId>
+        <artifactId>deltaspike-project</artifactId>
         <version>0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/core/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml
index 839293a..1758738 100644
--- a/deltaspike/core/api/pom.xml
+++ b/deltaspike/core/api/pom.xml
@@ -22,7 +22,7 @@
 
     <parent>
         <groupId>org.apache.deltaspike.core</groupId>
-        <artifactId>core</artifactId>
+        <artifactId>core-project</artifactId>
         <version>0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/core/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml
index 8ec42df..8399a52 100644
--- a/deltaspike/core/impl/pom.xml
+++ b/deltaspike/core/impl/pom.xml
@@ -22,7 +22,7 @@
 
     <parent>
         <groupId>org.apache.deltaspike.core</groupId>
-        <artifactId>core</artifactId>
+        <artifactId>core-project</artifactId>
         <version>0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
@@ -36,7 +36,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.deltaspike.core</groupId>
-            <artifactId>core-api</artifactId>
+            <artifactId>deltaspike-core-api</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/examples/jse-owb-examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jse-owb-examples/pom.xml b/deltaspike/examples/jse-owb-examples/pom.xml
index d6b9ae7..c73b11c 100644
--- a/deltaspike/examples/jse-owb-examples/pom.xml
+++ b/deltaspike/examples/jse-owb-examples/pom.xml
@@ -66,14 +66,14 @@
 
         <dependency>
             <groupId>org.apache.deltaspike.core</groupId>
-            <artifactId>core-api</artifactId>
+            <artifactId>deltaspike-core-api</artifactId>
             <version>0.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.deltaspike.core</groupId>
-            <artifactId>core-impl</artifactId>
+            <artifactId>deltaspike-core-impl</artifactId>
             <version>0.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml
index 6ea5d5a..8dad6e1 100644
--- a/deltaspike/examples/pom.xml
+++ b/deltaspike/examples/pom.xml
@@ -34,8 +34,7 @@
     <name>Apache DeltaSpike Examples</name>
 
     <modules>
-        <!-- TODO include again - just excluded to discuss further details-->
-        <!--module>jse-owb-examples</module-->
+        <module>jse-owb-examples</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 3202100..8653211 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -22,7 +22,7 @@
 
     <parent>
         <groupId>org.apache.deltaspike</groupId>
-        <artifactId>deltaspike</artifactId>
+        <artifactId>deltaspike-project</artifactId>
         <version>0.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea02df37/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 9046a5c..b7985ef 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -57,7 +57,15 @@
         <module>checkstyle-rules</module>
         <module>parent</module>
         <module>core</module>
-        <module>examples</module>
     </modules>
 
+    <profiles>
+        <profile>
+            <id>examples</id>
+            <modules>
+                <module>examples</module>
+            </modules>
+        </profile>
+    </profiles>
+
 </project>