FYI, looks like the javamail 1.0-SNAPSHOT needed to be redeployed,
the old 1.0-SNAPSHOT had a ref to project-config 1.0.0-SNAPSHOT.
--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