I just checked... I did change javamail/trunk/pom.xml to use Genesis 1.1-SNAPSHOT about 4 weeks ago w/ rev #438228.

Looks like your workspace is not up to date.

--jason


On Sep 30, 2006, at 11:05 AM, David Jencks wrote:

I tried to build javamail/trunk yesterday and couldn't due to a dependency on a genesis 1.0.0-SNAPSHOT jar which I couldn't locate anywhere or figure out how to build.

It did work for me after this change:

Index: pom.xml
===================================================================
--- pom.xml     (revision 437178)
+++ pom.xml     (working copy)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>

     <groupId>org.apache.geronimo.javamail</groupId>


I'm wondering if all or some of the genesis stuff will be stable enough soon so we can vote on a release and use non-snapshot versions?

thanks
david jencks


Reply via email to