Hide Forgot
Date of First Response: 2009-05-01 12:09:22 project_key: SOA Need to change all occurrences of 4.2.0 CPxx to 4.2.xx. Includes run.jar, zip file name, banner name, etc.
I've got the console and the zip ones. Just changed the bits at the top of dep.props.
Fixed with revision 3021 of: build-tools/dependencies.properties Commit message: JIRA: SOA-1301 Remove references to _CP04 and just use 4.2.4.
It has been decided that we will not be changing the version form to X.Y.Z, so we will need to revert to the X.Y.0.GA_CP0Z form.
Fixed with revision 3055 (4.2.0 branch) of: build-tools/dependencies.properties Commit message: JIRA: SOA-1301 Revert revisions 3000, 3001 and 3020 and restore the X.Y.0.GA_CP0Z form of the version string.
Verified in 4.2 CP04 CR4 find . -name "*4.2.4*" -print <none> grep -ir --color=auto CP04 * | grep index jboss-soa-p.4.2.0/jboss-as/server/all/deploy/jboss-web.deployer/ROOT.war/index.html: <div id="credits">JBoss SOA Platform™ Embedded ESB Server - Version 4.2.0.GA_CP04</div> jboss-soa-p.4.2.0/jboss-as/server/production/deploy/jboss-web.deployer/ROOT.war/index.html: <div id="credits">JBoss SOA Platform™ Embedded ESB Server - Version 4.2.0.GA_CP04</div> jboss-soa-p-standalone.4.2.0/jboss-as/server/default/deploy/jboss-web.deployer/ROOT.war/index.html: <div id="credits">JBoss SOA Platform™ Standalone Server - Version 4.2.0.GA_CP04</div>