diff --git a/docker/Dockerfile b/docker/Dockerfile index c487056..09939ed 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,4 +4,4 @@ RUN rm -r webapps/camunda-invoice COPY docker/camunda/conf/ /camunda/conf # Copy third-party Java libraries -COPY docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.1.0-jar-with-dependencies.jar /camunda/lib/camunda-prometheus-process-engine-plugin-v1.1.0-jar-with-dependencies.jar \ No newline at end of file +COPY docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.2.0-jar-with-dependencies.jar /camunda/lib/camunda-prometheus-process-engine-plugin-v1.2.0-jar-with-dependencies.jar \ No newline at end of file diff --git a/docker/docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.1.0-jar-with-dependencies.jar b/docker/docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.2.0-jar-with-dependencies.jar similarity index 99% rename from docker/docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.1.0-jar-with-dependencies.jar rename to docker/docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.2.0-jar-with-dependencies.jar index ca852c0..c4c5a3f 100644 Binary files a/docker/docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.1.0-jar-with-dependencies.jar and b/docker/docker/camunda/lib/camunda-prometheus-process-engine-plugin-v1.2.0-jar-with-dependencies.jar differ diff --git a/pom.xml b/pom.xml index 0e68f34..d9341e0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.digitalstate.camunda.prometheus camunda-prometheus-process-engine-plugin - v1.1.0 + v1.2.0 jar Camunda Prometheus Process Engine Plugin