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 77 <parent >
88 <groupId >org.slf4j</groupId >
99 <artifactId >slf4j-parent</artifactId >
10- <version >2.0.7-SNAPSHOT </version >
10+ <version >2.0.7</version >
1111 </parent >
1212
1313 <artifactId >integration</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.slf4j</groupId >
77 <artifactId >slf4j-parent</artifactId >
8- <version >2.0.7-SNAPSHOT </version >
8+ <version >2.0.7</version >
99 </parent >
1010
1111 <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 77 <parent >
88 <groupId >org.slf4j</groupId >
99 <artifactId >slf4j-parent</artifactId >
10- <version >2.0.7-SNAPSHOT </version >
10+ <version >2.0.7</version >
1111 </parent >
1212
1313 <artifactId >jul-to-slf4j</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.slf4j</groupId >
99 <artifactId >slf4j-parent</artifactId >
10- <version >2.0.7-SNAPSHOT </version >
10+ <version >2.0.7</version >
1111 </parent >
1212
1313
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.slf4j</groupId >
99 <artifactId >slf4j-parent</artifactId >
10- <version >2.0.7-SNAPSHOT </version >
10+ <version >2.0.7</version >
1111 </parent >
1212
1313 <artifactId >osgi-over-slf4j</artifactId >
Original file line number Diff line number Diff line change 66
77 <groupId >org.slf4j</groupId >
88 <artifactId >slf4j-parent</artifactId >
9- <version >2.0.7-SNAPSHOT </version >
9+ <version >2.0.7</version >
1010
1111 <packaging >pom</packaging >
1212 <name >SLF4J</name >
3434
3535 <properties >
3636 <!-- 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>
3838 <latest .1.version>1.7.36</latest .1.version>
3939 <!-- java.util.ServiceLoader requires Java 6 -->
4040 <jdk .version>8</jdk .version>
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.slf4j</groupId >
99 <artifactId >slf4j-parent</artifactId >
10- <version >2.0.7-SNAPSHOT </version >
10+ <version >2.0.7</version >
1111 </parent >
1212
1313 <artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.slf4j</groupId >
99 <artifactId >slf4j-parent</artifactId >
10- <version >2.0.7-SNAPSHOT </version >
10+ <version >2.0.7</version >
1111 </parent >
1212
1313 <artifactId >slf4j-ext</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <artifactId >slf4j-parent</artifactId >
1010 <groupId >org.slf4j</groupId >
11- <version >2.0.7-SNAPSHOT </version >
11+ <version >2.0.7</version >
1212 </parent >
1313
1414 <artifactId >slf4j-jdk-platform-logging</artifactId >
You can’t perform that action at this time.
0 commit comments