From e8e7bd55eb548455dd93299aaecdc5fb376222d1 Mon Sep 17 00:00:00 2001 From: Mariano Barrios Date: Sat, 28 Oct 2023 01:25:51 +0200 Subject: [PATCH] Fix badges --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 714fc37..9c45138 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index c0b0683..d302a83 100644 --- a/build.gradle +++ b/build.gradle @@ -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'