Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgleissner committed May 17, 2020
1 parent 58c2a95 commit baeac4e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

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

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

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

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

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

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

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

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

<name>spring-batch-rest</name>
Expand Down Expand Up @@ -89,7 +89,7 @@
<url>https://github.com/chrisgleissner/spring-batch-rest</url>
<connection>scm:git:git://github.com/chrisgleissner/spring-batch-rest.git</connection>
<developerConnection>scm:git:git@github.com:chrisgleissner/spring-batch-rest.git</developerConnection>
<tag>v1.4.0</tag>
<tag>v1.5.1</tag>
</scm>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions quartz-api/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

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

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

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

<dependencies>
Expand Down

0 comments on commit baeac4e

Please sign in to comment.