Hi Glen,
Sorry for my mistake - I should have gone through the guidelines once
again. My impression was that we always tag the trunk and branch _only
if necessary_ (mostly from the tag) so that we don't go through the
pains of merging more often. But I see your point - ultimately there
will be release specific versions in the trunk and that may leave a
window for someone to get a release specific code version from the
trunk at some point (and may messup the build)

While we are in this subject let me clarify some things. How would the
documentation and such stuff work in this case ? especially the
release specific docs like the release note (I need to modify some of
the XmlSchema docs to get the version from a filter. but most release
notes can have  differences other than just the version number).
Should this be modified in the trunk (to reflect the latest release)
or just in the release specific branch ?

Ajith

On 7/25/07, Glen Daniels <[EMAIL PROTECTED]> wrote:
Hi Ajith!

This kind of stuff should really be on a release-specific branch.
Please see http://marc.info/?l=axis-dev&m=117734349010193&w=2 for how
Axis2 is doing it.

If you follow those guidelines for XmlSchema, we won't have
release-specific stuff on the trunk, and it'll be easier to keep things
moving forward.

--Glen

[EMAIL PROTECTED] wrote:
> Author: ajith
> Date: Tue Jul 24 23:07:19 2007
> New Revision: 559324
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=559324
> Log:
> 1. Updating documentation for latest release
> 2. updating version numbers in the pom for branching/tagging
>
> Modified:
>     webservices/commons/trunk/modules/XmlSchema/RELEASE-NOTE.txt
>     webservices/commons/trunk/modules/XmlSchema/pom.xml
>     webservices/commons/trunk/modules/XmlSchema/src/site/apt/index.apt
>     webservices/commons/trunk/modules/XmlSchema/src/site/xdoc/download.xml
>
> Modified: webservices/commons/trunk/modules/XmlSchema/RELEASE-NOTE.txt
> URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/RELEASE-NOTE.txt?view=diff&rev=559324&r1=559323&r2=559324
> ==============================================================================
> --- webservices/commons/trunk/modules/XmlSchema/RELEASE-NOTE.txt (original)
> +++ webservices/commons/trunk/modules/XmlSchema/RELEASE-NOTE.txt Tue Jul 24 
23:07:19 2007
> @@ -1,8 +1,8 @@
>   ====================================
> -       XMLSchema 1.3 Release Notes
> +       XMLSchema 1.3.2 Release Notes
>   ====================================
>
> -This is the release of XMLSchema 1.3.1 of Apache WS-Commons. This release 
includes
> +This is the release of XMLSchema 1.3.2 of Apache WS-Commons. This release 
includes
>  numerous bug fixes and a new feature addition that enables users to register
>  extension types with the schema parser.
>
>
> Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
> URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?view=diff&rev=559324&r1=559323&r2=559324
> ==============================================================================
> --- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
> +++ webservices/commons/trunk/modules/XmlSchema/pom.xml Tue Jul 24 23:07:19 
2007
> @@ -26,7 +26,7 @@
>      <groupId>org.apache.ws.commons.schema</groupId>
>      <artifactId>XmlSchema</artifactId>
>      <name>XmlSchema</name>
> -    <version>SNAPSHOT</version>
> +    <version>1.3.2</version>
>      <description>Commons XMLSchema is a light weight schema object model 
that can be used to manipualte or
>          generate a schema. It has a clean, easy to use API and can easily be 
integrated into an existing project
>          since it has almost no dependancies on third party 
libraries.</description>
>
> Modified: webservices/commons/trunk/modules/XmlSchema/src/site/apt/index.apt
> URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/site/apt/index.apt?view=diff&rev=559324&r1=559323&r2=559324
> ==============================================================================
> --- webservices/commons/trunk/modules/XmlSchema/src/site/apt/index.apt 
(original)
> +++ webservices/commons/trunk/modules/XmlSchema/src/site/apt/index.apt Tue 
Jul 24 23:07:19 2007
> @@ -15,7 +15,7 @@
>
>  Downloads
>
> -  The latest release is 1.3.1 and can be found
> +  The latest release is 1.3.2 and can be found
>    {{{http://ws.apache.org/commons/XmlSchema/download.cgi}here}}.
>
>
>
> Modified: 
webservices/commons/trunk/modules/XmlSchema/src/site/xdoc/download.xml
> URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/site/xdoc/download.xml?view=diff&rev=559324&r1=559323&r2=559324
> ==============================================================================
> --- webservices/commons/trunk/modules/XmlSchema/src/site/xdoc/download.xml 
(original)
> +++ webservices/commons/trunk/modules/XmlSchema/src/site/xdoc/download.xml 
Tue Jul 24 23:07:19 2007
> @@ -35,7 +35,7 @@
>              <h2>Releases</h2>
>              <div align="left">
>                  <p>XmlSchema is becoming more and more stable and the latest 
official version available for download is
> -                    XmlSchema 1.3.1. All the releases are available for 
download as source or binary. For more information,
> +                    XmlSchema 1.3.2. All the releases are available for 
download as source or binary. For more information,
>                      please see
>                      <a href="http://www.apache.org/dev/release.html";>Apache 
Release FAQ</a>
>                  </p>
> @@ -52,6 +52,49 @@
>                              <td align="center" width="100">Date</td>
>                              <td align="center" width="200">Description</td>
>                          </tr>
> +
> +                        <tr class="b">
> +                                                      <td align="center" 
valign="middle">
> +                                                         1.3.1
> +                                                       </td>
> +                                                           <td 
align="center">Release</td>
> +                                                           <td>Source 
Distribution
> +                                                                <a 
href="[preferred]/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip"
> +                                                                                   
title="[preferred]/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip">zip</a>
> +
> +                                                                 <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip.md5";
> +                                                                                   
class="externalLink"
> +                                                                                   
title="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip.md5";>MD5</a>
> +                                                                 <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.2-src.zip.asc";
> +                                                                                   
class="externalLink"
> +                                                                                   
title="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-src.zip.asc";>PGP</a>
> +                                                                  <br/>
> +                                                                  Binary 
Distribution
> +                                                                  <a 
href="[preferred]/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip"
> +                                                                                   
title="[preferred]/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip">zip</a>
> +                                                                 <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.md5";
> +                                                                                   
class="externalLink"
> +                                                                                   
title="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.md5";>MD5</a>
> +                                                                 <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.asc";
> +                                                                                   
class="externalLink"
> +                                                                                   
title="http://www.apache.org/dist/ws/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-bin.zip.asc";>
> +                                                                                   
 PGP</a>
> +                                                                  <br/>
> +                                                                  Documents 
Distribution
> +                                                                  <a 
href="[preferred]/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip"
> +                                                                                   
title="[preferred]/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip">zip</a>
> +                                                                 <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip.md5";
> +                                                                                   
class="externalLink"
> +                                                                                   
title="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip.md5";>MD5</a>
> +                                                                 <a 
href="http://www.apache.org/dist/ws/commons/XmlSchema/1_3_1/XmlSchema-1.3.2-docs.zip.asc";
> +                                                                                   
class="externalLink"
> +                                                                                   
title="http://www.apache.org/dist/ws/ws/commons/XmlSchema/1_3_2/XmlSchema-1.3.2-docs.zip.asc";>
> +                                                                                   
 PGP</a>
> +                                                                  <br/>
> +                                                                  </td>
> +                                                                  <td>24 - 07 - 
2007</td>
> +                                                                  <td>1.3.2 
Release (Mirrored)</td>
> +                                                                </tr>
>
>
>                           <tr class="b">
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

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




--
Ajith Ranabahu

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

Reply via email to