summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/modules/contribution-jee-impl
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/sca-java-1.5.1/modules/contribution-jee-impl
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/sca-java-1.5.1/modules/contribution-jee-impl')
-rw-r--r--branches/sca-java-1.5.1/modules/contribution-jee-impl/pom.xml4
1 files changed, 2 insertions, 2 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>