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/29 19:39:35 UTC

git commit: DELTASPIKE-107 improved build files

Updated Branches:
  refs/heads/master 4b648d062 -> 9ee56e88a


DELTASPIKE-107 improved build files


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

Branch: refs/heads/master
Commit: 9ee56e88a359013a5d43befc2f27d5206d8edb5b
Parents: 4b648d0
Author: gpetracek <gp...@apache.org>
Authored: Wed Feb 29 19:38:47 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Wed Feb 29 19:38:47 2012 +0100

----------------------------------------------------------------------
 deltaspike/parent/it/pom.xml |   11 +++++++++++
 deltaspike/parent/pom.xml    |   12 ++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/9ee56e88/deltaspike/parent/it/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/it/pom.xml b/deltaspike/parent/it/pom.xml
index e567e45..a244f13 100644
--- a/deltaspike/parent/it/pom.xml
+++ b/deltaspike/parent/it/pom.xml
@@ -59,6 +59,17 @@
 
     <profiles>
         <profile>
+            <id>BackwardCompatibility</id>
+            <repositories>
+                <repository>
+                    <id>JBoss-Archive</id>
+                    <name>JBoss Archive</name>
+                    <url>https://repository.jboss.org/nexus/content/groups/public</url>
+                </repository>
+            </repositories>
+        </profile>
+
+        <profile>
             <!-- use this profile to compile and test DeltaSpike with Apache OpenWebBeans -->
             <id>OWB</id>
 

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/9ee56e88/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 5d079fa..c99425e 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -42,6 +42,18 @@
         </repository>
     </repositories>
 
+    <profiles>
+        <profile>
+            <id>BackwardCompatibility</id>
+            <repositories>
+                <repository>
+                    <id>JBoss-Archive</id>
+                    <name>JBoss Archive</name>
+                    <url>https://repository.jboss.org/nexus/content/groups/public</url>
+                </repository>
+            </repositories>
+        </profile>
+    </profiles>
 
     <issueManagement>
         <system>jira</system>