Author: jgallimore
Date: Wed May 13 22:45:41 2009
New Revision: 774577
URL: http://svn.apache.org/viewvc?rev=774577&view=rev
Log:
Use 3.1 instead of 3.1.1-SNAPSHOT so you don't require a snapshot build of
openejb in your local repo
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/common/pom.xml
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/META-INF/MANIFEST.MF
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/META-INF/MANIFEST.MF
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/META-INF/MANIFEST.MF
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml
openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml
Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/common/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/common/pom.xml?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
--- openejb/trunk/sandbox/openejb-eclipse-plugin/common/pom.xml (original)
+++ openejb/trunk/sandbox/openejb-eclipse-plugin/common/pom.xml Wed May 13
22:45:41 2009
@@ -30,17 +30,17 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-jee</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-loader</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/META-INF/MANIFEST.MF?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
---
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/META-INF/MANIFEST.MF
(original)
+++
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/META-INF/MANIFEST.MF
Wed May 13 22:45:41 2009
@@ -24,7 +24,7 @@
Eclipse-LazyStart: true
Bundle-ClassPath: .,
target/classes/,
- lib/ejb31-api-experimental-3.1-SNAPSHOT.jar
+ lib/ejb31-api-experimental-3.1.jar
Main-Class: org.apache.openejb.helper.annotation.cli.Main
Export-Package: org.apache.openejb.helper.annotation
Bundle-Vendor: %providerName
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
---
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml
(original)
+++
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml
Wed May 13 22:45:41 2009
@@ -107,7 +107,7 @@
<artifactId>
ejb31-api-experimental
</artifactId>
-
<version>3.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
</artifactItems>
</configuration>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>ejb31-api-experimental</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/META-INF/MANIFEST.MF?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
---
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/META-INF/MANIFEST.MF
(original)
+++
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/META-INF/MANIFEST.MF
Wed May 13 22:45:41 2009
@@ -27,9 +27,9 @@
lib/jaxb-api-2.0.jar,
lib/jaxb-impl-2.0.3.jar,
lib/log4j-1.2.12.jar,
- lib/openejb-core-3.1-SNAPSHOT.jar,
- lib/openejb-jee-3.1-SNAPSHOT.jar,
- lib/openejb-loader-3.1-SNAPSHOT.jar,
+ lib/openejb-core-3.1.jar,
+ lib/openejb-jee-3.1.jar,
+ lib/openejb-loader-3.1.jar,
lib/swizzle-stream-1.0.1.jar,
lib/sxc-jaxb-0.7-SNAPSHOT.jar,
lib/sxc-runtime-0.7-SNAPSHOT.jar,
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
---
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml
(original)
+++
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml
Wed May 13 22:45:41 2009
@@ -115,7 +115,7 @@
org.apache.openejb
</groupId>
<artifactId>openejb-jee</artifactId>
-
<version>3.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>
@@ -124,7 +124,7 @@
<artifactId>
openejb-core
</artifactId>
-
<version>3.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>
@@ -133,7 +133,7 @@
<artifactId>
openejb-loader
</artifactId>
-
<version>3.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>
@@ -182,17 +182,17 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-jee</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-loader</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/META-INF/MANIFEST.MF?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
---
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/META-INF/MANIFEST.MF
(original)
+++
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/META-INF/MANIFEST.MF
Wed May 13 22:45:41 2009
@@ -664,7 +664,7 @@
lib/commons-logging-api-1.1.jar,
lib/commons-pool-1.3.jar,
lib/cxf-bundle-2.0.4-incubator.jar,
- lib/ejb31-api-experimental-3.1.1-SNAPSHOT.jar,
+ lib/ejb31-api-experimental-3.1.jar,
lib/geronimo-connector-2.1.jar,
lib/geronimo-javamail_1.4_mail-1.2.jar,
lib/geronimo-transaction-2.1.jar,
@@ -674,19 +674,19 @@
lib/jaxb-impl-2.0.5.jar,
lib/log4j-1.2.12.jar,
lib/neethi-2.0.2.jar,
- lib/openejb-client-3.1.1-SNAPSHOT.jar,
- lib/openejb-core-3.1.1-SNAPSHOT.jar,
- lib/openejb-cxf-3.1.1-SNAPSHOT.jar,
- lib/openejb-ejbd-3.1.1-SNAPSHOT.jar,
- lib/openejb-hsql-3.1.1-SNAPSHOT.jar,
- lib/openejb-http-3.1.1-SNAPSHOT.jar,
- lib/openejb-javaagent-3.1.1-SNAPSHOT.jar,
- lib/openejb-jee-3.1.1-SNAPSHOT.jar,
- lib/openejb-loader-3.1.1-SNAPSHOT.jar,
- lib/openejb-multicast-3.1.1-SNAPSHOT.jar,
- lib/openejb-server-3.1.1-SNAPSHOT.jar,
- lib/openejb-telnet-3.1.1-SNAPSHOT.jar,
- lib/openejb-webservices-3.1.1-SNAPSHOT.jar,
+ lib/openejb-client-3.1.jar,
+ lib/openejb-core-3.1.jar,
+ lib/openejb-cxf-3.1.jar,
+ lib/openejb-ejbd-3.1.jar,
+ lib/openejb-hsql-3.1.jar,
+ lib/openejb-http-3.1.jar,
+ lib/openejb-javaagent-3.1.jar,
+ lib/openejb-jee-3.1.jar,
+ lib/openejb-loader-3.1.jar,
+ lib/openejb-multicast-3.1.jar,
+ lib/openejb-server-3.1.jar,
+ lib/openejb-telnet-3.1.jar,
+ lib/openejb-webservices-3.1.jar,
lib/openjpa-1.2.0.jar,
lib/quartz-1.5.2.jar,
lib/saaj-impl-1.3.jar,
Modified:
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
---
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml
(original)
+++
openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml
Wed May 13 22:45:41 2009
@@ -80,12 +80,12 @@
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-loader</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>log4j</groupId>
@@ -95,17 +95,17 @@
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>ejb31-api-experimental</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-javaagent</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-jee</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.codehaus.woodstox</groupId>
@@ -250,47 +250,47 @@
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-client</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-server</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-ejbd</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-multicast</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-hsql</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-http</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-telnet</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-cxf</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-webservices</artifactId>
-
<version>3.1.1-SNAPSHOT</version>
+
<version>${openejb.version}</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.cxf</groupId>
@@ -338,7 +338,7 @@
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>${openejb.version}</version>
</dependency>
</dependencies>
</project>
Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml?rev=774577&r1=774576&r2=774577&view=diff
==============================================================================
--- openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml (original)
+++ openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml Wed May 13 22:45:41
2009
@@ -34,6 +34,7 @@
<properties>
<eclipseInstall>${settings.localRepository}/eclipse</eclipseInstall>
+ <openejb.version>3.1</openejb.version>
</properties>
<scm>