Skip to content

Commit

Permalink
Project README.md update
Browse files Browse the repository at this point in the history
This commit extends current project README.md with info about latest published version in Maven Central, Nightly build status and latest available snapshot.

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman authored and lukasj committed Aug 16, 2021
1 parent 682b46f commit 9a6b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# EclipseLink-ASM
[![Maven Central](https://img.shields.io/maven-central/v/org.eclipse.persistence/org.eclipse.persistence.asm.svg?label=Maven%20Central)](https://mvnrepository.com/artifact/org.eclipse.persistence/org.eclipse.persistence.asm)
[![Jakarta Staging (Snapshots)](https://img.shields.io/nexus/s/https/jakarta.oss.sonatype.org/org.eclipse.persistence/org.eclipse.persistence.asm.svg)](https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm)
[![Master Build Status](https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-master/badge/icon)](https://ci.eclipse.org/eclipselink/job/asm-build)
[![Master Build Status](https://ci.eclipse.org/eclipselink/job/asm-build/badge/icon)](https://ci.eclipse.org/eclipselink/job/asm-build)

This is a library [EclipseLink](https://github.com/eclipse-ee4j/eclipselink) uses for weaving
and bytecode manipulation. It's build on top of [ASM](https://asm.ow2.io/).
Expand Down

0 comments on commit 9a6b4f9

Please sign in to comment.