Updated README.md and pom.xml

This commit is contained in:
Klemek
2019-01-20 18:21:10 +01:00
parent d0b743a3eb
commit e29e2dd8e3
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Current version v1.3.1
## Download
[simple-logger-1.3.1.jar](../../releases/download/simple-logger-1.3.1/simple-logger-1.3.1.jar)
[simplelogger-1.3.1.jar](../../releases/download/simplelogger-1.3.1/simplelogger-1.3.1.jar)
## How to use
-3
View File
@@ -81,9 +81,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<outputDirectory>download</outputDirectory>
</configuration>
</plugin>
<!-- Unit tests -->
<plugin>