Skip to content

Commit

Permalink
Ver.2.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhixing committed Aug 26, 2016
1 parent 3ee8be1 commit acab68b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
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.15</version>
<version>2.3.16</version>
<name>core</name>
<description>NemakiWare server</description>
<url>https://github.com/NemakiWare/NemakiWare</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,6 @@ private void _getLeafDescendants(String repositoryId, Content content, List<Cont
}
}


private List<DeleteResult> deleteFolderTree(CallContext callContext, String repositoryId, Folder folder, Boolean allVersions){
List<DeleteResult> result = new ArrayList<>();
_deleteFolderTree(callContext, repositoryId, folder, allVersions, result);
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/webapp/WEB-INF/classes/repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default:
thinClientUri: https://localhost:8080/ui/
vendor: aegif
product.name: NemakiWare
product.version: 2.3.15
product.version: 2.3.16
namespace: https://www.aegif.jp/NemakiWare/
super.users: canopy
repositories:
Expand Down
2 changes: 1 addition & 1 deletion setup/installer/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Application info -->
<info>
<appname>NemakiWare</appname>
<appversion>2.3.15</appversion>
<appversion>2.3.16</appversion>
<url>https://www.nemakiware.com/</url>
<!--
If you a general user install on C:¥Program Files on Windows,
Expand Down
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: https://localhost:8080/ui/
vendor: aegif
product.name: NemakiWare
product.version: 2.3.15
product.version: 2.3.16
namespace: https://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.15</version>
<version>2.3.16</version>
<name>solr</name>
<description>Solr customized for Nemaki</description>
<url>https://github.com/NemakiWare/NemakiWare</url>
Expand Down

0 comments on commit acab68b

Please sign in to comment.