You can provide Version Product information for your Feature Extension
You can provide Version Product information for your Feature Extensions by providing the installation with a uniquely named product information properties file in the lib/versions directory of the extension. The file extension must be .properties.
You can add Version Product information manually or by using the featureManager script's installation option under the following conditions:
com.ibm.websphere.productId=yourProductID
com.ibm.websphere.productOwner=TheProductOwner
com.ibm.websphere.productVersion=yourProductVersion
com.ibm.websphere.productName=yourProductName
com.ibm.websphere.productInstallType=yourProductInstallType
com.ibm.websphere.productEdition=yourProductEdition
com.ibm.websphere.productReplaces=theProductIdToReplace
Subsystem-ManifestVersion:1
...
Subsystem-Content: userProdExt; version="[1,1.0.100]",
user.ext.version.info; type="file"; location:="lib/versions/user.ext.version.info.properties"
IBM-Feature-Version: 2
The following is an example that shows the output of the productInfo script using the version option that shows the product name and version entries that are specified in the product information properties file:
com.ibm.websphere.productId=XYZ Product ID
com.ibm.websphere.productOwner=XYZ Inc
com.ibm.websphere.productVersion=1.0.0
com.ibm.websphere.productName=XYZ User Product
com.ibm.websphere.productInstallType=Archive
com.ibm.websphere.productEdition=Enterprise Edition
Command:
productInfo version
Output:
Product name: Websphere Application Server
Product version: 8.5.5.0
Product name: XYZ User Product
Product version: 1.0.0