You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2008/01/22 08:35:59 UTC

svn commit: r614131 - in /felix/trunk: eventadmin/bridge.wireadmin/ eventadmin/impl/ examples/dictionaryclient/ examples/dictionaryclient2/ examples/dictionaryservice.itest/ examples/dictionaryservice/ examples/eventlistener/ examples/extenderbased.cir...

Author: cziegeler
Date: Mon Jan 21 23:35:57 2008
New Revision: 614131

URL: http://svn.apache.org/viewvc?rev=614131&view=rev
Log:
Use released version of maven bundle plugin.

Modified:
    felix/trunk/eventadmin/bridge.wireadmin/pom.xml
    felix/trunk/eventadmin/impl/pom.xml
    felix/trunk/examples/dictionaryclient/pom.xml
    felix/trunk/examples/dictionaryclient2/pom.xml
    felix/trunk/examples/dictionaryservice.itest/pom.xml
    felix/trunk/examples/dictionaryservice/pom.xml
    felix/trunk/examples/eventlistener/pom.xml
    felix/trunk/examples/extenderbased.circle/pom.xml
    felix/trunk/examples/extenderbased.host/pom.xml
    felix/trunk/examples/extenderbased.square/pom.xml
    felix/trunk/examples/extenderbased.triangle/pom.xml
    felix/trunk/examples/frenchdictionary/pom.xml
    felix/trunk/examples/servicebased.circle/pom.xml
    felix/trunk/examples/servicebased.host/pom.xml
    felix/trunk/examples/servicebased.square/pom.xml
    felix/trunk/examples/servicebased.triangle/pom.xml
    felix/trunk/examples/spellcheckbinder/pom.xml
    felix/trunk/examples/spellcheckclient/pom.xml
    felix/trunk/examples/spellcheckscr/pom.xml
    felix/trunk/examples/spellcheckservice/pom.xml
    felix/trunk/framework/pom.xml
    felix/trunk/http.jetty/pom.xml
    felix/trunk/ipojo/annotations/pom.xml

Modified: felix/trunk/eventadmin/bridge.wireadmin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/eventadmin/bridge.wireadmin/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/eventadmin/bridge.wireadmin/pom.xml (original)
+++ felix/trunk/eventadmin/bridge.wireadmin/pom.xml Mon Jan 21 23:35:57 2008
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/eventadmin/impl/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/eventadmin/impl/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/eventadmin/impl/pom.xml (original)
+++ felix/trunk/eventadmin/impl/pom.xml Mon Jan 21 23:35:57 2008
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/dictionaryclient/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/dictionaryclient/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/dictionaryclient/pom.xml (original)
+++ felix/trunk/examples/dictionaryclient/pom.xml Mon Jan 21 23:35:57 2008
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/dictionaryclient2/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/dictionaryclient2/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/dictionaryclient2/pom.xml (original)
+++ felix/trunk/examples/dictionaryclient2/pom.xml Mon Jan 21 23:35:57 2008
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/dictionaryservice.itest/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/dictionaryservice.itest/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/dictionaryservice.itest/pom.xml (original)
+++ felix/trunk/examples/dictionaryservice.itest/pom.xml Mon Jan 21 23:35:57 2008
@@ -77,7 +77,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/dictionaryservice/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/dictionaryservice/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/dictionaryservice/pom.xml (original)
+++ felix/trunk/examples/dictionaryservice/pom.xml Mon Jan 21 23:35:57 2008
@@ -41,7 +41,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/eventlistener/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/eventlistener/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/eventlistener/pom.xml (original)
+++ felix/trunk/examples/eventlistener/pom.xml Mon Jan 21 23:35:57 2008
@@ -41,7 +41,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/extenderbased.circle/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/extenderbased.circle/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/extenderbased.circle/pom.xml (original)
+++ felix/trunk/examples/extenderbased.circle/pom.xml Mon Jan 21 23:35:57 2008
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/extenderbased.host/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/extenderbased.host/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/extenderbased.host/pom.xml (original)
+++ felix/trunk/examples/extenderbased.host/pom.xml Mon Jan 21 23:35:57 2008
@@ -44,7 +44,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/extenderbased.square/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/extenderbased.square/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/extenderbased.square/pom.xml (original)
+++ felix/trunk/examples/extenderbased.square/pom.xml Mon Jan 21 23:35:57 2008
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/extenderbased.triangle/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/extenderbased.triangle/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/extenderbased.triangle/pom.xml (original)
+++ felix/trunk/examples/extenderbased.triangle/pom.xml Mon Jan 21 23:35:57 2008
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/frenchdictionary/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/frenchdictionary/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/frenchdictionary/pom.xml (original)
+++ felix/trunk/examples/frenchdictionary/pom.xml Mon Jan 21 23:35:57 2008
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/servicebased.circle/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/servicebased.circle/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/servicebased.circle/pom.xml (original)
+++ felix/trunk/examples/servicebased.circle/pom.xml Mon Jan 21 23:35:57 2008
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/servicebased.host/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/servicebased.host/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/servicebased.host/pom.xml (original)
+++ felix/trunk/examples/servicebased.host/pom.xml Mon Jan 21 23:35:57 2008
@@ -44,7 +44,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/servicebased.square/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/servicebased.square/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/servicebased.square/pom.xml (original)
+++ felix/trunk/examples/servicebased.square/pom.xml Mon Jan 21 23:35:57 2008
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/servicebased.triangle/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/servicebased.triangle/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/servicebased.triangle/pom.xml (original)
+++ felix/trunk/examples/servicebased.triangle/pom.xml Mon Jan 21 23:35:57 2008
@@ -49,7 +49,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/spellcheckbinder/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/spellcheckbinder/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/spellcheckbinder/pom.xml (original)
+++ felix/trunk/examples/spellcheckbinder/pom.xml Mon Jan 21 23:35:57 2008
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/spellcheckclient/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/spellcheckclient/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/spellcheckclient/pom.xml (original)
+++ felix/trunk/examples/spellcheckclient/pom.xml Mon Jan 21 23:35:57 2008
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/spellcheckscr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/spellcheckscr/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/spellcheckscr/pom.xml (original)
+++ felix/trunk/examples/spellcheckscr/pom.xml Mon Jan 21 23:35:57 2008
@@ -61,7 +61,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/examples/spellcheckservice/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/examples/spellcheckservice/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/examples/spellcheckservice/pom.xml (original)
+++ felix/trunk/examples/spellcheckservice/pom.xml Mon Jan 21 23:35:57 2008
@@ -47,7 +47,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Mon Jan 21 23:35:57 2008
@@ -48,7 +48,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/http.jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http.jetty/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/http.jetty/pom.xml (original)
+++ felix/trunk/http.jetty/pom.xml Mon Jan 21 23:35:57 2008
@@ -57,7 +57,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>

Modified: felix/trunk/ipojo/annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/annotations/pom.xml?rev=614131&r1=614130&r2=614131&view=diff
==============================================================================
--- felix/trunk/ipojo/annotations/pom.xml (original)
+++ felix/trunk/ipojo/annotations/pom.xml Mon Jan 21 23:35:57 2008
@@ -42,7 +42,7 @@
   	<plugin>
     	<groupId>org.apache.felix</groupId>
     	<artifactId>maven-bundle-plugin</artifactId>
-    	<version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0</version>
     	<extensions>true</extensions>
     	<configuration>
         	<instructions>