-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,16 @@ object Website { | |
val project_name= "Jansi" | ||
val project_slogan= "Eliminating boring console output." | ||
val project_id= "jansi" | ||
val project_jira_key= "JANSI" | ||
val project_issue_url= "https://github.com/fusesource/jansi/issues" | ||
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.12" | ||
val project_snapshot_version= "1.13-SNAPSHOT" | ||
val project_version= "1.15" | ||
val project_snapshot_version= "1.16-SNAPSHOT" | ||
val project_versions = List( | ||
project_version, | ||
"1.14", | ||
"1.13", | ||
"1.12", | ||
"1.11", | ||
"1.10", | ||
|
@@ -55,6 +56,7 @@ object Website { | |
|
||
// ------------------------------------------------------------------- | ||
val github_page= "http://github.com/fusesource/jansi" | ||
val github_page_native= "http://github.com/fusesource/jansi-native" | ||
val git_user_url= "git://github.com/fusesource/jansi.git" | ||
val git_commiter_url= "[email protected]:fusesources/jansi.git" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters