I see your point. And I see someone else already moved it back to
1.8.3-SNAPSHOT.

David

On 5 February 2015 at 20:23, David Jencks
<david_jen...@yahoo.com.invalid> wrote:
> Please undo the maven  version change.  If this were to be 2.0.0-SNAPSHOT, we 
> would have to release 2.0.2 as our first 2.0 release.  AFAIK felix sub 
> projects work around osgi-maven version incompatibility by having snapshots 
> at odd versions and releases at the next even version.
>
> thanks
> david jencks
>
> On Feb 5, 2015, at 9:25 AM, dav...@apache.org wrote:
>
>> Author: davidb
>> Date: Thu Feb  5 14:25:51 2015
>> New Revision: 1657578
>>
>> URL: http://svn.apache.org/r1657578
>> Log:
>> Add osgi.implementation capability.
>>
>> DS 1.3 implementations are required to provide this capability alongside the 
>> osgi.extender capability.
>> Also updated the maven module version to 2.0.0-SNAPSHOT to be aligned with 
>> the bundle version.
>>
>> Modified:
>>    felix/trunk/scr/bnd.bnd
>>    felix/trunk/scr/pom.xml
>>
>> Modified: felix/trunk/scr/bnd.bnd
>> URL: 
>> http://svn.apache.org/viewvc/felix/trunk/scr/bnd.bnd?rev=1657578&r1=1657577&r2=1657578&view=diff
>> ==============================================================================
>> --- felix/trunk/scr/bnd.bnd (original)
>> +++ felix/trunk/scr/bnd.bnd Thu Feb  5 14:25:51 2015
>> @@ -8,7 +8,12 @@ Bundle-Version: 2.0.0
>> Provide-Capability: osgi.extender;\
>>                    osgi.extender="osgi.component";\
>>                    uses:="org.osgi.service.component";\
>> +                   version:Version="1.3",\
>> +                   osgi.implementation;\
>> +                   osgi.implementation="osgi.component";\
>> +                   uses:="org.osgi.service.component";\
>>                    version:Version="1.3"
>> +
>>
>> Export-Package: org.apache.felix.scr;version=1.8.1, \
>>  org.apache.felix.scr.component;version=1.1.0;mandatory:="status"; 
>> status="provisional", \
>>
>> Modified: felix/trunk/scr/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1657578&r1=1657577&r2=1657578&view=diff
>> ==============================================================================
>> --- felix/trunk/scr/pom.xml (original)
>> +++ felix/trunk/scr/pom.xml Thu Feb  5 14:25:51 2015
>> @@ -30,7 +30,7 @@
>>         Implementation of the Declarative Services specification 1.2
>>     </description>
>>     <artifactId>org.apache.felix.scr</artifactId>
>> -    <version>1.8.3-SNAPSHOT</version>
>> +    <version>2.0.0-SNAPSHOT</version>
>>     <scm>
>>         
>> <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</connection>
>>         
>> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</developerConnection>
>>
>>
>

Reply via email to