diff --git a/LICENSE.md b/LICENSE.md
index 3c0fd3de6..f3d05e8f9 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -91,6 +91,15 @@
- License: [MIT] http://fortawesome.github.io/Font-Awesome/license/
- project-url: http://fortawesome.github.io/Font-Awesome/
+
+- html5shiv
+ - License: [MIT] https://github.com/aFarkas/html5shiv/blob/master/MIT%20and%20GPL2%20licenses.md
+ - project-url: https://github.com/aFarkas/html5shiv
+
+- respond
+ - License: [MIT]https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
+ - project-url: https://github.com/scottjehl/Respond
+
- notifyjs
- License: [MIT] https://github.com/jpillora/notifyjs
- project-url: http://notifyjs.com/
@@ -143,3 +152,12 @@
- License: [MIT] https://github.com/lipis/flag-icon-css/blob/master/LICENSE
- project-url: https://github.com/lipis/flag-icon-css
+- moment
+ - License: [MIT] https://github.com/moment/moment/blob/develop/LICENSE
+ - project-url: http://momentjs.com/
+
+- clipboard
+ - License: [MIT] https://zenorocha.mit-license.org/
+ - project-url: https://github.com/zenorocha/clipboard.js
+
+
diff --git a/pom.xml b/pom.xml
index 4c5509697..9d3046058 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.support-project
knowledge
- 1.5.0-SNAPSHOT
+ 1.5.0
war
knowledge
@@ -59,13 +59,13 @@
org.support-project
web
- 1.5.0-SNAPSHOT
+ 1.5.0
org.support-project
markedj
- 1.5.0-SNAPSHOT
+ 1.5.0
diff --git a/src/main/resources/appresource.properties b/src/main/resources/appresource.properties
index eb176e75e..8b9feaa21 100644
--- a/src/main/resources/appresource.properties
+++ b/src/main/resources/appresource.properties
@@ -58,7 +58,7 @@ message.allready.started=Allready started.
message.confirm.delete=Are you sure you want to delete?
# Common Label
-label.version=v1.5.0 Pre1
+label.version=v1.5.0
label.login=Sign in
label.previous = Previous
label.next=Next
diff --git a/src/main/resources/appresource_ja.properties b/src/main/resources/appresource_ja.properties
index d2c48f03c..ee3d45d5f 100644
--- a/src/main/resources/appresource_ja.properties
+++ b/src/main/resources/appresource_ja.properties
@@ -58,7 +58,7 @@ message.allready.started=すでに開始済です
message.confirm.delete=本当に削除しますか?
# Common Label
-label.version=v1.5.0 Pre1
+label.version=v1.5.0
label.login=サインイン
label.previous = 前へ
label.next = 次へ
diff --git a/src/main/webapp/WEB-INF/views/open/license/index.jsp b/src/main/webapp/WEB-INF/views/open/license/index.jsp
index 560eeaf94..ea558afd9 100644
--- a/src/main/webapp/WEB-INF/views/open/license/index.jsp
+++ b/src/main/webapp/WEB-INF/views/open/license/index.jsp
@@ -129,6 +129,15 @@ $(document).ready(function(){
- License: [MIT] http://fortawesome.github.io/Font-Awesome/license/
- project-url: http://fortawesome.github.io/Font-Awesome/
+
+- html5shiv
+ - License: [MIT] https://github.com/aFarkas/html5shiv/blob/master/MIT%20and%20GPL2%20licenses.md
+ - project-url: https://github.com/aFarkas/html5shiv
+
+- respond
+ - License: [MIT]https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
+ - project-url: https://github.com/scottjehl/Respond
+
- notifyjs
- License: [MIT] https://github.com/jpillora/notifyjs
- project-url: http://notifyjs.com/
@@ -181,6 +190,13 @@ $(document).ready(function(){
- License: [MIT] https://github.com/lipis/flag-icon-css/blob/master/LICENSE
- project-url: https://github.com/lipis/flag-icon-css
+- moment
+ - License: [MIT] https://github.com/moment/moment/blob/develop/LICENSE
+ - project-url: http://momentjs.com/
+
+- clipboard
+ - License: [MIT] https://zenorocha.mit-license.org/
+ - project-url: https://github.com/zenorocha/clipboard.js