[jboss-cvs] jboss-seam/src/main/org/jboss/seam/servlet ...

Norman Richards norman.richards at jboss.com
Fri Feb 23 17:03:04 EST 2007


  User: nrichards
  Date: 07/02/23 17:03:04

  Modified:    src/main/org/jboss/seam/servlet  SeamListener.java
  Log:
  bump version numbers
  
  Revision  Changes    Path
  1.24      +1 -1      jboss-seam/src/main/org/jboss/seam/servlet/SeamListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/servlet/SeamListener.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- SeamListener.java	7 Feb 2007 22:49:52 -0000	1.23
  +++ SeamListener.java	23 Feb 2007 22:03:04 -0000	1.24
  @@ -28,7 +28,7 @@
      private static final LogProvider log = Logging.getLogProvider(ServletContextListener.class);
   
      public void contextInitialized(ServletContextEvent event) {
  -      log.info("Welcome to Seam 1.1.6.GA");
  +      log.info("Welcome to Seam 1.1.7.RC1");
         Lifecycle.setServletContext( event.getServletContext() );
         new Initialization( event.getServletContext() ).init();
      }
  
  
  



More information about the jboss-cvs-commits mailing list