Skip to content

Commit

Permalink
fix maven deploy issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Jan 25, 2022
1 parent 26068bd commit a622f51
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<junit.version>4.12</junit.version>
<maven-site-plugin.version>3.3</maven-site-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
<javadoc.plugin.version>3.1.0</javadoc.plugin.version>
<doclint>none</doclint>
</properties>
Expand Down Expand Up @@ -165,7 +166,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifestEntries>
Expand Down
11 changes: 8 additions & 3 deletions slf4j-log4j12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@

<modelVersion>4.0.0</modelVersion>


<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.34</version>
</parent>

<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.34-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SLF4J LOG4J-12 Binding relocated</name>
<description>SLF4J LOG4J-12 relocated to slf4j-reload4j</description>
Expand All @@ -21,7 +26,7 @@
<version>${project.version}</version>
</relocation>
</distributionManagement>




</project>

0 comments on commit a622f51

Please sign in to comment.