Skip to content

Commit dc9fb93

Browse files
committed
pom.xml: remove hopefully unused DistributionManagement element
1 parent 3591369 commit dc9fb93

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [1.0.4] - 2023-10-31
11+
12+
### Fixed
13+
- Remove (unused) DistributionManagement in pom.xml
14+
1015
## [1.0.3] - 2023-10-31
1116

1217
### Fixed
@@ -60,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6065
- Updated excel-streaming-reader to 4.0.5
6166
- Updated jena-fuseki-* to 4.9.0
6267

68+
[1.0.4]: https://github.com/RMLio/dataio/compare/v1.0.3...v1.0.4
6369
[1.0.3]: https://github.com/RMLio/dataio/compare/v1.0.2...v1.0.3
6470
[1.0.2]: https://github.com/RMLio/dataio/compare/v1.0.1...v1.0.2
6571
[1.0.1]: https://github.com/RMLio/dataio/compare/v1.0.0...v1.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
1010
<dependency>
1111
<groupId>be.ugent.idlab.knows</groupId>
1212
<artifactId>dataio</artifactId>
13-
<version>v1.0.3</version>
13+
<version>v1.0.4</version>
1414
</dependency>
1515
```
1616
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>be.ugent.idlab.knows</groupId>
55
<artifactId>dataio</artifactId>
6-
<version>1.0.3</version>
6+
<version>1.0.4</version>
77
<name>dataio</name>
88
<packaging>jar</packaging>
99
<url>https://github.com/RMLio/dataio</url>
@@ -69,16 +69,6 @@
6969
</repository>
7070
</repositories>
7171

72-
<distributionManagement>
73-
<snapshotRepository>
74-
<id>ossrh</id>
75-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
76-
</snapshotRepository>
77-
<repository>
78-
<id>ossrh</id>
79-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
80-
</repository>
81-
</distributionManagement>
8272

8373
<dependencies>
8474

0 commit comments

Comments
 (0)