File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ object Website {
32
32
val project_forums_url = " http://groups.google.com/group/jansi"
33
33
val project_wiki_url = " https://github.com/fusesource/jansi/wiki"
34
34
val project_logo = " /images/project-logo.png"
35
- val project_version = " 1.16 "
36
- val project_snapshot_version = " 1.17 -SNAPSHOT"
35
+ val project_version = " 1.17 "
36
+ val project_snapshot_version = " 1.18 -SNAPSHOT"
37
37
val project_versions = List (
38
38
project_version,
39
+ " 1.16" ,
39
40
" 1.15" ,
40
41
" 1.14" ,
41
42
" 1.13" ,
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.fusesource.jansi</groupId >
23
23
<artifactId >jansi-project</artifactId >
24
- <version >1.16 </version >
24
+ <version >1.17 </version >
25
25
</parent >
26
26
27
27
<artifactId >jansi-website</artifactId >
You can’t perform that action at this time.
0 commit comments