Skip to content

Commit

Permalink
fix: rename slf4j-api-1 to slf4j-api-2
Browse files Browse the repository at this point in the history
Signed-off-by: sebthom <sebthom@users.noreply.github.com>
  • Loading branch information
sebthom authored and vorburger committed Sep 30, 2024
1 parent 346e460 commit 24abb73
Show file tree
Hide file tree
Showing 48 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<module>junit-5</module>
<module>mockito-5</module>
<module>osgi-core-8</module>
<module>slf4j-api-1</module>
<module>slf4j-api-2</module>
<module>spring-6</module>
<module>xstream-1</module>
</modules>
Expand Down
4 changes: 0 additions & 4 deletions libraries/slf4j-api-1/eea-generator.properties

This file was deleted.

1 change: 1 addition & 0 deletions libraries/slf4j-api-2/eea-generator.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages.include=org.slf4j
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -10,8 +10,8 @@
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>slf4j-api-1-eea</artifactId>
<name>EEA :: SLF4J API 1.x</name>
<artifactId>slf4j-api-2-eea</artifactId>
<name>EEA :: SLF4J API 2.x</name>

<!-- Do NOT use a <version> of the JAR for which this is an EEA here,
but version the EEA itself. Put the version of the lib into
Expand Down

0 comments on commit 24abb73

Please sign in to comment.