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