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

Commit

Permalink
Update to 3.1.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinYSpasov committed Feb 4, 2019
1 parent 18cc77d commit f2b5961
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## Unreleased

## [3.1.3] - 2019-02-04

### Changed
- Update to common-bomn version 1.29.0
- Update to test-utils version 1.22.0
- Update to utilities version 1.16.4
- Update to framework version 5.1.1
- Use event-store version 1.1.3

## [3.1.2] - 2019-01-22

### Changed
Expand Down
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>3.1.3-SNAPSHOT</version>
<version>3.1.3</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>3.1.3-SNAPSHOT</version>
<version>3.1.3</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>3.1.3-SNAPSHOT</version>
<version>3.1.3</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>3.1.3-SNAPSHOT</version>
<version>3.1.3</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>3.1.3-SNAPSHOT</version>
<version>3.1.3</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>3.1.3-SNAPSHOT</version>
<version>3.1.3</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>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<packaging>pom</packaging>

<name>Job Manager</name>
Expand Down

0 comments on commit f2b5961

Please sign in to comment.