Details
-
Project registration
-
Resolution: Fixed
-
Neutral
-
None
-
Solr management
-
solr-management
-
-
mchruscielewski
-
External (please specify)
-
SOLRMGMT
-
nl.info.magnolia
-
GPLv3
Description
Hi, we have one more module that we would like to release. (It's refactored version of solr-app-module that has been created by our colleague, Edgar Vonk. )
In new version we added support for SOLR 5, there are new features and it works on Magnolia 5.6
Artifact:
<dependency> <groupId>nl.info.magnolia</groupId> <artifactId>solr-management</artifactId> <version>${project.version}</version> </dependency>
For the license we chose GPLv3 (as suggested by magnolia)
/** * This file Copyright (c) Info.nl (http://www.info.nl) All rights reserved. * This file is licensed under the GNU General Public License. * <p> * This file is distributed in the hope that it will be * useful, but AS-IS and WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE, TITLE, or NONINFRINGEMENT. * Redistribution, except as permitted by GPL is prohibited. * <p> * 1. For the GPL license (GPL), you can redistribute and/or * modify this file under the terms of the GNU General * Public License, Version 3, as published by the Free Software * Foundation. * <p> * Any modifications to this file must keep this entire header * intact. */