File tree Expand file tree Collapse file tree 16 files changed +60
-17
lines changed
x/META-INF/maven/org.slf4j/jcl-over-slf4j
slf4j-jdk-platform-logging Expand file tree Collapse file tree 16 files changed +60
-17
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >2.0.7-SNAPSHOT </version >
10
+ <version >2.0.7</version >
11
11
</parent >
12
12
13
13
<artifactId >integration</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.slf4j</groupId >
7
7
<artifactId >slf4j-parent</artifactId >
8
- <version >2.0.7-SNAPSHOT </version >
8
+ <version >2.0.7</version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+
5
+ <parent >
6
+ <groupId >org.slf4j</groupId >
7
+ <artifactId >slf4j-parent</artifactId >
8
+ <version >2.0.6</version >
9
+ </parent >
10
+
11
+ <modelVersion >4.0.0</modelVersion >
12
+
13
+ <artifactId >jcl-over-slf4j</artifactId >
14
+ <packaging >jar</packaging >
15
+ <name >JCL 1.2 implemented over SLF4J</name >
16
+ <description >JCL 1.2 implemented over SLF4J</description >
17
+ <url >http://www.slf4j.org</url >
18
+
19
+ <licenses >
20
+ <license >
21
+ <name >Apache License, Version 2.0</name >
22
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
23
+ <distribution >repo</distribution >
24
+ </license >
25
+ </licenses >
26
+
27
+ <properties >
28
+ <module-name >org.apache.commons.logging</module-name >
29
+ </properties >
30
+
31
+ <dependencies >
32
+ <dependency >
33
+ <groupId >org.slf4j</groupId >
34
+ <artifactId >slf4j-api</artifactId >
35
+ </dependency >
36
+ <dependency >
37
+ <groupId >org.slf4j</groupId >
38
+ <artifactId >slf4j-jdk14</artifactId >
39
+ <scope >test</scope >
40
+ </dependency >
41
+ </dependencies >
42
+
43
+ </project >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >2.0.7-SNAPSHOT </version >
10
+ <version >2.0.7</version >
11
11
</parent >
12
12
13
13
<artifactId >jul-to-slf4j</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >2.0.7-SNAPSHOT </version >
10
+ <version >2.0.7</version >
11
11
</parent >
12
12
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >2.0.7-SNAPSHOT </version >
10
+ <version >2.0.7</version >
11
11
</parent >
12
12
13
13
<artifactId >osgi-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.slf4j</groupId >
8
8
<artifactId >slf4j-parent</artifactId >
9
- <version >2.0.7-SNAPSHOT </version >
9
+ <version >2.0.7</version >
10
10
11
11
<packaging >pom</packaging >
12
12
<name >SLF4J</name >
34
34
35
35
<properties >
36
36
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
37
- <project .build.outputTimestamp>2022-12-12T19:19:39Z </project .build.outputTimestamp>
37
+ <project .build.outputTimestamp>2023-03-17T18:47:00Z </project .build.outputTimestamp>
38
38
<latest .1.version>1.7.36</latest .1.version>
39
39
<!-- java.util.ServiceLoader requires Java 6 -->
40
40
<jdk .version>8</jdk .version>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >2.0.7-SNAPSHOT </version >
10
+ <version >2.0.7</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.slf4j</groupId >
9
9
<artifactId >slf4j-parent</artifactId >
10
- <version >2.0.7-SNAPSHOT </version >
10
+ <version >2.0.7</version >
11
11
</parent >
12
12
13
13
<artifactId >slf4j-ext</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<artifactId >slf4j-parent</artifactId >
10
10
<groupId >org.slf4j</groupId >
11
- <version >2.0.7-SNAPSHOT </version >
11
+ <version >2.0.7</version >
12
12
</parent >
13
13
14
14
<artifactId >slf4j-jdk-platform-logging</artifactId >
You can’t perform that action at this time.
0 commit comments