File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ See below for more.
30
30
31
31
## Versions
32
32
33
- The current version is ** 1.1 ** . Javadoc [ here] ( http ://fge .github.io/msg-simple/index.html) .
33
+ The current version is ** 1.2 ** . Javadoc [ here] ( https ://java-json-tools .github.io/msg-simple/index.html) .
34
34
35
35
See [ here] ( https://github.com/fge/msg-simple/wiki/Examples ) for sample API usage.
36
36
37
37
## Downloads and Maven artifact
38
38
39
39
Versions before 1.2 are available at ` groupId ` ` com.github.fge ` .
40
40
41
- You can download the jar directly on [ Bintray] ( https://bintray.com/fge/maven/msg-simple ) .
41
+ ** OBSOLETE ** You can download the jar directly on [ Bintray] ( https://bintray.com/fge/maven/msg-simple ) .
42
42
43
43
For Gradle:
44
44
Original file line number Diff line number Diff line change 21
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
22
*/
23
23
group = " com.github.java-json-tools" ;
24
- version = " 1.2 " ;
24
+ version = " 1.3-SNAPSHOT " ;
25
25
sourceCompatibility = JavaVersion . VERSION_1_7 ;
26
26
targetCompatibility = JavaVersion . VERSION_1_7 ; // defaults to sourceCompatibility
27
27
You can’t perform that action at this time.
0 commit comments