mirror of https://github.com/qos-ch/slf4j
attempt to fix slf4j-migrator Maven Central upload issue
This commit is contained in:
parent
365edc7c32
commit
d3f50a9185
2
pom.xml
2
pom.xml
|
|
@ -74,7 +74,7 @@
|
|||
<module>osgi-over-slf4j</module>
|
||||
<module>integration</module>
|
||||
<module>slf4j-site</module>
|
||||
<module>slf4j-migrator</module>
|
||||
<!--<module>slf4j-migrator</module> -->
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ public class ProjectConverter {
|
|||
/**
|
||||
* Ask for concrete matcher implementation depending on the conversion mode
|
||||
* Ask for user confirmation to convert the selected source directory if valid
|
||||
* Ask for user confirmation in case of number of files to convert > 1000
|
||||
* Ask for user confirmation in case of number of files to convert > 1000
|
||||
*
|
||||
* @param conversionType
|
||||
* @param progressListener
|
||||
|
|
|
|||
Loading…
Reference in New Issue