Skip to content

Commit

Permalink
release(v1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 12, 2024
1 parent ff21b05 commit 3e7d301
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.camunda.community.template.generator</groupId>
<artifactId>template-generator</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion template-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.template.generator</groupId>
<artifactId>template-generator</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions template-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.template.generator</groupId>
<artifactId>template-generator</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.camunda.community.template.generator</groupId>
<artifactId>template-generator-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3e7d301

Please sign in to comment.