From 3dc9515661a65a5cfb11d8ab52e44e936e91ee9c Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 21 Jan 2022 09:14:27 +0000 Subject: [PATCH] release(v0.8.0) --- agent/pom.xml | 2 +- .../java/org/camunda/community/eze/agent/AgentTest.java | 7 +++++++ eze/pom.xml | 4 ++-- junit-extension/pom.xml | 4 ++-- pom.xml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/agent/pom.xml b/agent/pom.xml index 9c54e41..704943e 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -11,7 +11,7 @@ org.camunda.community eze-root ../pom.xml - 0.7.1-SNAPSHOT + 0.8.0 diff --git a/agent/src/test/java/org/camunda/community/eze/agent/AgentTest.java b/agent/src/test/java/org/camunda/community/eze/agent/AgentTest.java index 9173c03..661366f 100644 --- a/agent/src/test/java/org/camunda/community/eze/agent/AgentTest.java +++ b/agent/src/test/java/org/camunda/community/eze/agent/AgentTest.java @@ -1,3 +1,10 @@ +/* + * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under + * one or more contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright ownership. + * Licensed under the Zeebe Community License 1.1. You may not use this file + * except in compliance with the Zeebe Community License 1.1. + */ package org.camunda.community.eze.agent; import static org.assertj.core.api.Assertions.assertThat; diff --git a/eze/pom.xml b/eze/pom.xml index 623785e..ddec847 100644 --- a/eze/pom.xml +++ b/eze/pom.xml @@ -3,7 +3,7 @@ 4.0.0 eze - 0.7.1-SNAPSHOT + 0.8.0 jar EZE - Embedded Zeebe Engine @@ -12,7 +12,7 @@ org.camunda.community eze-root ../pom.xml - 0.7.1-SNAPSHOT + 0.8.0 diff --git a/junit-extension/pom.xml b/junit-extension/pom.xml index ce07463..d7dfc6b 100644 --- a/junit-extension/pom.xml +++ b/junit-extension/pom.xml @@ -6,7 +6,7 @@ org.camunda.community eze-root ../pom.xml - 0.7.1-SNAPSHOT + 0.8.0 eze-junit-extension @@ -17,7 +17,7 @@ org.camunda.community eze - 0.7.1-SNAPSHOT + 0.8.0 diff --git a/pom.xml b/pom.xml index 726fbda..955532d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 eze-root - 0.7.1-SNAPSHOT + 0.8.0 pom EZE Root