Index: plugins/com.jboss.jbds.product/about.mappings =================================================================== --- plugins/com.jboss.jbds.product/about.mappings (revision 11729) +++ plugins/com.jboss.jbds.product/about.mappings (working copy) @@ -2,6 +2,7 @@ # contains fill-ins for about.properties # java.io.Properties file (ISO 8859-1 with "\" escapes) # This file does not need to be translated. +# This file is generated. See pom.xml. 0=@product.releaseNumber@ 1=@product.buildQualifier@ Index: plugins/com.jboss.jbds.product/pom.xml =================================================================== --- plugins/com.jboss.jbds.product/pom.xml (revision 11729) +++ plugins/com.jboss.jbds.product/pom.xml (working copy) @@ -1,98 +1,91 @@ - 4.0.0 - - com.jboss.jbds.product - plugins - 7.0.0-SNAPSHOT - - com.jboss.jbds.product.plugins - com.jboss.jbds.product - 7.0.0-SNAPSHOT - eclipse-plugin - - org.apache.tools.ant.util.regexp.JakartaOroRegexp - - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-apache-oro - 1.7.1 - - - maven-antrun-plugin - ${maven.antrun.plugin.version} - - - process-about-mapping - package - - run - - - - - - - Bundle-Version = ${Bundle-Version} - project.build.finalName = ${project.build.finalName} + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + com.jboss.jbds.product + plugins + 7.0.0-SNAPSHOT + + com.jboss.jbds.product.plugins + com.jboss.jbds.product + 7.0.0-SNAPSHOT + eclipse-plugin + + org.apache.tools.ant.util.regexp.JakartaOroRegexp + + + + + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + org.apache.ant + ant-apache-oro + 1.7.1 + + + maven-antrun-plugin + ${maven.antrun.plugin.version} + + + process-about-mapping + process-resources + + run + + + + + - - - product.releaseNumber = ${product.releaseNumber} + + buildQualifier = ${buildQualifier}, project.version = ${project.version}, BUILD_ALIAS=${BUILD_ALIAS} - - product.buildQualifier = ${product.buildQualifier} + + + product.releaseNumber = ${product.releaseNumber} - - - product.buildTimeStamp = ${product.buildTimeStamp} + buildQualifier = ${buildQualifier} - - - - - - - - - - - - - - - + + product.buildTimeStamp = ${product.buildTimeStamp} - - - - - - - + + + + + + + + + + + + + revert-about-mapping + verify + + run + + + + + + + + + + + Index: pom.xml =================================================================== --- pom.xml (revision 11744) +++ pom.xml (working copy) @@ -85,7 +85,7 @@ To replicate a Jenkins CI build, run like this (unified.target and hudson profile require VPN access): - mvn clean install -P hudson,eap,pack200 -Dtpc.targetKind=unified -DTARGET_PLATFORM_VERSION=4.30.5.Alpha4-SNAPSHOT -DTARGET_PLATFORM_VERSION_MAXIMUM=4.30.5.Alpha4-SNAPSHOT -DBUILD_NUMBER=1234 -DJOB_NAME=devstudio.product_trunk -Dupdate.site.description="Development Milestone" + mvn clean install -P hudson,eap,pack200 -Dtpc.targetKind=unified -DTARGET_PLATFORM_VERSION=4.30.5.Alpha5 -DTARGET_PLATFORM_VERSION_MAXIMUM=4.30.5.Alpha5 -DBUILD_NUMBER=1234 -DJOB_NAME=devstudio.product_trunk -Dupdate.site.description="Development Milestone" See README.md for information building, installing, contributing, generated artifacts, and more.