From aa52a9fd8fbfd73b6bc6dcc728a8f9627bfb3539 Mon Sep 17 00:00:00 2001 From: Muhammad Hammad Date: Mon, 21 Oct 2024 22:46:40 +0200 Subject: [PATCH] 3.2 released --- README.md | 5 ++- pom.xml | 93 ++++++++++++++++++++++++++++--------------------------- 2 files changed, 50 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 43d846e..9cc5cad 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ public class SourceTest { ## Current version -* The current stable version is `3.1` -* The current snapshot version is `3.2-SNAPSHOT` +* The current stable version is `3.2` In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: @@ -49,7 +48,7 @@ In order to use snapshot versions, you need to add the following maven repositor org.dvare dynamic-loader - 3.1 + 3.2 ``` diff --git a/pom.xml b/pom.xml index b681846..15c5f4c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.dvare dynamic-loader - 3.2-SNAPSHOT + 3.2 Java In memory Compiler thats enables to compile java file and code string in memory. @@ -35,10 +35,10 @@ 3.13.0 3.1.2 3.4.2 - 3.7.0 - 3.3.1 - 3.3.0 - 3.1.0 + 3.10.1 + 3.2.1 + 3.5.1 + 3.1.1 @@ -114,9 +114,7 @@ - - org.apache.maven.plugins maven-compiler-plugin @@ -144,14 +142,19 @@ - org.apache.maven.plugins maven-jar-plugin ${maven-jar-plugin.version} + + + + true + true + + + - - @@ -160,6 +163,40 @@ release + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + sources + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + javadoc + + + + + org.apache.maven.plugins maven-deploy-plugin @@ -184,7 +221,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.7 sign-artifacts @@ -196,40 +233,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - ${java.home}/bin/javadoc - - - - attach-javadocs - package - - jar - - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - package - - jar - - - - - - org.sonatype.plugins nexus-staging-maven-plugin