Skip to content

Commit

Permalink
start work on 2.0.0-beta1-SNAPSHOPT
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Aug 6, 2022
1 parent 2314de9 commit e7ca8d1
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 16 deletions.
2 changes: 1 addition & 1 deletion integration/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jcl-over-slf4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jul-to-slf4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>jul-to-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion log4j-over-slf4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion osgi-over-slf4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>osgi-over-slf4j</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>SLF4J</name>
Expand Down Expand Up @@ -321,6 +321,7 @@
<configuration>
<aggregate>true</aggregate>
<javadocDir>target/site/apidocs/</javadocDir>
<linkJavadoc>true</linkJavadoc>
</configuration>
</plugin>

Expand Down
14 changes: 12 additions & 2 deletions slf4j-api/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-api</artifactId>
Expand All @@ -21,7 +21,17 @@
<properties>
<module-name>org.slf4j</module-name>
</properties>


<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<optional>true</optional>
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-ext/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-jdk-platform-logging/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-jdk-platform-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-jdk14/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-jdk14</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-log4j12/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-log4j12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-migrator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-migrator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-nop/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-nop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-reload4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-reload4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-simple/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.0-beta0</version>
<version>2.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>slf4j-simple</artifactId>
Expand Down

0 comments on commit e7ca8d1

Please sign in to comment.