Skip to content

Commit

Permalink
pom.xml: remove hopefully unused DistributionManagement element
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Oct 31, 2023
1 parent 3591369 commit dc9fb93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.4] - 2023-10-31

### Fixed
- Remove (unused) DistributionManagement in pom.xml

## [1.0.3] - 2023-10-31

### Fixed
Expand Down Expand Up @@ -60,6 +65,7 @@ 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.4]: https://github.com/RMLio/dataio/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/RMLio/dataio/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/RMLio/dataio/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/RMLio/dataio/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
<dependency>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>v1.0.3</version>
<version>v1.0.4</version>
</dependency>
```
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)
Expand Down
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<name>dataio</name>
<packaging>jar</packaging>
<url>https://github.com/RMLio/dataio</url>
Expand Down Expand Up @@ -69,16 +69,6 @@
</repository>
</repositories>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencies>

Expand Down

0 comments on commit dc9fb93

Please sign in to comment.