Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgleissner committed Mar 8, 2020
1 parent d28fbd2 commit 3731e84
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>spring-batch-rest-api</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>spring-batch-rest-api</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions example/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-example</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>spring-batch-rest-example-core</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>spring-batch-rest-example-core</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>spring-batch-rest-example</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>spring-batch-rest-example</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions example/quartz-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-example</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>spring-batch-rest-example-quartz</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>spring-batch-rest-example-quartz</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<name>spring-batch-rest</name>
Expand Down
4 changes: 2 additions & 2 deletions quartz-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>spring-batch-rest-quartz-api</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>spring-batch-rest-quartz-api</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>

<artifactId>spring-batch-rest-util</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<name>spring-batch-rest-util</name>

<dependencies>
Expand Down

0 comments on commit 3731e84

Please sign in to comment.