Versions Compared

Key

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

...

  • 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
    xml
    xml
    borderStylesolidxml
    <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.

...