Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Deployment plans
    The plans have been updated to support versioning, configId has been totaly removed and replaced with a whole new structure as illustrated in the following example.
    Code Block
    xmlxml
    borderStylesolid
    xml
    <dep:moduleId>
        <dep:groupId>geronimo</dep:groupId>
        <dep:artifactId>ApplicationId</dep:artifactId>
        <dep:version>1.1</dep:version>
        <dep:type>war</dep:type>
    </dep:moduleId>
    
    Refer to Deployment plans for details.

...

The XML schemas have also changed to reflect the configID to moduleId change. geronimo-config-1.1.xsd has been replaced with geronimo-module-1.1.xsd. Refer to http://geronimo.apache.org/schemasImage Removed for further details.

...