On Mon, Jul 25, 2011 at 6:55 AM, <[email protected]> wrote:

> Author: supunm
> Date: Sun Jul 24 18:25:58 2011
> New Revision: 110616
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=110616
>
> Log:
> s/1.0.1/1.0.2
>
> Modified:
>   branches/carbon/3.2.0/products/lb/1.0.2/INSTALL.txt
>   branches/carbon/3.2.0/products/lb/1.0.2/README.txt
>   branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/pom.xml
>
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/pom.xml
>
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/src/main/assembly/filter.properties
>   branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/pom.xml
>
> branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/product/pom.xml
>   branches/carbon/3.2.0/products/lb/1.0.2/pom.xml
>
> Modified: branches/carbon/3.2.0/products/lb/1.0.2/INSTALL.txt
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/INSTALL.txt?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> --- branches/carbon/3.2.0/products/lb/1.0.2/INSTALL.txt (original)
> +++ branches/carbon/3.2.0/products/lb/1.0.2/INSTALL.txt Sun Jul 24 18:25:58
> 2011
> @@ -1,7 +1,7 @@
> -Installing  WSO2 Load Balancer (LB) 1.0.1-SNAPSHOT
> +Installing  WSO2 Load Balancer (LB) 1.0.2-SNAPSHOT
>  ===================================================
>
> -WSO2 LB 1.0.1-SNAPSHOT can be run either in standalone mode or as a webapp
> within a
> +WSO2 LB 1.0.2-SNAPSHOT can be run either in standalone mode or as a webapp
> within a
>  servlet container, for webapp deployment please follow the ESB
> documentation
>  available at the
> http://wso2.org/project/esb/java/4.0.0-SNAPSHOT/docs/index.html or
>  download the WSO2 ESB documentation distribution.
>
> Modified: branches/carbon/3.2.0/products/lb/1.0.2/README.txt
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/README.txt?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> --- branches/carbon/3.2.0/products/lb/1.0.2/README.txt  (original)
> +++ branches/carbon/3.2.0/products/lb/1.0.2/README.txt  Sun Jul 24 18:25:58
> 2011
> @@ -1,8 +1,8 @@
>
>  
> ================================================================================
> -                        WSO2 Load Balancer 1.0.1 - SNAPSHOT
> +                        WSO2 Load Balancer 1.0.2 - SNAPSHOT
>
>  
> ================================================================================
>
> -Welcome to the WSO2 Load Balancer 1.0.1 - SNAPSHOT release
> +Welcome to the WSO2 Load Balancer 1.0.2 - SNAPSHOT release
>
>  WSO2 Load Balancer is a load balancer product based on WSO2 Carbon. A
> compact
>  version doing the load balancing feature of WSO2 Enterprise Service Bus.
>
> Modified:
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/pom.xml?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> --- branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/pom.xml
>      (original)
> +++ branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/pom.xml
>      Sun Jul 24 18:25:58 2011
> @@ -24,7 +24,7 @@
>     <parent>
>         <groupId>org.wso2.lb</groupId>
>         <artifactId>lb-parent</artifactId>
> -        <version>1.0.1</version>
> +        <version>1.0.2</version>
>         <relativePath>../../pom.xml</relativePath>
>     </parent>
>
>
> Modified:
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/pom.xml?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> ---
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/pom.xml
>        (original)
> +++
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/pom.xml
>        Sun Jul 24 18:25:58 2011
> @@ -24,7 +24,7 @@
>     <parent>
>         <groupId>org.wso2.lb</groupId>
>        <artifactId>lb-distribution-parent</artifactId>
> -        <version>1.0.1</version>
> +        <version>1.0.2</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>
> @@ -386,7 +386,7 @@
>         <dependency>
>             <groupId>org.apache.geronimo.specs</groupId>
>             <artifactId>geronimo-stax-api_1.0_spec</artifactId>
> -            <version>1.0.1</version>
> +            <version>1.0.2</version>
>

This is an epic grep failure. :)
You can't simply do an s/1.0.1/1.0.2/g to update the product profiles. There
may be *other* 1.0.1s as well. Changed this version back to 1.0.1.

Thank you.
Regards,
Pradeeban.

        </dependency>
>         <dependency>
>             <groupId>net.sf.saxon.wso2</groupId>
>
> Modified:
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/src/main/assembly/filter.properties
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/src/main/assembly/filter.properties?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> ---
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/src/main/assembly/filter.properties
>    (original)
> +++
> branches/carbon/3.2.0/products/lb/1.0.2/modules/distribution/product/src/main/assembly/filter.properties
>    Sun Jul 24 18:25:58 2011
> @@ -1,7 +1,7 @@
>  product.name=WSO2 LB
> -product.version=1.0.1
> +product.version=1.0.2
>
>  carbon.version=3.2.1
> -lb.version=1.0.1
> +lb.version=1.0.2
>  default.server.role=EnterpriseServiceBus
>  bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
>
> Modified:
> branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/pom.xml?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> --- branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/pom.xml
>  (original)
> +++ branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/pom.xml  Sun
> Jul 24 18:25:58 2011
> @@ -24,7 +24,7 @@
>     <parent>
>         <groupId>org.wso2.lb</groupId>
>         <artifactId>lb-parent</artifactId>
> -        <version>1.0.1</version>
> +        <version>1.0.2</version>
>         <relativePath>../../pom.xml</relativePath>
>     </parent>
>
>
> Modified:
> branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/product/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/product/pom.xml?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> ---
> branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/product/pom.xml
>  (original)
> +++
> branches/carbon/3.2.0/products/lb/1.0.2/modules/p2-profile/product/pom.xml
>  Sun Jul 24 18:25:58 2011
> @@ -22,7 +22,7 @@
>     <parent>
>         <groupId>org.wso2.lb</groupId>
>         <artifactId>lb-p2-profile-gen-parent</artifactId>
> -        <version>1.0.1</version>
> +        <version>1.0.2</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>
>
> Modified: branches/carbon/3.2.0/products/lb/1.0.2/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/products/lb/1.0.2/pom.xml?rev=110616&r1=110615&r2=110616&view=diff
>
> ==============================================================================
> --- branches/carbon/3.2.0/products/lb/1.0.2/pom.xml     (original)
> +++ branches/carbon/3.2.0/products/lb/1.0.2/pom.xml     Sun Jul 24 18:25:58
> 2011
> @@ -32,7 +32,7 @@
>     <groupId>org.wso2.lb</groupId>
>     <artifactId>lb-parent</artifactId>
>     <packaging>pom</packaging>
> -    <version>1.0.1</version>
> +    <version>1.0.2</version>
>     <name>WSO2 LB - Aggregator Module</name>
>     <url>http://wso2.com/products/enterprise-service-bus</url>
>     <description>WSO2 Load Balancer (LB)</description>
> @@ -200,7 +200,7 @@
>         <synapse.patch.version>2.1.0.wso2v3</synapse.patch.version>
>         <synapse.version>2.1.0-wso2v2</synapse.version>
>         <axis2.transport.version>1.1.0-wso2v4</axis2.transport.version>
> -        <lb.version>1.0.1</lb.version>
> +        <lb.version>1.0.2</lb.version>
>         <relay.transport.version>1.0.0</relay.transport.version>
>         <axis2.wso2.version>1.6.1.wso2v1</axis2.wso2.version>
>            <axiom.wso2.version>1.2.11.wso2v1</axiom.wso2.version>
> _______________________________________________
> Carbon-commits mailing list
> [email protected]
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>



-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to