Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koda-masaru committed Aug 6, 2016
1 parent dcada7c commit ac29be8
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
18 changes: 18 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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


6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.support-project</groupId>
<artifactId>knowledge</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>war</packaging>

<name>knowledge</name>
Expand Down Expand Up @@ -59,13 +59,13 @@
<dependency>
<groupId>org.support-project</groupId>
<artifactId>web</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>

<dependency>
<groupId>org.support-project</groupId>
<artifactId>markedj</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/appresource.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/appresource_ja.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 次へ
Expand Down
16 changes: 16 additions & 0 deletions src/main/webapp/WEB-INF/views/open/license/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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



Expand Down

0 comments on commit ac29be8

Please sign in to comment.