diff --git a/package-lock.json b/package-lock.json index 47b13a0..1663597 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "monex", - "version": "3.0.3-SNAPSHOT", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b3ac731..9376e50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monex", - "version": "3.0.3-SNAPSHOT", + "version": "3.0.3", "description": "Monitoring Application for eXist-db", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/pom.xml b/pom.xml index eeac123..f9263f4 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.exist-db.apps monex - 3.0.3-SNAPSHOT + 3.0.3 Monex An application for monitoring, profiling and inspecting a running eXist-db instance. @@ -35,7 +35,7 @@ https://github.com/eXist-db/monex.git scm:git:https://github.com/eXist-db/monex.git scm:git:https://github.com/eXist-db/monex.git - HEAD + v3.0.3 diff --git a/xar-assembly.xml b/xar-assembly.xml index d1dbe03..86abd75 100644 --- a/xar-assembly.xml +++ b/xar-assembly.xml @@ -231,6 +231,15 @@
  • Updated: Aligned Jackson dependency with eXist 5.2.0.
  • + + +