You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2011/11/26 22:05:02 UTC

svn commit: r1206590 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pop3/pom.xml smtp/pom.xml

Author: norman
Date: Sat Nov 26 21:05:01 2011
New Revision: 1206590

URL: http://svn.apache.org/viewvc?rev=1206590&view=rev
Log:
Downgrade bundle plugin to be able to compile with java5

Modified:
    james/protocols/trunk/api/pom.xml
    james/protocols/trunk/lmtp/pom.xml
    james/protocols/trunk/netty/pom.xml
    james/protocols/trunk/pop3/pom.xml
    james/protocols/trunk/smtp/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Sat Nov 26 21:05:01 2011
@@ -69,6 +69,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/lmtp/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Sat Nov 26 21:05:01 2011
@@ -87,6 +87,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/netty/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Sat Nov 26 21:05:01 2011
@@ -73,6 +73,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/pop3/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Sat Nov 26 21:05:01 2011
@@ -74,6 +74,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/protocols/trunk/smtp/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Sat Nov 26 21:05:01 2011
@@ -90,6 +90,8 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
+                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1206590 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pop3/pom.xml smtp/pom.xml

Posted by Norman Maurer <no...@googlemail.com>.
Thanks!

2011/11/26 Felix Knecht <fe...@apache.org>

> On 11/26/2011 10:09 PM, Norman Maurer wrote:
>
>> Don't know ;) Adjust it if you have a few minutes ;)
>>
>
> Done.
>
>
>> Thanks,
>> Norman
>>
>>
>> 2011/11/26 Felix Knecht<fe...@apache.org>
>>
>>  Why not doing this only once in the pluginManagement section in the top
>>> pom.xml?
>>>
>>> On 11/26/2011 10:05 PM, norman@apache.org wrote:
>>>
>>>  Author: norman
>>>> Date: Sat Nov 26 21:05:01 2011
>>>> New Revision: 1206590
>>>>
>>>> URL: http://svn.apache.org/viewvc?****rev=1206590&view=rev<http://svn.apache.org/viewvc?**rev=1206590&view=rev>
>>>> <http://**svn.apache.org/viewvc?rev=**1206590&view=rev<http://svn.apache.org/viewvc?rev=1206590&view=rev>
>>>> >
>>>>
>>>> Log:
>>>> Downgrade bundle plugin to be able to compile with java5
>>>>
>>>> Modified:
>>>>     james/protocols/trunk/api/pom.****xml
>>>>     james/protocols/trunk/lmtp/****pom.xml
>>>>     james/protocols/trunk/netty/****pom.xml
>>>>     james/protocols/trunk/pop3/****pom.xml
>>>>     james/protocols/trunk/smtp/****pom.xml
>>>>
>>>> Modified: james/protocols/trunk/api/pom.****xml
>>>> URL: http://svn.apache.org/viewvc/****james/protocols/trunk/api/**
>>>> pom.**<http://svn.apache.org/viewvc/**james/protocols/trunk/api/pom.**>
>>>> xml?rev=1206590&r1=1206589&r2=****1206590&view=diff<http://**
>>>> svn.apache.org/viewvc/james/**protocols/trunk/api/pom.xml?**
>>>> rev=1206590&r1=1206589&r2=**1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>>> >
>>>> ==============================****============================**==**
>>>> ==================
>>>> --- james/protocols/trunk/api/pom.****xml (original)
>>>> +++ james/protocols/trunk/api/pom.****xml Sat Nov 26 21:05:01 2011
>>>>
>>>> @@ -69,6 +69,8 @@
>>>>              <plugin>
>>>>                  <groupId>org.apache.felix</****groupId>
>>>>                  <artifactId>maven-bundle-****plugin</artifactId>
>>>> +<!-- See https://issues.apache.org/****jira/browse/FELIX-3037<https://issues.apache.org/**jira/browse/FELIX-3037>
>>>> <https:/**/issues.apache.org/jira/**browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>
>>>> >-->
>>>>
>>>> +<version>2.3.4</version>
>>>>                  <executions>
>>>>                      <execution>
>>>>                          <id>bundle-manifest</id>
>>>>
>>>> Modified: james/protocols/trunk/lmtp/****pom.xml
>>>> URL: http://svn.apache.org/viewvc/****james/protocols/trunk/lmtp/**<http://svn.apache.org/viewvc/**james/protocols/trunk/lmtp/**>
>>>> pom.xml?rev=1206590&r1=****1206589&r2=1206590&view=diff<h**
>>>> ttp://svn.apache.org/viewvc/**james/protocols/trunk/lmtp/**
>>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>>> >
>>>> ==============================****============================**==**
>>>> ==================
>>>> --- james/protocols/trunk/lmtp/****pom.xml (original)
>>>> +++ james/protocols/trunk/lmtp/****pom.xml Sat Nov 26 21:05:01 2011
>>>>
>>>> @@ -87,6 +87,8 @@
>>>>              <plugin>
>>>>                  <groupId>org.apache.felix</****groupId>
>>>>                  <artifactId>maven-bundle-****plugin</artifactId>
>>>> +<!-- See https://issues.apache.org/****jira/browse/FELIX-3037<https://issues.apache.org/**jira/browse/FELIX-3037>
>>>> <https:/**/issues.apache.org/jira/**browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>
>>>> >-->
>>>>
>>>> +<version>2.3.4</version>
>>>>                  <executions>
>>>>                      <execution>
>>>>                          <id>bundle-manifest</id>
>>>>
>>>> Modified: james/protocols/trunk/netty/****pom.xml
>>>> URL: http://svn.apache.org/viewvc/****james/protocols/trunk/netty/****<http://svn.apache.org/viewvc/**james/protocols/trunk/netty/**>
>>>> pom.xml?rev=1206590&r1=****1206589&r2=1206590&view=diff<h**
>>>> ttp://svn.apache.org/viewvc/**james/protocols/trunk/netty/**
>>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>>> >
>>>> ==============================****============================**==**
>>>> ==================
>>>> --- james/protocols/trunk/netty/****pom.xml (original)
>>>> +++ james/protocols/trunk/netty/****pom.xml Sat Nov 26 21:05:01 2011
>>>>
>>>> @@ -73,6 +73,8 @@
>>>>              <plugin>
>>>>                  <groupId>org.apache.felix</****groupId>
>>>>                  <artifactId>maven-bundle-****plugin</artifactId>
>>>> +<!-- See https://issues.apache.org/****jira/browse/FELIX-3037<https://issues.apache.org/**jira/browse/FELIX-3037>
>>>> <https:/**/issues.apache.org/jira/**browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>
>>>> >-->
>>>>
>>>> +<version>2.3.4</version>
>>>>                  <executions>
>>>>                      <execution>
>>>>                          <id>bundle-manifest</id>
>>>>
>>>> Modified: james/protocols/trunk/pop3/****pom.xml
>>>> URL: http://svn.apache.org/viewvc/****james/protocols/trunk/pop3/**<http://svn.apache.org/viewvc/**james/protocols/trunk/pop3/**>
>>>> pom.xml?rev=1206590&r1=****1206589&r2=1206590&view=diff<h**
>>>> ttp://svn.apache.org/viewvc/**james/protocols/trunk/pop3/**
>>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>>> >
>>>> ==============================****============================**==**
>>>> ==================
>>>> --- james/protocols/trunk/pop3/****pom.xml (original)
>>>> +++ james/protocols/trunk/pop3/****pom.xml Sat Nov 26 21:05:01 2011
>>>>
>>>> @@ -74,6 +74,8 @@
>>>>              <plugin>
>>>>                  <groupId>org.apache.felix</****groupId>
>>>>                  <artifactId>maven-bundle-****plugin</artifactId>
>>>> +<!-- See https://issues.apache.org/****jira/browse/FELIX-3037<https://issues.apache.org/**jira/browse/FELIX-3037>
>>>> <https:/**/issues.apache.org/jira/**browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>
>>>> >-->
>>>>
>>>> +<version>2.3.4</version>
>>>>                  <executions>
>>>>                      <execution>
>>>>                          <id>bundle-manifest</id>
>>>>
>>>> Modified: james/protocols/trunk/smtp/****pom.xml
>>>> URL: http://svn.apache.org/viewvc/****james/protocols/trunk/smtp/**<http://svn.apache.org/viewvc/**james/protocols/trunk/smtp/**>
>>>> pom.xml?rev=1206590&r1=****1206589&r2=1206590&view=diff<h**
>>>> ttp://svn.apache.org/viewvc/**james/protocols/trunk/smtp/**
>>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>>> >
>>>> ==============================****============================**==**
>>>> ==================
>>>> --- james/protocols/trunk/smtp/****pom.xml (original)
>>>> +++ james/protocols/trunk/smtp/****pom.xml Sat Nov 26 21:05:01 2011
>>>>
>>>> @@ -90,6 +90,8 @@
>>>>              <plugin>
>>>>                  <groupId>org.apache.felix</****groupId>
>>>>                  <artifactId>maven-bundle-****plugin</artifactId>
>>>> +<!-- See https://issues.apache.org/****jira/browse/FELIX-3037<https://issues.apache.org/**jira/browse/FELIX-3037>
>>>> <https:/**/issues.apache.org/jira/**browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>
>>>> >-->
>>>>
>>>> +<version>2.3.4</version>
>>>>                  <executions>
>>>>                      <execution>
>>>>                          <id>bundle-manifest</id>
>>>>
>>>>
>>>>
>>>> ------------------------------****----------------------------**
>>>> --**---------
>>>> To unsubscribe, e-mail: server-dev-unsubscribe@james.****apache.org<
>>>> server-dev-**unsubscribe@james.apache.org<se...@james.apache.org>
>>>> >
>>>> For additional commands, e-mail: server-dev-help@james.apache.****org<
>>>> server-dev-help@james.**apache.org <se...@james.apache.org>>
>>>>
>>>>
>>>>
>>> ------------------------------****----------------------------**
>>> --**---------
>>> To unsubscribe, e-mail: server-dev-unsubscribe@james.****apache.org<
>>> server-dev-**unsubscribe@james.apache.org<se...@james.apache.org>
>>> >
>>> For additional commands, e-mail: server-dev-help@james.apache.****org<
>>> server-dev-help@james.**apache.org <se...@james.apache.org>>
>>>
>>>
>>>
>>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.org<se...@james.apache.org>
> For additional commands, e-mail: server-dev-help@james.apache.**org<se...@james.apache.org>
>
>

Re: svn commit: r1206590 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pop3/pom.xml smtp/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
On 11/26/2011 10:09 PM, Norman Maurer wrote:
> Don't know ;) Adjust it if you have a few minutes ;)

Done.

>
> Thanks,
> Norman
>
>
> 2011/11/26 Felix Knecht<fe...@apache.org>
>
>> Why not doing this only once in the pluginManagement section in the top
>> pom.xml?
>>
>> On 11/26/2011 10:05 PM, norman@apache.org wrote:
>>
>>> Author: norman
>>> Date: Sat Nov 26 21:05:01 2011
>>> New Revision: 1206590
>>>
>>> URL: http://svn.apache.org/viewvc?**rev=1206590&view=rev<http://svn.apache.org/viewvc?rev=1206590&view=rev>
>>> Log:
>>> Downgrade bundle plugin to be able to compile with java5
>>>
>>> Modified:
>>>      james/protocols/trunk/api/pom.**xml
>>>      james/protocols/trunk/lmtp/**pom.xml
>>>      james/protocols/trunk/netty/**pom.xml
>>>      james/protocols/trunk/pop3/**pom.xml
>>>      james/protocols/trunk/smtp/**pom.xml
>>>
>>> Modified: james/protocols/trunk/api/pom.**xml
>>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/api/pom.**
>>> xml?rev=1206590&r1=1206589&r2=**1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- james/protocols/trunk/api/pom.**xml (original)
>>> +++ james/protocols/trunk/api/pom.**xml Sat Nov 26 21:05:01 2011
>>> @@ -69,6 +69,8 @@
>>>               <plugin>
>>>                   <groupId>org.apache.felix</**groupId>
>>>                   <artifactId>maven-bundle-**plugin</artifactId>
>>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>>> +<version>2.3.4</version>
>>>                   <executions>
>>>                       <execution>
>>>                           <id>bundle-manifest</id>
>>>
>>> Modified: james/protocols/trunk/lmtp/**pom.xml
>>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/lmtp/**
>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- james/protocols/trunk/lmtp/**pom.xml (original)
>>> +++ james/protocols/trunk/lmtp/**pom.xml Sat Nov 26 21:05:01 2011
>>> @@ -87,6 +87,8 @@
>>>               <plugin>
>>>                   <groupId>org.apache.felix</**groupId>
>>>                   <artifactId>maven-bundle-**plugin</artifactId>
>>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>>> +<version>2.3.4</version>
>>>                   <executions>
>>>                       <execution>
>>>                           <id>bundle-manifest</id>
>>>
>>> Modified: james/protocols/trunk/netty/**pom.xml
>>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/netty/**
>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- james/protocols/trunk/netty/**pom.xml (original)
>>> +++ james/protocols/trunk/netty/**pom.xml Sat Nov 26 21:05:01 2011
>>> @@ -73,6 +73,8 @@
>>>               <plugin>
>>>                   <groupId>org.apache.felix</**groupId>
>>>                   <artifactId>maven-bundle-**plugin</artifactId>
>>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>>> +<version>2.3.4</version>
>>>                   <executions>
>>>                       <execution>
>>>                           <id>bundle-manifest</id>
>>>
>>> Modified: james/protocols/trunk/pop3/**pom.xml
>>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/pop3/**
>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- james/protocols/trunk/pop3/**pom.xml (original)
>>> +++ james/protocols/trunk/pop3/**pom.xml Sat Nov 26 21:05:01 2011
>>> @@ -74,6 +74,8 @@
>>>               <plugin>
>>>                   <groupId>org.apache.felix</**groupId>
>>>                   <artifactId>maven-bundle-**plugin</artifactId>
>>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>>> +<version>2.3.4</version>
>>>                   <executions>
>>>                       <execution>
>>>                           <id>bundle-manifest</id>
>>>
>>> Modified: james/protocols/trunk/smtp/**pom.xml
>>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/smtp/**
>>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- james/protocols/trunk/smtp/**pom.xml (original)
>>> +++ james/protocols/trunk/smtp/**pom.xml Sat Nov 26 21:05:01 2011
>>> @@ -90,6 +90,8 @@
>>>               <plugin>
>>>                   <groupId>org.apache.felix</**groupId>
>>>                   <artifactId>maven-bundle-**plugin</artifactId>
>>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>>> +<version>2.3.4</version>
>>>                   <executions>
>>>                       <execution>
>>>                           <id>bundle-manifest</id>
>>>
>>>
>>>
>>> ------------------------------**------------------------------**---------
>>> To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.org<se...@james.apache.org>
>>> For additional commands, e-mail: server-dev-help@james.apache.**org<se...@james.apache.org>
>>>
>>>
>>
>> ------------------------------**------------------------------**---------
>> To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.org<se...@james.apache.org>
>> For additional commands, e-mail: server-dev-help@james.apache.**org<se...@james.apache.org>
>>
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r1206590 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pop3/pom.xml smtp/pom.xml

Posted by Norman Maurer <no...@googlemail.com>.
Don't know ;) Adjust it if you have a few minutes ;)

Thanks,
Norman


2011/11/26 Felix Knecht <fe...@apache.org>

> Why not doing this only once in the pluginManagement section in the top
> pom.xml?
>
> On 11/26/2011 10:05 PM, norman@apache.org wrote:
>
>> Author: norman
>> Date: Sat Nov 26 21:05:01 2011
>> New Revision: 1206590
>>
>> URL: http://svn.apache.org/viewvc?**rev=1206590&view=rev<http://svn.apache.org/viewvc?rev=1206590&view=rev>
>> Log:
>> Downgrade bundle plugin to be able to compile with java5
>>
>> Modified:
>>     james/protocols/trunk/api/pom.**xml
>>     james/protocols/trunk/lmtp/**pom.xml
>>     james/protocols/trunk/netty/**pom.xml
>>     james/protocols/trunk/pop3/**pom.xml
>>     james/protocols/trunk/smtp/**pom.xml
>>
>> Modified: james/protocols/trunk/api/pom.**xml
>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/api/pom.**
>> xml?rev=1206590&r1=1206589&r2=**1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>> ==============================**==============================**
>> ==================
>> --- james/protocols/trunk/api/pom.**xml (original)
>> +++ james/protocols/trunk/api/pom.**xml Sat Nov 26 21:05:01 2011
>> @@ -69,6 +69,8 @@
>>              <plugin>
>>                  <groupId>org.apache.felix</**groupId>
>>                  <artifactId>maven-bundle-**plugin</artifactId>
>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>> +<version>2.3.4</version>
>>                  <executions>
>>                      <execution>
>>                          <id>bundle-manifest</id>
>>
>> Modified: james/protocols/trunk/lmtp/**pom.xml
>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/lmtp/**
>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>> ==============================**==============================**
>> ==================
>> --- james/protocols/trunk/lmtp/**pom.xml (original)
>> +++ james/protocols/trunk/lmtp/**pom.xml Sat Nov 26 21:05:01 2011
>> @@ -87,6 +87,8 @@
>>              <plugin>
>>                  <groupId>org.apache.felix</**groupId>
>>                  <artifactId>maven-bundle-**plugin</artifactId>
>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>> +<version>2.3.4</version>
>>                  <executions>
>>                      <execution>
>>                          <id>bundle-manifest</id>
>>
>> Modified: james/protocols/trunk/netty/**pom.xml
>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/netty/**
>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>> ==============================**==============================**
>> ==================
>> --- james/protocols/trunk/netty/**pom.xml (original)
>> +++ james/protocols/trunk/netty/**pom.xml Sat Nov 26 21:05:01 2011
>> @@ -73,6 +73,8 @@
>>              <plugin>
>>                  <groupId>org.apache.felix</**groupId>
>>                  <artifactId>maven-bundle-**plugin</artifactId>
>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>> +<version>2.3.4</version>
>>                  <executions>
>>                      <execution>
>>                          <id>bundle-manifest</id>
>>
>> Modified: james/protocols/trunk/pop3/**pom.xml
>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/pop3/**
>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>> ==============================**==============================**
>> ==================
>> --- james/protocols/trunk/pop3/**pom.xml (original)
>> +++ james/protocols/trunk/pop3/**pom.xml Sat Nov 26 21:05:01 2011
>> @@ -74,6 +74,8 @@
>>              <plugin>
>>                  <groupId>org.apache.felix</**groupId>
>>                  <artifactId>maven-bundle-**plugin</artifactId>
>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>> +<version>2.3.4</version>
>>                  <executions>
>>                      <execution>
>>                          <id>bundle-manifest</id>
>>
>> Modified: james/protocols/trunk/smtp/**pom.xml
>> URL: http://svn.apache.org/viewvc/**james/protocols/trunk/smtp/**
>> pom.xml?rev=1206590&r1=**1206589&r2=1206590&view=diff<http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff>
>> ==============================**==============================**
>> ==================
>> --- james/protocols/trunk/smtp/**pom.xml (original)
>> +++ james/protocols/trunk/smtp/**pom.xml Sat Nov 26 21:05:01 2011
>> @@ -90,6 +90,8 @@
>>              <plugin>
>>                  <groupId>org.apache.felix</**groupId>
>>                  <artifactId>maven-bundle-**plugin</artifactId>
>> +<!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
>> +<version>2.3.4</version>
>>                  <executions>
>>                      <execution>
>>                          <id>bundle-manifest</id>
>>
>>
>>
>> ------------------------------**------------------------------**---------
>> To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.org<se...@james.apache.org>
>> For additional commands, e-mail: server-dev-help@james.apache.**org<se...@james.apache.org>
>>
>>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.**apache.org<se...@james.apache.org>
> For additional commands, e-mail: server-dev-help@james.apache.**org<se...@james.apache.org>
>
>

Re: svn commit: r1206590 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pop3/pom.xml smtp/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
Why not doing this only once in the pluginManagement section in the top 
pom.xml?

On 11/26/2011 10:05 PM, norman@apache.org wrote:
> Author: norman
> Date: Sat Nov 26 21:05:01 2011
> New Revision: 1206590
>
> URL: http://svn.apache.org/viewvc?rev=1206590&view=rev
> Log:
> Downgrade bundle plugin to be able to compile with java5
>
> Modified:
>      james/protocols/trunk/api/pom.xml
>      james/protocols/trunk/lmtp/pom.xml
>      james/protocols/trunk/netty/pom.xml
>      james/protocols/trunk/pop3/pom.xml
>      james/protocols/trunk/smtp/pom.xml
>
> Modified: james/protocols/trunk/api/pom.xml
> URL: http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
> ==============================================================================
> --- james/protocols/trunk/api/pom.xml (original)
> +++ james/protocols/trunk/api/pom.xml Sat Nov 26 21:05:01 2011
> @@ -69,6 +69,8 @@
>               <plugin>
>                   <groupId>org.apache.felix</groupId>
>                   <artifactId>maven-bundle-plugin</artifactId>
> +<!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
> +<version>2.3.4</version>
>                   <executions>
>                       <execution>
>                           <id>bundle-manifest</id>
>
> Modified: james/protocols/trunk/lmtp/pom.xml
> URL: http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
> ==============================================================================
> --- james/protocols/trunk/lmtp/pom.xml (original)
> +++ james/protocols/trunk/lmtp/pom.xml Sat Nov 26 21:05:01 2011
> @@ -87,6 +87,8 @@
>               <plugin>
>                   <groupId>org.apache.felix</groupId>
>                   <artifactId>maven-bundle-plugin</artifactId>
> +<!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
> +<version>2.3.4</version>
>                   <executions>
>                       <execution>
>                           <id>bundle-manifest</id>
>
> Modified: james/protocols/trunk/netty/pom.xml
> URL: http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
> ==============================================================================
> --- james/protocols/trunk/netty/pom.xml (original)
> +++ james/protocols/trunk/netty/pom.xml Sat Nov 26 21:05:01 2011
> @@ -73,6 +73,8 @@
>               <plugin>
>                   <groupId>org.apache.felix</groupId>
>                   <artifactId>maven-bundle-plugin</artifactId>
> +<!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
> +<version>2.3.4</version>
>                   <executions>
>                       <execution>
>                           <id>bundle-manifest</id>
>
> Modified: james/protocols/trunk/pop3/pom.xml
> URL: http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
> ==============================================================================
> --- james/protocols/trunk/pop3/pom.xml (original)
> +++ james/protocols/trunk/pop3/pom.xml Sat Nov 26 21:05:01 2011
> @@ -74,6 +74,8 @@
>               <plugin>
>                   <groupId>org.apache.felix</groupId>
>                   <artifactId>maven-bundle-plugin</artifactId>
> +<!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
> +<version>2.3.4</version>
>                   <executions>
>                       <execution>
>                           <id>bundle-manifest</id>
>
> Modified: james/protocols/trunk/smtp/pom.xml
> URL: http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206590&r1=1206589&r2=1206590&view=diff
> ==============================================================================
> --- james/protocols/trunk/smtp/pom.xml (original)
> +++ james/protocols/trunk/smtp/pom.xml Sat Nov 26 21:05:01 2011
> @@ -90,6 +90,8 @@
>               <plugin>
>                   <groupId>org.apache.felix</groupId>
>                   <artifactId>maven-bundle-plugin</artifactId>
> +<!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
> +<version>2.3.4</version>
>                   <executions>
>                       <execution>
>                           <id>bundle-manifest</id>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org