Hi Donald, Yes, I have changed the GEP release process documentation accordingly.
If you have other changes just let me know. Thanks much..
----> http://cwiki.apache.org/GMOxPMGT/release-eclipse-plugin-process.html
Donald Woods wrote:
Cool, thanks.
Also, when we release GEP 2.1.2, can we just copy it to Tags like we do
the server release, so we'll have a 2.1 branch around for future
maintenance?
-Donald
Tim McConnell wrote:
Hi Donald, yes you're right -- this is now complete. GEP Trunk is now
in synch with Geronimo 2.1.2 server...
Donald Woods wrote:
Tim, we need to remove these 2.2-SNAPSHOT depends from GEP 2.1.2, as
we will need to release it soon after the Server 2.1.2 release and
2.2 is looking like a Sept/Oct release. We cannot release a GEP that
relies on SNAPSHOT jars.
-Donald
[EMAIL PROTECTED] wrote:
Author: mcconne
Date: Mon Jul 7 20:49:14 2008
New Revision: 674712
URL: http://svn.apache.org/viewvc?rev=674712&view=rev
Log:
GERONIMODEVTOOLS-491 Temporary fix to allow defintion of new
Geronimo servers
Modified:
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/pom.xml
Modified:
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF?rev=674712&r1=674711&r2=674712&view=diff
==============================================================================
---
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
(original)
+++
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/META-INF/MANIFEST.MF
Mon Jul 7 20:49:14 2008
@@ -5,7 +5,7 @@
Bundle-Version: 2.1.2
Require-Bundle:
org.apache.geronimo.runtime.common;visibility:=reexport
Bundle-ClassPath: lib/geronimo-common-2.2-SNAPSHOT.jar,
- lib/geronimo-deploy-jsr88-2.2-SNAPSHOT.jar,
+ lib/geronimo-deploy-jsr88-2.1.1.jar,
lib/geronimo-deployment-2.2-SNAPSHOT.jar,
lib/geronimo-j2ee-schema-2.2-SNAPSHOT.jar,
lib/geronimo-kernel-2.2-SNAPSHOT.jar,
Modified:
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/pom.xml?rev=674712&r1=674711&r2=674712&view=diff
==============================================================================
---
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/pom.xml
(original)
+++
geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.v21/pom.xml
Mon Jul 7 20:49:14 2008
@@ -92,7 +92,7 @@
<artifactItem>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>geronimo-deploy-jsr88</artifactId>
-
<version>${geronimoVersion}</version>
+ <version>2.1.1</version>
</artifactItem>
<artifactItem>
<groupId>org.apache.geronimo.framework</groupId>
--
Thanks,
Tim McConnell