Skip to content

Commit f7a84bf

Browse files
authored
Merge pull request #84 from hboutemy/website-1.16
prepared website publication for 1.16, with link to changelog
2 parents 769ebe0 + d3d8488 commit f7a84bf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

jansi-website/ext/Website.scala

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ object Website {
3232
val project_forums_url= "http://groups.google.com/group/jansi"
3333
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
3434
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"
3737
val project_versions = List(
3838
project_version,
39+
"1.15",
3940
"1.14",
4041
"1.13",
4142
"1.12",

jansi-website/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.fusesource.jansi</groupId>
2323
<artifactId>jansi-project</artifactId>
24-
<version>1.16-SNAPSHOT</version>
24+
<version>1.16</version>
2525
</parent>
2626

2727
<artifactId>jansi-website</artifactId>

jansi-website/src/download.page

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ table.download tr td {
4343

4444
- for( version <- project_versions.headOption )
4545
:&markdown
46-
### #{project_name} #{version}
46+
### #{project_name} #{version} ([changelog](https://github.com/fusesource/jansi/blob/master/changelog.md))
4747

4848
table.download
4949
tr

0 commit comments

Comments
 (0)