File tree 3 files changed +9
-20
lines changed
3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,11 @@ object Website {
35
35
val project_forums_url = " http://groups.google.com/group/jansi"
36
36
val project_wiki_url = " https://github.com/fusesource/jansi/wiki"
37
37
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"
40
40
val project_versions = List (
41
41
project_version,
42
+ " 1.12" ,
42
43
" 1.11" ,
43
44
" 1.10" ,
44
45
" 1.9" ,
@@ -62,5 +63,5 @@ object Website {
62
63
val project_maven_groupId = " org.fusesource.jansi"
63
64
val project_maven_artifactId = " jansi"
64
65
65
- val website_base_url = " http://jansi. fusesource.org "
66
+ val website_base_url = " http://fusesource.github.io/jansi "
66
67
}
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.fusesource.jansi</groupId >
24
24
<artifactId >jansi-project</artifactId >
25
- <version >1.12-SNAPSHOT </version >
25
+ <version >1.12</version >
26
26
</parent >
27
27
28
28
<artifactId >jansi-website</artifactId >
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ table.download tr td {
50
50
table.download
51
51
tr
52
52
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
54
54
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
56
56
57
57
58
58
- if( !project_versions.drop(1).isEmpty )
@@ -63,21 +63,9 @@ table.download tr td {
63
63
- for( version <- project_versions.drop(1) )
64
64
tr
65
65
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
67
67
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
81
69
82
70
:&markdown
83
71
The development build source code should be directly checked out from our [source code repository](community/source.html)
You can’t perform that action at this time.
0 commit comments