File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
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.15 "
36
- val project_snapshot_version = " 1.16 -SNAPSHOT"
35
+ val project_version = " 1.16 "
36
+ val project_snapshot_version = " 1.17 -SNAPSHOT"
37
37
val project_versions = List (
38
38
project_version,
39
+ " 1.15" ,
39
40
" 1.14" ,
40
41
" 1.13" ,
41
42
" 1.12" ,
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-SNAPSHOT </version >
24
+ <version >1.16</version >
25
25
</parent >
26
26
27
27
<artifactId >jansi-website</artifactId >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ table.download tr td {
43
43
44
44
- for( version <- project_versions.headOption )
45
45
:&markdown
46
- ### #{project_name} #{version}
46
+ ### #{project_name} #{version} ([changelog](https://github.com/fusesource/jansi/blob/master/changelog.md))
47
47
48
48
table.download
49
49
tr
You can’t perform that action at this time.
0 commit comments