Skip to content

Commit

Permalink
prepared website publication for 1.16, with link to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 7, 2017
1 parent da41f4a commit d3d8488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions jansi-website/ext/Website.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ object Website {
val project_forums_url= "http://groups.google.com/group/jansi"
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
val project_logo= "/images/project-logo.png"
val project_version= "1.15"
val project_snapshot_version= "1.16-SNAPSHOT"
val project_version= "1.16"
val project_snapshot_version= "1.17-SNAPSHOT"
val project_versions = List(
project_version,
"1.15",
"1.14",
"1.13",
"1.12",
Expand Down
2 changes: 1 addition & 1 deletion jansi-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.16-SNAPSHOT</version>
<version>1.16</version>
</parent>

<artifactId>jansi-website</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jansi-website/src/download.page
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ table.download tr td {

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

table.download
tr
Expand Down

0 comments on commit d3d8488

Please sign in to comment.