File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Prerequisites
7272* Java 8+
7373* At least one of the supported [ message frameworks] ( #supported-message-frameworks ) unless a custom ` CommandHandler `
7474 is used; without one there will be no error, but this framework will simply have nothing to do
75- * An implementation of CDI that implements CDI 2 .0 like [ Weld SE] [ Weld SE Website ]
75+ * An implementation of CDI that implements CDI 3.0 .0 like [ Weld SE] [ Weld SE Website ]
7676* [ Optional] ANTLR runtime 4.7.2 if the [ ` ParameterParser ` ] [ ParameterParser JavaDoc ] is used
7777
7878
9797
9898``` gradle
9999repositories { mavenCentral() }
100- dependencies { implementation 'net.kautler:command-framework:0.4 .0' }
100+ dependencies { implementation 'net.kautler:command-framework:0.5 .0' }
101101```
102102
103103### Maven
@@ -106,7 +106,7 @@ dependencies { implementation 'net.kautler:command-framework:0.4.0' }
106106<dependency >
107107 <groupId >net.kautler</groupId >
108108 <artifactId >command-framework</artifactId >
109- <version >0.4 .0</version >
109+ <version >0.5 .0</version >
110110</dependency >
111111```
112112
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ org.gradle.caching = true
1616
1717group = net.kautler
1818description = A generic CDI-based command framework
19- version = 0.5.0-SNAPSHOT
19+ version = 0.5.0
2020
2121systemProp.org.codenarc.enhancedMode = true
Original file line number Diff line number Diff line change 1- 78bcadbc865eed18cbe50496d37308c8785bca7db339528f4548bfafc30ec913
1+ f8e909b0a26471ee22a7db6b4b5179b8f71b044fdb57ef5a943c66073f6edecb
You can’t perform that action at this time.
0 commit comments