Need to define a version of our product in weblogic-application.xml. Is it possible? Thanks.
For WebLogic, the application version goes in the Weblogic-Application-Version
attribute in the manifest file.
<manifest file="${dist.dir}/MANIFEST.MF">
<attribute name="Created-By" value="${user.name}" />
<attribute name="Created-On" value="${build.timestamp}" />
<attribute name="Ant-Version" value="${ant.version}" />
<attribute name="Java-Version" value="${ant.java.version}" />
<attribute name="Weblogic-Application-Version" value="${project.version}" />
</manifest>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With