Skip to content

Commit

Permalink
prepare release v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Nov 18, 2017
1 parent 490a7fb commit ddf4a04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Coverage](https://coveralls.io/repos/j-easy/easy-batch/badge.svg?style=flat&branch=master&service=github)](https://coveralls.io/github/j-easy/easy-batch?branch=master)
[![Build Status](https://travis-ci.org/j-easy/easy-batch.svg?branch=master)](https://travis-ci.org/j-easy/easy-batch)
[![Build status](https://ci.appveyor.com/api/projects/status/pwpfbmmew717wtgn/branch/master?svg=true)](https://ci.appveyor.com/project/benas/easy-batch/branch/master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.easybatch/easybatch-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.easybatch|easybatch-core|5.1.0|)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.easybatch/easybatch-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.easybatch|easybatch-core|5.2.0|)
[![Javadoc](https://www.javadoc.io/badge/org.easybatch/easybatch-core.svg)](http://www.javadoc.io/doc/org.easybatch/easybatch-core)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/j-easy/easy-batch)

Expand All @@ -21,6 +21,7 @@

## Latest news

* 18/11/2017: Version 5.2.0 is out with new features and bug fixes! See change log [here](https://github.com/j-easy/easy-batch/releases).
* 05/06/2017: Version 5.1.0 is out! See what's new [here](https://github.com/j-easy/easy-batch/releases).

# What is Easy Batch?
Expand Down Expand Up @@ -88,11 +89,11 @@ All the boilerplate code of resources I/O, iterating through the data source, fi

#### Stable:

The current stable version is [v5.1.0](http://search.maven.org/#artifactdetails|org.easybatch|easybatch-core|5.1.0|) | [documentation](https://github.com/j-easy/easy-batch/wiki) | [tutorials](https://github.com/j-easy/easy-batch/tree/master/easybatch-tutorials) | [javadoc](http://javadoc.io/doc/org.easybatch/easybatch-core/5.1.0)
The current stable version is [v5.2.0](http://search.maven.org/#artifactdetails|org.easybatch|easybatch-core|5.2.0|) | [documentation](https://github.com/j-easy/easy-batch/wiki) | [tutorials](https://github.com/j-easy/easy-batch/tree/master/easybatch-tutorials) | [javadoc](http://javadoc.io/doc/org.easybatch/easybatch-core/5.2.0)

#### Development:

The current development version is 5.2.0-SNAPSHOT [![Build Status](https://travis-ci.org/j-easy/easy-batch.svg?branch=master)](https://travis-ci.org/j-easy/easy-batch) [![Build status](https://ci.appveyor.com/api/projects/status/pwpfbmmew717wtgn/branch/master?svg=true)](https://ci.appveyor.com/project/benas/easy-batch/branch/master)
The current development version is 5.3.0-SNAPSHOT [![Build Status](https://travis-ci.org/j-easy/easy-batch.svg?branch=master)](https://travis-ci.org/j-easy/easy-batch) [![Build status](https://ci.appveyor.com/api/projects/status/pwpfbmmew717wtgn/branch/master?svg=true)](https://ci.appveyor.com/project/benas/easy-batch/branch/master)

If you want to import a snapshot version, you need to use the following repository:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.easybatch</groupId>
<artifactId>easybatch-core</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion easybatch-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.easybatch</groupId>
<artifactId>easybatch-benchmarks</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>jar</packaging>

<name>easybatch-benchmarks</name>
Expand Down
2 changes: 1 addition & 1 deletion easybatch-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Each tutorial is contained in a separate package containing a `README.md` file t
The `org.easybatch.tutorials.common` package contains classes that are common to all tutorials.
All examples use tweets data. Tweets are represented by the `org.easybatch.tutorials.common.Tweet` bean.

:warning: Tutorials described in this page use the current stable version of Easy Batch: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.easybatch/easybatch-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.easybatch|easybatch-core|5.1.0|)
:warning: Tutorials described in this page use the current stable version of Easy Batch: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.easybatch/easybatch-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.easybatch|easybatch-core|5.2.0|)

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion easybatch-tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.easybatch</groupId>
<artifactId>easybatch-tutorials</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>jar</packaging>

<name>easybatch-tutorials</name>
Expand Down

0 comments on commit ddf4a04

Please sign in to comment.