From ddf4a04828519e3c3335bb8afd3fb34d0e7d97d4 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sat, 18 Nov 2017 12:50:30 +0100 Subject: [PATCH] prepare release v5.2 --- README.md | 7 ++++--- .../src/main/resources/archetype-resources/pom.xml | 2 +- easybatch-benchmarks/pom.xml | 2 +- easybatch-tutorials/README.md | 2 +- easybatch-tutorials/pom.xml | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1f2feb7bd..0934c38e4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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? @@ -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: diff --git a/easybatch-archetype/src/main/resources/archetype-resources/pom.xml b/easybatch-archetype/src/main/resources/archetype-resources/pom.xml index 13fb2307e..02fbd2f07 100755 --- a/easybatch-archetype/src/main/resources/archetype-resources/pom.xml +++ b/easybatch-archetype/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ org.easybatch easybatch-core - 5.2.0-SNAPSHOT + 5.2.0 diff --git a/easybatch-benchmarks/pom.xml b/easybatch-benchmarks/pom.xml index 996ff6da2..5ec64522b 100644 --- a/easybatch-benchmarks/pom.xml +++ b/easybatch-benchmarks/pom.xml @@ -5,7 +5,7 @@ org.easybatch easybatch-benchmarks - 5.2.0-SNAPSHOT + 5.2.0 jar easybatch-benchmarks diff --git a/easybatch-tutorials/README.md b/easybatch-tutorials/README.md index 27b92868a..4d321a83b 100644 --- a/easybatch-tutorials/README.md +++ b/easybatch-tutorials/README.md @@ -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 diff --git a/easybatch-tutorials/pom.xml b/easybatch-tutorials/pom.xml index 865f4f732..3fbfcc3c2 100644 --- a/easybatch-tutorials/pom.xml +++ b/easybatch-tutorials/pom.xml @@ -4,7 +4,7 @@ org.easybatch easybatch-tutorials - 5.2.0-SNAPSHOT + 5.2.0 jar easybatch-tutorials