Skip to content

Commit

Permalink
Upgrade to eXist 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjhallettuob committed Jan 24, 2020
1 parent 30994d1 commit 3c7241f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod 'puppetlabs-stdlib','4.25.1'
mod 'puppetlabs-java', '2.1.0'
mod 'puppet-archive', '3.0.0'
mod 'puppet-nginx','0.15.0'
mod 'jonhallettuob-existdb', '0.3.4'
mod 'jonhallettuob-existdb', '0.3.5'
```

To install eXistdb and start it as a service with default parameters:
Expand Down Expand Up @@ -78,8 +78,8 @@ class existdb (
$exist_data = '/var/lib/existdb',
$exist_cache_size = '128M',
$exist_collection_cache_size = '24M',
$exist_revision = 'eXist-5.1.1',
$exist_version = '5.1.1',
$exist_revision = 'eXist-5.2.0',
$exist_version = '5.2.0',
$java_home = '/usr/lib/jvm/jre',
$exist_user = 'existdb',
$exist_group = 'existdb',
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jonhallettuob-existdb",
"version": "0.3.4",
"version": "0.3.5",
"author": "jonhallettuob",
"summary": "A module to install the eXist database as a service",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 3c7241f

Please sign in to comment.