From d9763d549984948b88b3a2f6920e37a6ef0f604e Mon Sep 17 00:00:00 2001 From: Gerald Haesendonck Date: Tue, 31 Oct 2023 08:53:47 +0100 Subject: [PATCH] Fix Maven central deployment --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f51e56..9825fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +## [1.0.1] - 2023-10-31 + +### Fixed +- Maven central deployment + ## [1.0.0] - 2023-10-30 ### Added @@ -43,4 +50,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated excel-streaming-reader to 4.0.5 - Updated jena-fuseki-* to 4.9.0 +[1.0.1]: https://github.com/RMLio/dataio/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/RMLio/dataio/releases/tag/v1.0.0 \ No newline at end of file diff --git a/README.md b/README.md index bfeeceb..a21a939 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency: be.ugent.idlab.knows dataio - v1.0.0 + v1.0.1 ``` Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio) diff --git a/pom.xml b/pom.xml index e16f131..5c4ac2b 100644 --- a/pom.xml +++ b/pom.xml @@ -371,7 +371,7 @@ true ossrh - https://s01.oss.sonatype.org/ + https://oss.sonatype.org/ true