You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ka...@apache.org on 2012/01/05 19:02:21 UTC

svn commit: r1227724 - /synapse/branches/2.1/pom.xml

Author: kasun
Date: Thu Jan  5 18:02:21 2012
New Revision: 1227724

URL: http://svn.apache.org/viewvc?rev=1227724&view=rev
Log:
Updating plugin versions

Modified:
    synapse/branches/2.1/pom.xml

Modified: synapse/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1227724&r1=1227723&r2=1227724&view=diff
==============================================================================
--- synapse/branches/2.1/pom.xml (original)
+++ synapse/branches/2.1/pom.xml Thu Jan  5 18:02:21 2012
@@ -206,15 +206,15 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.4.1</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.5</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>3.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -260,7 +260,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>2.1</version>
+                <version>3.0</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>
@@ -754,12 +754,12 @@
         <plugins>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>2.1</version>
+                <version>3.0</version>
                 <inherited>false</inherited>
             </plugin>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.1.1</version>
+                <version>2.2</version>
                 <configuration>
                     <!-- These features are disabled since they cause "mvn site" to hang -->
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>



Re: svn commit: r1227724 - /synapse/branches/2.1/pom.xml

Posted by Hiranya Jayathilaka <hi...@gmail.com>.
On Fri, Jan 6, 2012 at 2:56 PM, Afkham Azeez <af...@gmail.com> wrote:

> Should this go to the branch as well?


This is the branch. Trunk is already setup with latest versions of the
plugins.

Thanks,
Hiranya


>
>
> On Thu, Jan 5, 2012 at 11:32 PM, <ka...@apache.org> wrote:
>
>> Author: kasun
>> Date: Thu Jan  5 18:02:21 2012
>> New Revision: 1227724
>>
>> URL: http://svn.apache.org/viewvc?rev=1227724&view=rev
>> Log:
>> Updating plugin versions
>>
>> Modified:
>>    synapse/branches/2.1/pom.xml
>>
>> Modified: synapse/branches/2.1/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1227724&r1=1227723&r2=1227724&view=diff
>>
>> ==============================================================================
>> --- synapse/branches/2.1/pom.xml (original)
>> +++ synapse/branches/2.1/pom.xml Thu Jan  5 18:02:21 2012
>> @@ -206,15 +206,15 @@
>>             <plugins>
>>                 <plugin>
>>                     <artifactId>maven-clean-plugin</artifactId>
>> -                    <version>2.2</version>
>> +                    <version>2.4.1</version>
>>                 </plugin>
>>                 <plugin>
>>                     <artifactId>maven-resources-plugin</artifactId>
>> -                    <version>2.2</version>
>> +                    <version>2.5</version>
>>                 </plugin>
>>                 <plugin>
>>                     <artifactId>maven-site-plugin</artifactId>
>> -                    <version>2.1</version>
>> +                    <version>3.0</version>
>>                 </plugin>
>>             </plugins>
>>         </pluginManagement>
>> @@ -260,7 +260,7 @@
>>             </plugin>
>>             <plugin>
>>                 <artifactId>maven-site-plugin</artifactId>
>> -                <version>2.1</version>
>> +                <version>3.0</version>
>>                 <inherited>false</inherited>
>>                 <executions>
>>                     <execution>
>> @@ -754,12 +754,12 @@
>>         <plugins>
>>             <plugin>
>>                 <artifactId>maven-site-plugin</artifactId>
>> -                <version>2.1</version>
>> +                <version>3.0</version>
>>                 <inherited>false</inherited>
>>             </plugin>
>>             <plugin>
>>                 <artifactId>maven-project-info-reports-plugin</artifactId>
>> -                <version>2.1.1</version>
>> +                <version>2.2</version>
>>                 <configuration>
>>                     <!-- These features are disabled since they cause
>> "mvn site" to hang -->
>>
>> <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
>>
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com,
> *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/>
> *
> *
> *email: **azeez@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
> *
> *
>
>


-- 
Hiranya Jayathilaka
Associate Technical Lead;
WSO2 Inc.;  http://wso2.org
E-mail: hiranya@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Re: svn commit: r1227724 - /synapse/branches/2.1/pom.xml

Posted by Afkham Azeez <af...@gmail.com>.
Should this go to the branch as well?

On Thu, Jan 5, 2012 at 11:32 PM, <ka...@apache.org> wrote:

> Author: kasun
> Date: Thu Jan  5 18:02:21 2012
> New Revision: 1227724
>
> URL: http://svn.apache.org/viewvc?rev=1227724&view=rev
> Log:
> Updating plugin versions
>
> Modified:
>    synapse/branches/2.1/pom.xml
>
> Modified: synapse/branches/2.1/pom.xml
> URL:
> http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1227724&r1=1227723&r2=1227724&view=diff
>
> ==============================================================================
> --- synapse/branches/2.1/pom.xml (original)
> +++ synapse/branches/2.1/pom.xml Thu Jan  5 18:02:21 2012
> @@ -206,15 +206,15 @@
>             <plugins>
>                 <plugin>
>                     <artifactId>maven-clean-plugin</artifactId>
> -                    <version>2.2</version>
> +                    <version>2.4.1</version>
>                 </plugin>
>                 <plugin>
>                     <artifactId>maven-resources-plugin</artifactId>
> -                    <version>2.2</version>
> +                    <version>2.5</version>
>                 </plugin>
>                 <plugin>
>                     <artifactId>maven-site-plugin</artifactId>
> -                    <version>2.1</version>
> +                    <version>3.0</version>
>                 </plugin>
>             </plugins>
>         </pluginManagement>
> @@ -260,7 +260,7 @@
>             </plugin>
>             <plugin>
>                 <artifactId>maven-site-plugin</artifactId>
> -                <version>2.1</version>
> +                <version>3.0</version>
>                 <inherited>false</inherited>
>                 <executions>
>                     <execution>
> @@ -754,12 +754,12 @@
>         <plugins>
>             <plugin>
>                 <artifactId>maven-site-plugin</artifactId>
> -                <version>2.1</version>
> +                <version>3.0</version>
>                 <inherited>false</inherited>
>             </plugin>
>             <plugin>
>                 <artifactId>maven-project-info-reports-plugin</artifactId>
> -                <version>2.1.1</version>
> +                <version>2.2</version>
>                 <configuration>
>                     <!-- These features are disabled since they cause "mvn
> site" to hang -->
>
> <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
>
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation;
**http://www.apache.org/*<http://www.apache.org/>
*
*
*email: **azeez@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
blog: **http://blog.afkham.org* <http://blog.afkham.org>*
twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
*
*