[
https://issues.jboss.org/browse/JBSEAM-4042?page=com.atlassian.jira.plugi...
]
Marek Novotny closed JBSEAM-4042.
---------------------------------
Assignee: Marek Novotny
Fix Version/s: 2.3.1.CR1
Resolution: Done
We have defined it from 2.3.1.CR1 release as project.short.version maven property.
https://github.com/seam2/jboss-seam/blob/JBoss_Seam_2_3_1_CR1/pom.xml#L40
Maven root project should define a version.seam.major property to use
in filters
--------------------------------------------------------------------------------
Key: JBSEAM-4042
URL:
https://issues.jboss.org/browse/JBSEAM-4042
Project: Seam 2
Issue Type: Feature Request
Components: Build
Affects Versions: 2.1.1.GA
Reporter: Felix Hoßfeld
Assignee: Marek Novotny
Priority: Trivial
Fix For: 2.3.1.CR1
Original Estimate: 10 minutes
Remaining Estimate: 10 minutes
It would be helpful if the Seam root project would define the major version - e.g.
"2.1" for 2.1.1.GA - as a Maven property that would be availabe in the Maven
filters:
<?xml version="1.0" encoding="UTF-8"?>
<page
xmlns="http://jboss.com/products/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/pages
http://jboss.com/products/seam/pages-${version.seam.major}.xsd">
</page>
IMHO opnion it would simplify the upgrade from one major version to the next. Using it
is purely optional so it would not harm users that do not want to use that feature.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira