mirror of https://github.com/qos-ch/slf4j
prepare release 2.0.15
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
09111e8c1e
commit
5321a975d4
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-bom</artifactId>
|
<artifactId>slf4j-bom</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
|
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
|
||||||
<project.build.outputTimestamp>2024-08-07T15:31:02Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2024-08-08T12:55:00Z</project.build.outputTimestamp>
|
||||||
<latest.1.version>1.7.36</latest.1.version>
|
<latest.1.version>1.7.36</latest.1.version>
|
||||||
<!-- java.util.ServiceLoader requires Java 6 -->
|
<!-- java.util.ServiceLoader requires Java 6 -->
|
||||||
<jdk.version>8</jdk.version>
|
<jdk.version>8</jdk.version>
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-bom</artifactId>
|
<artifactId>slf4j-bom</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<url>http://www.slf4j.org</url>
|
<url>http://www.slf4j.org</url>
|
||||||
|
|
|
||||||
|
|
@ -46,8 +46,9 @@ echoRunAndCheck "$MVN install"
|
||||||
|
|
||||||
if [ ! -z "$PASS" ]
|
if [ ! -z "$PASS" ]
|
||||||
then
|
then
|
||||||
export GPG_TTY=$(tty)
|
# WARNING deploying without cleaning may leave stale MANIFEST files
|
||||||
echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts"
|
export GPG_TTY=$(tty)
|
||||||
|
echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
<relocation>
|
<relocation>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-reload4j</artifactId>
|
<artifactId>slf4j-reload4j</artifactId>
|
||||||
<version>2.0.14</version>
|
<version>2.0.15</version>
|
||||||
</relocation>
|
</relocation>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-parent</artifactId>
|
<artifactId>slf4j-parent</artifactId>
|
||||||
<version>2.0.15-SNAPSHOT</version>
|
<version>2.0.15</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue