Skip to content

Commit 269e1e1

Browse files
authored
Merge branch 'master' into 5.0.0-RC1
2 parents 59626ad + 8611369 commit 269e1e1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"devDependencies": {
32-
"acorn": "^6.2.1",
32+
"acorn": "^6.3.0",
3333
"chai": "^4.2.0",
3434
"cypress": "^3.4.1",
3535
"del": "^5.0.0",

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.exist-db</groupId>
1414
<artifactId>exist-documentation</artifactId>
15-
<version>5.0.0-RC4-SNAPSHOT</version>
15+
<version>5.0.0-SNAPSHOT</version>
1616

1717
<name>eXist-db Documentation</name>
1818
<description>Documentation package for eXist-db</description>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>com.github.eirslett</groupId>
102102
<artifactId>frontend-maven-plugin</artifactId>
103-
<version>1.7.6</version>
103+
<version>1.8.0</version>
104104
<executions>
105105
<execution>
106106
<!-- optional: looks nicer in your build log. -->

0 commit comments

Comments
 (0)