Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgleissner committed Dec 23, 2018
1 parent ef502b3 commit 91c4284
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
</parent>

<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-api</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<name>spring-batch-rest-api</name>

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

<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-example</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<name>spring-batch-rest-example</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.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<packaging>pom</packaging>

<name>spring-batch-rest</name>
Expand Down Expand Up @@ -92,7 +92,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>HEAD</tag>
<tag>v1.2.7</tag>
</scm>

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

<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-util</artifactId>
<version>1.2.7-SNAPSHOT</version>
<version>1.2.7</version>
<name>spring-batch-rest-util</name>

<dependencies>
Expand Down

0 comments on commit 91c4284

Please sign in to comment.