Skip to content

Commit 4702c58

Browse files
committed
site enhancements for 1.15 release
1 parent 54e9929 commit 4702c58

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

jansi-website/ext/Website.scala

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ object Website {
2828
val project_name= "Jansi"
2929
val project_slogan= "Eliminating boring console output."
3030
val project_id= "jansi"
31-
val project_jira_key= "JANSI"
3231
val project_issue_url= "https://github.com/fusesource/jansi/issues"
3332
val project_forums_url= "http://groups.google.com/group/jansi"
3433
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
3534
val project_logo= "/images/project-logo.png"
36-
val project_version= "1.12"
37-
val project_snapshot_version= "1.13-SNAPSHOT"
35+
val project_version= "1.15"
36+
val project_snapshot_version= "1.16-SNAPSHOT"
3837
val project_versions = List(
3938
project_version,
39+
"1.14",
40+
"1.13",
4041
"1.12",
4142
"1.11",
4243
"1.10",
@@ -55,6 +56,7 @@ object Website {
5556

5657
// -------------------------------------------------------------------
5758
val github_page= "http://github.com/fusesource/jansi"
59+
val github_page_native= "http://github.com/fusesource/jansi-native"
5860
val git_user_url= "git://github.com/fusesource/jansi.git"
5961
val git_commiter_url= "[email protected]:fusesources/jansi.git"
6062

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.14-SNAPSHOT</version>
24+
<version>1.15</version>
2525
</parent>
2626

2727
<artifactId>jansi-website</artifactId>

jansi-website/src/_navigation.ssp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* [API Docs](${uri("/documentation/api/index.html")})
44
* [Download](${uri("/download.html")})
55
* [Support](${uri("/community/index.html")})
6-
6+
* [FAQ](${uri("/community/faq.html")})

jansi-website/src/community/source.page

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Get the latest source code
3333

3434
* [#{github_page}](#{github_page})
3535

36+
* [#{github_page_native}](#{github_page_native})
37+
3638
If you are new to Git you might like to try the [Git guide for subversion users](http://git.or.cz/course/svn.html) or have a look at the [Git community book](http://book.git-scm.com/).
3739

3840
.left

jansi-website/src/download.page

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ table.download tr td {
6666
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature
6767

6868
:&markdown
69-
The development build source code should be directly checked out from our [source code repository](community/source.html)
69+
The development build source code should be directly checked out from our [source code repository](community/source.html):
70+
see [Developers links](community/developers.html) for more details.

0 commit comments

Comments
 (0)