update to next snapshot version until releases are available in maven central

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1703715 13f79535-47bb-0310-9956-ffa450edef68
1 file changed
tree: 819d699f449c3d25bcf9f8f0d252e01fdf44fc5c
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling NoSQL Sample Launchpad

Variant of the Sling Launchpad to run NoSQL Resource Providers in standalone mode.

To run with NoSQL MongoDB resource provider:

java -Dsling.run.modes=nosql-mongodb -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f -

To run with NoSQL Couchbase resource provider:

java -Dsling.run.modes=nosql-couchbase -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f -