From bb5c90fbf6281a166392be6c60eafcef0eb50a63 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Tue, 25 Jun 2024 21:47:11 +0200 Subject: [PATCH] pom cleanup --- pom.xml | 67 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 3220de6..3dda6e6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,10 @@ net.osslabz crypto-commons - 0.0.1-SNAPSHOT + 0.0.1 ${project.groupId}:${project.artifactId} - This package decouples my bitcoin related libraries from the underlying implementation although it - seems unlikely this will ever - change ;-) + Provides common functionality for some of my crypto related projects. https://github.com/osslabz/crypto-commons @@ -22,6 +20,8 @@ ${osslabz.encoding} ${osslabz.java.version} + + 1.18.32 @@ -51,7 +51,7 @@ org.projectlombok lombok - 1.18.32 + ${lombok.version} provided @@ -78,34 +78,11 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.13.0 - - - - osslabz-release - - org.apache.maven.plugins - maven-source-plugin - 3.3.1 - - - attach-sources - - jar-no-fork - - - - org.apache.maven.plugins maven-javadoc-plugin @@ -152,4 +129,38 @@ + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + ${maven.compiler.release} + + + org.projectlombok + lombok + ${lombok.version} + + + + + + + \ No newline at end of file