aboutsummaryrefslogtreecommitdiff
path: root/jcl-over-slf4j/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jcl-over-slf4j/pom.xml')
-rwxr-xr-xjcl-over-slf4j/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/jcl-over-slf4j/pom.xml b/jcl-over-slf4j/pom.xml
index 6bbf4964..a1e3ce33 100755
--- a/jcl-over-slf4j/pom.xml
+++ b/jcl-over-slf4j/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -56,19 +56,6 @@
</archive>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>${cobertura.maven.plugin.version}</version>
- <configuration>
- <instrumentation>
- <excludes>
- <exclude>org/**/*.class</exclude>
- </excludes>
- </instrumentation>
- </configuration>
- </plugin>
</plugins>