Did a grep on a clean checkout and noticed tons of 2.2-SNAPSHOT references still in the source.

1) Do all the dependencies.xml files need to be updated?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin-artifact xmlns:ns2="http://geronimo.apache.org/xml/ns/attributes-1.2"; xmlns="http://geronimo.apache.org/xml/ns/plugins-1.3";>
    <module-id>
        <groupId>org.apache.geronimo.configs</groupId>
        <artifactId>welcome-jetty</artifactId>
        <version>2.2-SNAPSHOT</version>
        <type>car</type>
    </module-id>

2) Found several geronimo-web.xml files that were not updated, like -
plugins/welcome/geronimo-welcome/src/main/webapp/WEB-INF/geronimo-web.xml

3) Some junit test files were not updated -
framework/modules/geronimo-upgrade/src/test/resources/gbean_1_result.xml
framework/modules/geronimo-plugin/src/test/resources/geronimo-plugins.xml
framework/configs/geronimo-gbean-deployer/src/it/j2ee-system-it1/src/test/resources/META-INF/geronimo-plugin.xml

4) Some hits in the Java code -
plugins/clustering/clustering-it/clustering-test/src/main/java/org/apache/geronimo/farm/plugin/test/TestGBean.java:69: JpaPluginInstance pluginInstance = new JpaPluginInstance("org.apache.geronimo.plugins.it/customer-jetty/2.2-SNAPSHOT/car"); framework/modules/geronimo-system/src/test/java/org/apache/geronimo/system/configuration/LocalAttributeManagerReadWriteTest.java:257: " <ns2:module name=\"org.apache.geronimo.configs/cxf-ejb-deployer/2.1-SNAPSHOT/car\" condition=\"props.getProperty('org.apache.geronimo.jaxws.provider', 'cxf') == 'cxf'\">\n"


-Donald

David Jencks wrote:
I've managed to come up with a 2.2 release candidate built using the maven-release-plugin.

See the jira issues here:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10220&styleName=Html&version=12312965

Staged to

https://repository.apache.org/content/repositories/orgapachegeronimo-024

The main artifacts up for vote are the source release archives

https://repository.apache.org/content/repositories/orgapachegeronimo-024/org/apache/geronimo/geronimo/2.2/geronimo-2.2-source-release.tar.gz https://repository.apache.org/content/repositories/orgapachegeronimo-024/org/apache/geronimo/geronimo/2.2/geronimo-2.2-source-release.zip

If you vote you should at least examine these and make sure something plausible builds from them.

Since we're on a holiday weekend and we have to verify that the binaries pass the tck the voting is likely to remain open for more than the minimum 72 hours.

[  ] +1 about time to push this out the door
[  ]  0 no opinion
[  ] -1 not this one  (please explain why)

Many thanks
david jencks


Reply via email to