To simplify release maintenance it would be nice to use variables and maven filtering for feature.xml.
In other words the feature.xml shall not contain the version as redundant config but instead use a variable like ${project.version} or ${revision} (see https://maven.apache.org/maven-ci-friendly.html). Maven filtering could then replace this variable with the real version.
To simplify release maintenance it would be nice to use variables and maven filtering for
feature.xml.In other words the
feature.xmlshall not contain the version as redundant config but instead use a variable like${project.version}or${revision}(see https://maven.apache.org/maven-ci-friendly.html). Maven filtering could then replace this variable with the real version.