Skip to content

Commit a88e701

Browse files
committed
chore(readme): add maven/jcenter version badges
1 parent c4f08ac commit a88e701

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# spring-esdata-loader
33
[![Build Status](https://travis-ci.org/tinesoft/spring-esdata-loader.svg?branch=master)](https://travis-ci.org/tinesoft/spring-esdata-loader)
44
[![codebeat badge](https://codebeat.co/badges/3c8b3893-a79e-4e3d-b769-a9285c771be2)](https://codebeat.co/projects/github-com-tinesoft-spring-esdata-loader-master)
5+
![GitHub](https://img.shields.io/github/license/tinesoft/spring-esdata-loader)
56

67
`spring-esdata-loader` is a Java testing library to help you write integration tests for your [spring-data elasticsearch](https://spring.io/projects/spring-data-elasticsearch)-based projects, by allowing you to easily load data into Elasticsearch, using entity mappings (i.e domain classes annotated with `@Document`, `@Field`, etc) and via specific **Junit 4**'s Rules or **JUnit Jupiter**'s Extensions.
78

@@ -25,7 +26,7 @@ The library reads all the metadata it needs from the entity classes (index name,
2526

2627
## Installation & Usage
2728

28-
The library is splitted into 2 independent sub-modules, both will be available on [JCenter](https://bintray.com/bintray/jcenter?filterByPkgName=spring-esdata-loader) and [Maven Central](https://search.maven.org/search?q=spring-esdata-loader):
29+
The library is splitted into 2 independent sub-modules, both are available on [JCenter](https://bintray.com/bintray/jcenter?filterByPkgName=spring-esdata-loader) and [Maven Central](https://search.maven.org/search?q=spring-esdata-loader):
2930

3031
* `spring-esdata-loader-junit4` for testing with **JUnit 4**
3132
* `spring-esdata-loader-junit-jupiter` for testing with **JUnit Jupiter**

junit-jupiter/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# spring-esdata-loader-junit-jupiter
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.tinesoft/spring-esdata-loader-junit-jupiter)](https://search.maven.org/artifact/com.github.tinesoft/spring-esdata-loader-junit-jupiter/?/jar)
4+
[![JCenter](https://img.shields.io/bintray/v/tinesoft/maven/spring-esdata-loader-junit-jupiter)](https:/@/bintray.com/tinesoft/maven/spring-esdata-loader-junit-jupiter/_latestVersion)
5+
36
**JUnit Jupiter** implementation of the library.
47

58
The sub-module is all that is needed to start using the library with the brand new **JUnit Jupiter**.

junit4/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# spring-esdata-loader-junit4
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.tinesoft/spring-esdata-loader-junit4)](https://search.maven.org/artifact/com.github.tinesoft/spring-esdata-loader-junit4/?/jar)
4+
[![JCenter](https://img.shields.io/bintray/v/tinesoft/maven/spring-esdata-loader-junit4)](https://bintray.com/tinesoft/maven/spring-esdata-loader-junit4/_latestVersion)
5+
36
**JUnit 4** implementation of the library.
47

58
This sub-module is that is needed to start using the library with **JUnit 4**.

0 commit comments

Comments
 (0)