Skip to content

Commit

Permalink
Modify : version 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sixpetals committed Mar 24, 2016
1 parent 361a41d commit 3ea9c01
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ jetty.log
!.gitkeep
setup/installer/*/log
target
/logs
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>jp.aegif.nemaki</groupId>
<artifactId>core</artifactId>
<packaging>war</packaging>
<version>2.3.10</version>
<version>2.3.11</version>
<name>core</name>
<description>NemakiWare server</description>
<url>https://github.com/NemakiWare/NemakiWare</url>
Expand Down
24 changes: 0 additions & 24 deletions logs/core

This file was deleted.

2 changes: 1 addition & 1 deletion setup/installer/tomcat/app-server-core-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default:
thinClientUri: http://localhost:8080/ui/
vendor: aegif
product.name: NemakiWare
product.version: 2.3.8
product.version: 2.3.11
namespace: http://www.aegif.jp/NemakiWare/
super.users: canopy
repositories:
Expand Down
2 changes: 1 addition & 1 deletion solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>jp.aegif.nemaki</groupId>
<artifactId>solr</artifactId>
<packaging>war</packaging>
<version>2.3.10</version>
<version>2.3.11</version>
<name>solr</name>
<description>Solr customized for Nemaki</description>
<url>https://github.com/NemakiWare/NemakiWare</url>
Expand Down
2 changes: 1 addition & 1 deletion ui/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.play2war.plugin._

name := """ui"""

version := "2.3.10"
version := "2.3.11"

lazy val root = (project in file(".")).enablePlugins(PlayJava)

Expand Down

0 comments on commit 3ea9c01

Please sign in to comment.