summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 08:35:55 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-14 08:35:55 +0000
commit077bfe8db91e466b198c97f6bcafeb547d74a215 (patch)
tree3f3eb5d0a6c9e6def362c34f582e7c145c628b4d /branches
parent0bbe13397029323153ea739b14e326d2395666cd (diff)
Change OpenEJB dependency to include Widows separator fix. Having to move to a SNAPSHOT so need to talk to OpenEJB about this. This commit also included the plugin repository change for TUSCANY-3270
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml4
-rw-r--r--branches/sca-java-1.5.1/pom.xml33
2 files changed, 34 insertions, 3 deletions
diff --git a/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml b/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
index a0e61e0818..8c995e5f2d 100644
--- a/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
+++ b/branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml
@@ -66,13 +66,13 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
- <version>3.0.1</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-jee</artifactId>
- <version>3.0.1</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.5.1/pom.xml b/branches/sca-java-1.5.1/pom.xml
index 7d0df0595d..13ac7aaa66 100644
--- a/branches/sca-java-1.5.1/pom.xml
+++ b/branches/sca-java-1.5.1/pom.xml
@@ -86,6 +86,17 @@
</snapshots>
</repository>
<repository>
+ <id>apache.repository</id>
+ <name>Apache Repository</name>
+ <url>https://repository.apache.org/content/groups/snapshots</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>indiana</id>
<url>http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/</url>
<releases>
@@ -104,7 +115,17 @@
<snapshots>
<enabled>false</enabled>
</snapshots>
- </repository>
+ </repository>
+ <repository>
+ <id>ibiblio</id>
+ <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
</repositories>
<pluginRepositories>
@@ -156,6 +177,16 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
+
+ <!-- Java download repository -->
+ <pluginRepository>
+ <id>java download</id>
+ <name>Java Download Repository</name>
+ <url>http://download.java.net/maven/2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
</pluginRepositories>
<distributionManagement>