Skip to content

Commit 14b601c

Browse files
committed
prepare Jansi 1.17 site
1 parent b9693ee commit 14b601c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

jansi-website/ext/Website.scala

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ object Website {
3232
val project_forums_url= "http://groups.google.com/group/jansi"
3333
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
3434
val project_logo= "/images/project-logo.png"
35-
val project_version= "1.16"
36-
val project_snapshot_version= "1.17-SNAPSHOT"
35+
val project_version= "1.17"
36+
val project_snapshot_version= "1.18-SNAPSHOT"
3737
val project_versions = List(
3838
project_version,
39+
"1.16",
3940
"1.15",
4041
"1.14",
4142
"1.13",

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.16</version>
24+
<version>1.17</version>
2525
</parent>
2626

2727
<artifactId>jansi-website</artifactId>

0 commit comments

Comments
 (0)