Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepared website publication for 1.16, with link to changelog #84

Merged
merged 1 commit into from
Dec 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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