Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Feb 8, 2018
1 parent 3ffa89e commit 8df17f1
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring.root</groupId>
Expand Down
2 changes: 1 addition & 1 deletion broker/spring-zeebe-broker-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-broker-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion broker/spring-zeebe-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-broker-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring.root</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client/spring-zeebe-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-client-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client/spring-zeebe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-client-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-example-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring.root</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-example-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-example-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<groupId>io.zeebe.spring.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.zeebe.spring.root</groupId>
<artifactId>spring-zeebe-root</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -170,6 +170,6 @@
<url>https://github.com/zeebe-io/spring-zeebe</url>
<connection>scm:git:[email protected]:zeebe-io/spring-zeebe.git</connection>
<developerConnection>scm:git:[email protected]:zeebe-io/spring-zeebe.git</developerConnection>
<tag>HEAD</tag>
<tag>0.2.0</tag>
</scm>
</project>

0 comments on commit 8df17f1

Please sign in to comment.