Skip to content

Commit 520e481

Browse files
committed
Update Maven badges at in README.
1 parent 9cfcb2d commit 520e481

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![License: Apache v2](https://img.shields.io/badge/license-Apache%202-blue)](https://directory.fsf.org/wiki/License:Apache-2.0)
44
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B24661%2Fgithub.com%2FAbsaOSS%2Fcobrix.svg?type=shield)](https://app.fossa.com/projects/custom%2B24661%2Fgithub.com%2FAbsaOSS%2Fcobrix)
55
[![Build](https://github.com/AbsaOSS/cobrix/workflows/Build/badge.svg)](https://github.com/AbsaOSS/cobrix/actions)
6-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13)
6+
[![Maven Central](https://img.shields.io/maven-central/v/za.co.absa.cobrix/cobol-parser_2.12?label=cobol-parser)](https://mvnrepository.com/artifact/za.co.absa.cobrix/cobol-parser)
7+
[![Maven Central](https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.12?label=spark-cobol)](https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)
78

89
Pain free Spark/Cobol files integration.
910

@@ -63,14 +64,11 @@ You can link against this library in your program at the following coordinates:
6364
<tr><th>Scala 2.11</th><th>Scala 2.12</th><th>Scala 2.13</th></tr>
6465
<tr>
6566
<td align="center">
66-
<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.11"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.11/badge.svg" alt="Maven Central"></a><br>
67-
</td>
67+
<a href = "https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)"><img src="https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.11?label=spark-cobol_2.11"></a></td>
6868
<td align="center">
69-
<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.12"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.12/badge.svg" alt="Maven Central"></a><br>
70-
</td>
69+
<a href = "https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)"><img src="https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.12?label=spark-cobol_2.12"></a></td>
7170
<td align="center">
72-
<a href = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13"><img src = "https://maven-badges.herokuapp.com/maven-central/za.co.absa.cobrix/spark-cobol_2.13/badge.svg" alt="Maven Central"></a><br>
73-
</td>
71+
<a href = "https://mvnrepository.com/artifact/za.co.absa.cobrix/spark-cobol)"><img src="https://img.shields.io/maven-central/v/za.co.absa.cobrix/spark-cobol_2.13?label=spark-cobol_2.13"></a></td>
7472
</tr>
7573
<tr>
7674
<td>
@@ -1947,6 +1945,7 @@ A: Update hadoop dll to version 3.2.2 or newer.
19471945

19481946
- [#769](https://github.com/AbsaOSS/cobrix/issues/769) Added EBCDIC processor as a library routine.
19491947
This allows processing EBCDIC files without Spark, replacing chosen fields without changing the file format.
1948+
More at https://github.com/AbsaOSS/cobrix/tree/master?tab=readme-ov-file#ebcdic-processor-experimental
19501949
- [#780](https://github.com/AbsaOSS/cobrix/issues/780) Added `spark-cobol` options to the raw record extractor interface.
19511950

19521951
- #### 2.8.4 released 5 June 2025.

0 commit comments

Comments
 (0)