Skip to content

Commit

Permalink
Updating website bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Jun 15, 2016
1 parent 55c3817 commit a7ec77c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
7 changes: 4 additions & 3 deletions jansi-website/ext/Website.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,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.11"
val project_snapshot_version= "1.12-SNAPSHOT"
val project_version= "1.12"
val project_snapshot_version= "1.13-SNAPSHOT"
val project_versions = List(
project_version,
"1.12",
"1.11",
"1.10",
"1.9",
Expand All @@ -62,5 +63,5 @@ object Website {
val project_maven_groupId= "org.fusesource.jansi"
val project_maven_artifactId= "jansi"

val website_base_url= "http://jansi.fusesource.org"
val website_base_url= "http://fusesource.github.io/jansi"
}
2 changes: 1 addition & 1 deletion jansi-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.12-SNAPSHOT</version>
<version>1.12</version>
</parent>

<artifactId>jansi-website</artifactId>
Expand Down
20 changes: 4 additions & 16 deletions jansi-website/src/download.page
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ table.download tr td {
table.download
tr
td
a(href="http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar") #{project_id}-#{version}.jar
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar") #{project_id}-#{version}.jar
td
a(href="http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature


- if( !project_versions.drop(1).isEmpty )
Expand All @@ -63,21 +63,9 @@ table.download tr td {
- for( version <- project_versions.drop(1) )
tr
td
a(href="http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar") #{project_id}-#{version}.jar
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar") #{project_id}-#{version}.jar
td
a(href="http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature

:&markdown

## Development Snapshot

Want to help stablize the latest and greatest nightly development
build? **Warnning**: This build may be extremely bleeding edge!

table.download
tr
td
a(href="http://repo.fusesource.com/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.fusesource.#{project_id}&a=#{project_id}&v=#{project_snapshot_version}&e=jar") #{project_id}-#{project_snapshot_version}.jar
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature

:&markdown
The development build source code should be directly checked out from our [source code repository](community/source.html)

0 comments on commit a7ec77c

Please sign in to comment.