Author: jconlon
Date: Tue Feb  6 22:01:59 2007
New Revision: 714

Modified:
   slf4j/trunk/jcl104-over-slf4j/pom.xml
   slf4j/trunk/pom.xml
   slf4j/trunk/slf4j-jcl/pom.xml
   slf4j/trunk/slf4j-jdk14/pom.xml
   slf4j/trunk/slf4j-log4j12/pom.xml
   slf4j/trunk/slf4j-nop/pom.xml
   slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
   slf4j/trunk/slf4j-simple/pom.xml

Log:
Added version to plugin.

Modified: slf4j/trunk/jcl104-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/jcl104-over-slf4j/pom.xml       (original)
+++ slf4j/trunk/jcl104-over-slf4j/pom.xml       Tue Feb  6 22:01:59 2007
@@ -33,6 +33,7 @@
       <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
+       <version>0.9.0-incubator-SNAPSHOT</version>
        <extensions>true</extensions>
        <configuration>
                <instructions>

Modified: slf4j/trunk/pom.xml
==============================================================================
--- slf4j/trunk/pom.xml (original)
+++ slf4j/trunk/pom.xml Tue Feb  6 22:01:59 2007
@@ -133,7 +133,7 @@
       <name>Apache Snapshot Plugin Repository</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <releases>
-        <enabled>true</enabled>
+        <enabled>false</enabled>
       </releases>
       <snapshots>
         <enabled>true</enabled>

Modified: slf4j/trunk/slf4j-jcl/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-jcl/pom.xml       (original)
+++ slf4j/trunk/slf4j-jcl/pom.xml       Tue Feb  6 22:01:59 2007
@@ -40,6 +40,7 @@
                <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>0.9.0-incubator-SNAPSHOT</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>

Modified: slf4j/trunk/slf4j-jdk14/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-jdk14/pom.xml     (original)
+++ slf4j/trunk/slf4j-jdk14/pom.xml     Tue Feb  6 22:01:59 2007
@@ -46,6 +46,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>0.9.0-incubator-SNAPSHOT</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>

Modified: slf4j/trunk/slf4j-log4j12/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-log4j12/pom.xml   (original)
+++ slf4j/trunk/slf4j-log4j12/pom.xml   Tue Feb  6 22:01:59 2007
@@ -42,6 +42,7 @@
        <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
+               <version>0.9.0-incubator-SNAPSHOT</version>
                <extensions>true</extensions>
                <configuration>
                        <instructions>

Modified: slf4j/trunk/slf4j-nop/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-nop/pom.xml       (original)
+++ slf4j/trunk/slf4j-nop/pom.xml       Tue Feb  6 22:01:59 2007
@@ -36,6 +36,7 @@
                        <plugin>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>maven-bundle-plugin</artifactId>
+                       <version>0.9.0-incubator-SNAPSHOT</version>
                        <extensions>true</extensions>
                        <configuration>
                                <instructions>

Modified: slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-osgi-test-bundle/pom.xml  (original)
+++ slf4j/trunk/slf4j-osgi-test-bundle/pom.xml  Tue Feb  6 22:01:59 2007
@@ -58,6 +58,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>0.9.0-incubator-SNAPSHOT</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>

Modified: slf4j/trunk/slf4j-simple/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-simple/pom.xml    (original)
+++ slf4j/trunk/slf4j-simple/pom.xml    Tue Feb  6 22:01:59 2007
@@ -33,6 +33,7 @@
                <plugin>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>maven-bundle-plugin</artifactId>
+                       <version>0.9.0-incubator-SNAPSHOT</version>
                        <extensions>true</extensions>
                        <configuration>
                                <instructions>
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to