Author: ceki Date: Wed Dec 20 23:07:44 2006 New Revision: 670 Modified: slf4j/trunk/jcl104-over-slf4j/pom.xml
Log: adding missing manifest entries. See also http://bugzilla.slf4j.org/show_bug.cgi?id=30 Modified: slf4j/trunk/jcl104-over-slf4j/pom.xml ============================================================================== --- slf4j/trunk/jcl104-over-slf4j/pom.xml (original) +++ slf4j/trunk/jcl104-over-slf4j/pom.xml Wed Dec 20 23:07:44 2006 @@ -3,7 +3,7 @@ <parent> <groupId>org.slf4j</groupId> <artifactId>slf4j-parent</artifactId> - <version>1.1.0-RC1</version> + <version>1.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -28,4 +28,23 @@ </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestEntries> + <!-- <Name>org/apache/commons/logging</Name> --> + <Implementation-Title>JCL over SLF4J</Implementation-Title> + <Implementation-Version>104</Implementation-Version> + <Implementation-Vendor>SLF4J.ORG</Implementation-Vendor> + </manifestEntries> + </archive> + </configuration> + </plugin> + </plugins> + </build> + </project> \ No newline at end of file _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
