From 88aed8384d8ee5a1b42f1b68533cbc715cc4bf58 Mon Sep 17 00:00:00 2001 From: Mart Somermaa Date: Tue, 21 Nov 2023 20:40:34 +0200 Subject: [PATCH] Bump version to 3.0.1, build source and Javadoc JARs along the library JAR Signed-off-by: Mart Somermaa --- pom.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 58eee83..66549ad 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,12 @@ 4.0.0 authtoken-validation org.webeid.security - 3.0.1-SNAPSHOT + 3.0.1 jar authtoken-validation Web eID authentication token validation library for Java - 3.3.9 - 2.22.2 11 0.11.5 1.76 @@ -21,6 +19,9 @@ 5.9.2 3.24.2 5.2.0 + 2.22.2 + 3.3.0 + 3.6.2 0.8.5 ${project.basedir}/../jacoco-coverage-report/target/site/jacoco-aggregate/jacoco.xml @@ -98,8 +99,36 @@ maven-surefire-plugin ${maven-surefire-plugin.version} + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + - org.jacoco jacoco-maven-plugin ${jacoco.version}