Skip to content

Commit a7ec77c

Browse files
committed
Updating website bits.
1 parent 55c3817 commit a7ec77c

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

jansi-website/ext/Website.scala

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ object Website {
3535
val project_forums_url= "http://groups.google.com/group/jansi"
3636
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
3737
val project_logo= "/images/project-logo.png"
38-
val project_version= "1.11"
39-
val project_snapshot_version= "1.12-SNAPSHOT"
38+
val project_version= "1.12"
39+
val project_snapshot_version= "1.13-SNAPSHOT"
4040
val project_versions = List(
4141
project_version,
42+
"1.12",
4243
"1.11",
4344
"1.10",
4445
"1.9",
@@ -62,5 +63,5 @@ object Website {
6263
val project_maven_groupId= "org.fusesource.jansi"
6364
val project_maven_artifactId= "jansi"
6465

65-
val website_base_url= "http://jansi.fusesource.org"
66+
val website_base_url= "http://fusesource.github.io/jansi"
6667
}

jansi-website/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.fusesource.jansi</groupId>
2424
<artifactId>jansi-project</artifactId>
25-
<version>1.12-SNAPSHOT</version>
25+
<version>1.12</version>
2626
</parent>
2727

2828
<artifactId>jansi-website</artifactId>

jansi-website/src/download.page

+4-16
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ table.download tr td {
5050
table.download
5151
tr
5252
td
53-
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
53+
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar") #{project_id}-#{version}.jar
5454
td
55-
a(href="http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature
55+
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature
5656

5757

5858
- if( !project_versions.drop(1).isEmpty )
@@ -63,21 +63,9 @@ table.download tr td {
6363
- for( version <- project_versions.drop(1) )
6464
tr
6565
td
66-
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
66+
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar") #{project_id}-#{version}.jar
6767
td
68-
a(href="http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature
69-
70-
:&markdown
71-
72-
## Development Snapshot
73-
74-
Want to help stablize the latest and greatest nightly development
75-
build? **Warnning**: This build may be extremely bleeding edge!
76-
77-
table.download
78-
tr
79-
td
80-
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
68+
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature
8169

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

0 commit comments

Comments
 (0)