diff --git a/README.md b/README.md index 9f5b588..b3c1918 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Supports .yml files via SnakeYAML and .json files via json-simple. github.scarsz configuralize - 1.4.0 + 1.4.1 ``` diff --git a/pom.xml b/pom.xml index e63865e..2b1536d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ github.scarsz configuralize - 1.4.0 + 1.4.1 UTF-8 @@ -25,6 +25,26 @@ UTF-8 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + slim-jar + package + + jar + + + slim + Configuralize-${project.version} + + + + + org.apache.maven.plugins maven-shade-plugin @@ -66,7 +86,7 @@ org.yaml snakeyaml - 1.29 + 1.32 junit