[slf4j-dev] svn commit: r714 - in slf4j/trunk: . jcl104-over-slf4j slf4j-jcl slf4j-jdk14 slf4j-log4j12 slf4j-nop slf4j-osgi-test-bundle slf4j-simple

jconlon at slf4j.org jconlon at slf4j.org
Tue Feb 6 22:02:00 CET 2007


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>



More information about the slf4j-dev mailing list