Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update to 4.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed Aug 19, 2019
1 parent 69a29f6 commit 956acb0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>job-manager</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion job-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.justice.services</groupId>
<artifactId>job-manager</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion job-manager-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>job-manager</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jobstore-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.justice.services</groupId>
<artifactId>job-manager</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jobstore-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.justice.services</groupId>
<artifactId>job-manager</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>jobstore-liquibase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jobstore-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice.services</groupId>
<artifactId>job-manager</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
</parent>

<artifactId>jobstore-persistence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>uk.gov.justice.services</groupId>
<artifactId>job-manager</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>pom</packaging>

<name>Job Manager</name>
Expand Down

0 comments on commit 956acb0

Please sign in to comment.