Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.github.rumbledb</groupId>
<artifactId>rumbledb</artifactId>
<version>2.1.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>
<name>RumbleDB</name>
<description>A JSONiq engine to query large-scale JSON datasets stored on HDFS. Spark under the hood.</description>
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/assets/banner.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
____ __ __ ____ ____
/ __ \__ ______ ___ / /_ / /__ / __ \/ __ )
/ /_/ / / / / __ `__ \/ __ \/ / _ \/ / / / __ | The distributed JSONiq engine
/ _, _/ /_/ / / / / / / /_/ / / __/ /_/ / /_/ / 2.1.0 "Cedrus Libani" beta
/ _, _/ /_/ / / / / / / /_/ / / __/ /_/ / /_/ / 3.0.0 "Coast Redwood" beta
/_/ |_|\__,_/_/ /_/ /_/_.___/_/\___/_____/_____/

2 changes: 1 addition & 1 deletion src/main/resources/assets/jsound-validator.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 style="margin-top: 0; margin-bottom: 62px;">Instance</h2>
</div>

<button type="submit" style="margin: 0 auto; padding: 10px">
Validate with RumbleDB 2.1.0
Validate with RumbleDB 3.0.0
</button>
</form>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/public.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2 style="margin-top: 0">Results</h2>
</div>

<button type="submit" style="margin: 0 auto; padding: 10px">
Evaluate with RumbleDB 2.1.0
Evaluate with RumbleDB 3.0.0
</button>
</form>

Expand Down
Loading