...
- 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.
Refer to Deployment plans for details.Code Block xml xml borderStyle solidxml <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>
...