All,
I've updated the versions in branches/2.0.2 from 2.0.2-SNAPSHOT to 2.0.2. No code changes should be going into 2.0.2.

I'm going to be finalizing the release notes and building binaries later tonight.

The ibiblio repo is having problems this afternoon. To build successfully, I had to add the following to my settings.xml:

    <mirrors>
        <mirror>
            <id>ibiblio.org</id>
            <name>Mirror of http://repo1.maven.org/maven2/</name>
            <url>http://repo1.maven.org/maven2</url>
            <mirrorOf>central</mirrorOf>
        </mirror>
    </mirrors>

In case these problems persist, I intend to add this information to the 2.0.2 release notes and the building geronimo page on our wiki.

--kevan

Reply via email to