aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeki Gulcu <ceki@qos.ch>2015-03-26 21:59:27 +0100
committerCeki Gulcu <ceki@qos.ch>2015-03-26 21:59:27 +0100
commit0c189f9882f3167e2dadd9f2eeb115caa2ad9629 (patch)
tree29ea3d833ef11af3bea5d129ad8c590bac53a450
parente03c29e8ea2c623bed529af6e1ddaa2eaab59769 (diff)
downloadslf4j-0c189f9882f3167e2dadd9f2eeb115caa2ad9629.tar.gz
preparing release 1.7.12
-rwxr-xr-x.travis.yml2
-rwxr-xr-xintegration/pom.xml2
-rwxr-xr-xjcl-over-slf4j/pom.xml15
-rwxr-xr-xjul-to-slf4j/pom.xml2
-rwxr-xr-xlog4j-over-slf4j/pom.xml15
-rwxr-xr-xosgi-over-slf4j/pom.xml2
-rwxr-xr-xpom.xml64
-rw-r--r--slf4j-android/pom.xml2
-rwxr-xr-xslf4j-api/pom.xml2
-rwxr-xr-xslf4j-ext/pom.xml2
-rwxr-xr-xslf4j-jcl/pom.xml2
-rwxr-xr-xslf4j-jdk14/pom.xml2
-rwxr-xr-xslf4j-log4j12/pom.xml2
-rwxr-xr-xslf4j-migrator/pom.xml2
-rwxr-xr-xslf4j-nop/pom.xml2
-rwxr-xr-xslf4j-simple/pom.xml2
-rwxr-xr-xslf4j-site/pom.xml2
17 files changed, 16 insertions, 106 deletions
diff --git a/.travis.yml b/.travis.yml
index c49346e5..49af9f15 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,5 +2,3 @@ language: java
notifications:
email:
- slf4j-dev@qos.ch
-after_success:
- - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file
diff --git a/integration/pom.xml b/integration/pom.xml
index 59d1127a..4d04e7c1 100755
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
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>
diff --git a/jul-to-slf4j/pom.xml b/jul-to-slf4j/pom.xml
index 038e600f..81f578a3 100755
--- a/jul-to-slf4j/pom.xml
+++ b/jul-to-slf4j/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>jul-to-slf4j</artifactId>
diff --git a/log4j-over-slf4j/pom.xml b/log4j-over-slf4j/pom.xml
index ef54bd69..088b7976 100755
--- a/log4j-over-slf4j/pom.xml
+++ b/log4j-over-slf4j/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
@@ -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>
</build>
diff --git a/osgi-over-slf4j/pom.xml b/osgi-over-slf4j/pom.xml
index 8b52f147..77aec35d 100755
--- a/osgi-over-slf4j/pom.xml
+++ b/osgi-over-slf4j/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>osgi-over-slf4j</artifactId>
diff --git a/pom.xml b/pom.xml
index 70a21a3c..bd406125 100755
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
<packaging>pom</packaging>
<name>SLF4J</name>
@@ -43,7 +43,6 @@
<junit.version>4.10</junit.version>
<maven-site-plugin.version>3.3</maven-site-plugin.version>
<javadoc.plugin.version>2.10.2</javadoc.plugin.version>
- <cobertura.maven.plugin.version>2.6</cobertura.maven.plugin.version>
</properties>
<developers>
@@ -205,26 +204,6 @@
</executions>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>${cobertura.maven.plugin.version}</version>
- <configuration>
- <formats>
- <format>xml</format>
- </formats>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.eluder.coveralls</groupId>
- <artifactId>coveralls-maven-plugin</artifactId>
- <version>3.1.0</version>
- <configuration></configuration>
- </plugin>
-
-
<!-- ====== site plugin ===== -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -245,18 +224,6 @@
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <version>${cobertura.maven.plugin.version}</version>
- <configuration>
- <formats>
- <format>html</format>
- </formats>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadoc.plugin.version}</version>
@@ -400,35 +367,6 @@
</build>
</profile>
- <profile>
- <id>format</id>
- <!-- Off for the time being
- <activation>
- <file>
- <exists>../codeStyle.xml</exists>
- </file>
- </activation>
- -->
- <build>
- <plugins>
- <plugin>
- <groupId>com.googlecode.maven-java-formatter-plugin</groupId>
- <artifactId>maven-java-formatter-plugin</artifactId>
- <configuration>
- <configFile>../codeStyle.xml</configFile>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>format</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
<pluginRepositories>
diff --git a/slf4j-android/pom.xml b/slf4j-android/pom.xml
index e05ed68e..2f76f42d 100644
--- a/slf4j-android/pom.xml
+++ b/slf4j-android/pom.xml
@@ -5,7 +5,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>
diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml
index 9bdccbbd..1f05346a 100755
--- a/slf4j-api/pom.xml
+++ b/slf4j-api/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-api</artifactId>
diff --git a/slf4j-ext/pom.xml b/slf4j-ext/pom.xml
index 6d20a442..9b10b6fb 100755
--- a/slf4j-ext/pom.xml
+++ b/slf4j-ext/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-ext</artifactId>
diff --git a/slf4j-jcl/pom.xml b/slf4j-jcl/pom.xml
index e9cdc9c4..8205ff28 100755
--- a/slf4j-jcl/pom.xml
+++ b/slf4j-jcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-jcl</artifactId>
diff --git a/slf4j-jdk14/pom.xml b/slf4j-jdk14/pom.xml
index 48126377..9ea86768 100755
--- a/slf4j-jdk14/pom.xml
+++ b/slf4j-jdk14/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-jdk14</artifactId>
diff --git a/slf4j-log4j12/pom.xml b/slf4j-log4j12/pom.xml
index 925da544..01ea56ee 100755
--- a/slf4j-log4j12/pom.xml
+++ b/slf4j-log4j12/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-log4j12</artifactId>
diff --git a/slf4j-migrator/pom.xml b/slf4j-migrator/pom.xml
index 9e67f278..16da9550 100755
--- a/slf4j-migrator/pom.xml
+++ b/slf4j-migrator/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-migrator</artifactId>
diff --git a/slf4j-nop/pom.xml b/slf4j-nop/pom.xml
index 9c792e0a..545197a4 100755
--- a/slf4j-nop/pom.xml
+++ b/slf4j-nop/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-nop</artifactId>
diff --git a/slf4j-simple/pom.xml b/slf4j-simple/pom.xml
index b26df9ba..2422f155 100755
--- a/slf4j-simple/pom.xml
+++ b/slf4j-simple/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-simple</artifactId>
diff --git a/slf4j-site/pom.xml b/slf4j-site/pom.xml
index 68e16c7a..69e9a047 100755
--- a/slf4j-site/pom.xml
+++ b/slf4j-site/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
- <version>1.7.12-SNAPSHOT</version>
+ <version>1.7.12</version>
</parent>
<artifactId>slf4j-site</artifactId>