From c6296e4d4f6703c20232c5f232c43e0e952fdc18 Mon Sep 17 00:00:00 2001 From: Osiris Team Date: Mon, 2 Sep 2024 01:11:41 +0200 Subject: [PATCH] 3.3.0 - Introduction of the $("key"); function to easily retrieve values for props defined in the nearest JPM.properties file - Self-updating --- src/main/java/com/mycompany/myproject/JPM.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/mycompany/myproject/JPM.java b/src/main/java/com/mycompany/myproject/JPM.java index 5d00839..13936d3 100644 --- a/src/main/java/com/mycompany/myproject/JPM.java +++ b/src/main/java/com/mycompany/myproject/JPM.java @@ -69,7 +69,7 @@ public static class ThirdPartyPlugins extends JPM.Plugins{ // (If you want to develop a plugin take a look at "JPM.AssemblyPlugin" class further below to get started) } - // 1JPM version 3.2.0 by Osiris-Team: https://github.com/Osiris-Team/1JPM + // 1JPM version 3.3.0 by Osiris-Team: https://github.com/Osiris-Team/1JPM // To upgrade JPM, replace everything below with its newer version public static final List plugins = new ArrayList<>(); public static final String mavenVersion = "3.9.8";