Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Oct 27, 2023
1 parent 72c23ab commit e8e7bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Dregex is a Java library that implements a regular expression engine using deter

[![Build Status](https://github.com/marianobarrios/dregex/actions/workflows/main.yml/badge.svg)](https://github.com/marianobarrios/dregex/actions)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/dregex_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/dregex_2.12)
[![javadoc](https://javadoc.io/badge2/com.github.marianobarrios/dregex_2.13/javadoc.svg)](https://javadoc.io/doc/com.github.marianobarrios/dregex_2.13)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/dregex/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marianobarrios/dregex)
[![javadoc](https://javadoc.io/badge2/com.github.marianobarrios/dregex/javadoc.svg)](https://javadoc.io/doc/com.github.marianobarrios/dregex)

## Rationale

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ publishing {
dregex(MavenPublication) {
groupId = 'com.github.marianobarrios'
artifactId = 'dregex'
version = '0.8.0'
version = '0.9.0-SNAPSHOT'
from components.java
pom {
name = 'dregex'
Expand Down

0 comments on commit e8e7bd5

Please sign in to comment.