Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
- Introduction of the $("key"); function to easily retrieve values for props defined in the nearest JPM.properties file
- Self-updating
  • Loading branch information
Osiris-Team committed Sep 1, 2024
1 parent 7e5a5d4 commit c6296e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mycompany/myproject/JPM.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<Plugin> plugins = new ArrayList<>();
public static final String mavenVersion = "3.9.8";
Expand Down

0 comments on commit c6296e4

Please sign in to comment.