[
http://jira.jboss.com/jira/browse/JBSEAM-1227?page=comments#action_12360173 ]
Shane Bryzak commented on JBSEAM-1227:
--------------------------------------
Good idea, I've never liked how version numbers are hard coded like that. Note to
self:- make sure to update release-process.txt with any changes to the release process.
Seam 1.2.1.GA displayed the wrong version number
------------------------------------------------
Key: JBSEAM-1227
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1227
Project: JBoss Seam
Issue Type: Task
Components: Core
Affects Versions: 1.2.1.GA
Reporter: Joshua Jackson
Assigned To: Shane Bryzak
Fix For: 1.3.0.BETA1
Attachments: Version.java
Seam 1.2.1 displayed the wrong version at logging on bootstrap
Caused by:
public class SeamListener implements ServletContextListener, HttpSessionListener
{
...
public void contextInitialized(ServletContextEvent event) {
log.info("Welcome to Seam 1.2.0.PATCH1");
Lifecycle.setServletContext( event.getServletContext() );
new Initialization( event.getServletContext() ).create().init();
}
...
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira