martinc     2004/09/11 23:22:29

  Modified:    .        build.xml project.xml
               conf/share MANIFEST.MF
               contrib/struts-el project.xml
               doc      acquiring.xml roadmap.xml
  Log:
  Update version numbers for Struts 1.2.4.
  
  Revision  Changes    Path
  1.139     +1 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- build.xml 3 Sep 2004 00:30:55 -0000       1.138
  +++ build.xml 12 Sep 2004 06:22:29 -0000      1.139
  @@ -148,7 +148,7 @@
       <property name="project.name" value="jakarta-struts"/>
   
       <!-- Version of the project -->
  -    <property name="project.version" value="1.2.3"/>
  +    <property name="project.version" value="1.2.4"/>
   
   
   <!-- ========== Derived Properties ======================================== -->
  
  
  
  1.35      +6 -1      jakarta-struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml       1 Sep 2004 05:22:28 -0000       1.34
  +++ project.xml       12 Sep 2004 06:22:29 -0000      1.35
  @@ -3,7 +3,7 @@
     <pomVersion>3</pomVersion>
     <name>struts</name>
     <id>struts</id>
  -  <currentVersion>1.2.3</currentVersion>
  +  <currentVersion>1.2.4</currentVersion>
     <organization>
       <name>The Apache Software Foundation</name>
       <url>http://struts.apache.org/</url>
  @@ -52,6 +52,11 @@
         <id>1.2.2</id>
         <name>1.2.2</name>
         <tag>STRUTS_1_2_2</tag>
  +    </version>
  +    <version>
  +      <id>1.2.3</id>
  +      <name>1.2.3</name>
  +      <tag>STRUTS_1_2_3</tag>
       </version>
     </versions>
     <mailingLists>
  
  
  
  1.13      +2 -2      jakarta-struts/conf/share/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/MANIFEST.MF,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- MANIFEST.MF       2 Sep 2004 04:48:11 -0000       1.12
  +++ MANIFEST.MF       12 Sep 2004 06:22:29 -0000      1.13
  @@ -2,11 +2,11 @@
   Extension-Name: Struts Framework
   Specification-Title: Struts Framework
   Specification-Vendor: The Apache Software Foundation
  -Specification-Version: 1.2.3
  +Specification-Version: 1.2.4
   Implementation-Title: Struts Framework
   Implementation-Vendor: The Apache Software Foundation
   Implementation-Vendor-Id: org.apache
  -Implementation-Version: 1.2.2
  +Implementation-Version: 1.2.4
   Class-Path: 
     commons-beanutils.jar
     commons-collections.jar
  
  
  
  1.3       +2 -2      jakarta-struts/contrib/struts-el/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       4 Sep 2004 01:17:25 -0000       1.2
  +++ project.xml       12 Sep 2004 06:22:29 -0000      1.3
  @@ -5,7 +5,7 @@
     <name>struts-el</name>
     <id>struts-el</id>
     <groupId>struts</groupId>
  -  <currentVersion>1.2.3</currentVersion>
  +  <currentVersion>1.2.4</currentVersion>
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.strutsel</package>
     <shortDescription>Extension/adaptation of Struts tag libraries to use JSP 1.2 
expression language.</shortDescription>
  @@ -57,7 +57,7 @@
       <dependency>
         <groupId>struts</groupId>
         <artifactId>struts</artifactId>
  -      <version>1.2.3</version>
  +      <version>1.2.4</version>
         <url>http://jakarta.apache.org/struts/</url>
       </dependency>
       <dependency>
  
  
  
  1.24      +3 -3      jakarta-struts/doc/acquiring.xml
  
  Index: acquiring.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/acquiring.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- acquiring.xml     8 Sep 2004 13:26:09 -0000       1.23
  +++ acquiring.xml     12 Sep 2004 06:22:29 -0000      1.24
  @@ -73,14 +73,14 @@
       </p>
           <ul>
           <li>
  -            <a href="http://cvs.apache.org/dist/struts/v1.2.3";>Struts Development
  -                Builds - Not rated "General Availability" - Struts 1.2.3 (Alpha)
  +            <a href="http://cvs.apache.org/dist/struts/v1.2.4";>Struts Development
  +                Builds - Not rated "General Availability" - Struts 1.2.4 (Alpha)
                   is the most recent.</a>
           </li>
               <li>
                   <a href="http://cvs.apache.org/repository/struts/jars";>Struts 
Development
                       Repository (Maven) - Not rated "General Availability" -  Struts
  -                    1.2.3 (Alpha) is the most recent.</a>
  +                    1.2.4 (Alpha) is the most recent.</a>
               </li>
           </ul>
   
  
  
  
  1.7       +1 -1      jakarta-struts/doc/roadmap.xml
  
  Index: roadmap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/roadmap.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- roadmap.xml       25 Aug 2004 11:46:55 -0000      1.6
  +++ roadmap.xml       12 Sep 2004 06:22:29 -0000      1.7
  @@ -434,7 +434,7 @@
   
   
           <li>
  -        <a href="http://wiki.apache.org/struts/StrutsRelease122";>Release Plan 
1.2.2</a>
  +        <a href="http://wiki.apache.org/struts/StrutsRelease124";>Release Plan 
1.2.4</a>
           </li>
   
           <li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to