Skip to content

Commit 9f6cb9c

Browse files
committed
release(v1.0.2)
1 parent e2c5ca7 commit 9f6cb9c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.camunda.community</groupId>
1212
<artifactId>eze-root</artifactId>
1313
<relativePath>../pom.xml</relativePath>
14-
<version>1.0.2-SNAPSHOT</version>
14+
<version>1.0.2</version>
1515
</parent>
1616

1717
<dependencies>

eze/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>eze</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<packaging>jar</packaging>
88

99
<name>EZE - Embedded Zeebe Engine</name>
@@ -12,7 +12,7 @@
1212
<groupId>org.camunda.community</groupId>
1313
<artifactId>eze-root</artifactId>
1414
<relativePath>../pom.xml</relativePath>
15-
<version>1.0.2-SNAPSHOT</version>
15+
<version>1.0.2</version>
1616
</parent>
1717

1818
<dependencies>

junit-extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.camunda.community</groupId>
77
<artifactId>eze-root</artifactId>
88
<relativePath>../pom.xml</relativePath>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010
</parent>
1111

1212
<artifactId>eze-junit-extension</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.camunda.community</groupId>
1919
<artifactId>eze</artifactId>
20-
<version>1.0.2-SNAPSHOT</version>
20+
<version>1.0.2</version>
2121
</dependency>
2222

2323
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>eze-root</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<packaging>pom</packaging>
88
<name>EZE Root</name>
99

0 commit comments

Comments
 (0)