Commit Graph

21 Commits

Author SHA1 Message Date
arimu1 55e67102a8 fix(build): package each module's LICENSE.txt into JAR META-INF
Parent resources previously copied the repo-root MIT LICENSE into every
module JAR. Apache-2.0 modules (jcl-over-slf4j, log4j-over-slf4j) already
have the correct LICENSE.txt at the module root, but it was never packaged.

Use ${project.basedir}/LICENSE.txt so META-INF/LICENSE.txt matches the
module's declared license (Apache-2.0 or MIT).

Fixes #465

Signed-off-by: arimu1 <19286898+arimu1@users.noreply.github.com>
2026-08-06 08:33:53 +02:00
ceki 2af556252c required JDK to 11
Signed-off-by: ceki <ceki@qos.ch>
2025-12-16 17:57:15 +01:00
Ceki Gulcu 7aa44f3171 start work on version 2.1.0-alpha2-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2024-01-02 20:43:20 +01:00
Ceki Gulcu d0fe6310eb prepare release 2.1.0-alpha1
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2024-01-02 20:20:46 +01:00
Ceki Gulcu c63a840d8d revert to mixed jdk 8 and 9 requirement
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2024-01-02 19:40:21 +01:00
Ceki Gulcu f4adff9ae3 start work on 2.1.0-alpha1-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-29 00:05:12 +01:00
Ceki Gulcu 372e029c34 prepare release 2.1.0-alpha0
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-28 20:22:52 +01:00
Ceki Gulcu 2cec82beec minor edits
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-28 20:19:48 +01:00
Ceki Gulcu aafbd0499f moving the javadoc plugin config from parent/pom.xml to ./pom.xml made a big difference, javadoc edits
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-23 20:55:49 +01:00
Ceki Gulcu 9af7ed283b more tinkering with the javadocs
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-22 22:19:53 +01:00
Ceki Gulcu e3205a47ce improve javadocs
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-21 19:58:46 +01:00
Ceki Gulcu 30295c847a further JIGSAW/JMPS modularization of slf4j
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-19 20:38:20 +01:00
Ceki Gulcu c573117a91 bump requirement to Java 11
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-18 14:41:15 +01:00
Ceki Gulcu 98812ca93b start work on 2.1.0-alpha0-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-12-18 14:22:23 +01:00
Hervé Boutemy 7c164fab8d upgrade maven-bundle-plugin
fixes Reproducible  Builds issue with OSGi metadata
2023-09-03 23:03:40 +02:00
Ceki Gulcu 56e42fdb61 start work on 2.0.10-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-09-03 18:20:34 +02:00
Ceki Gulcu 216459e5d8 prepare release 2.0.9
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-09-03 18:12:02 +02:00
Ceki Gulcu 25d742d666 start work on 2.0.9-SNAPSHOT
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-09-03 17:44:47 +02:00
Ceki Gulcu 10a151756d further adjusments for successful deployment on Maven Central
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-08-29 23:31:08 +02:00
Ceki Gulcu 17f5bf3d87 fix issues during deployment
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-08-29 23:04:24 +02:00
Ceki Gulcu f967033766 move parent-pom.xml to parent/pom.xml as explained in SLF4J-437
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
2023-08-29 22:50:25 +02:00