File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 1.0.4] - 2023-10-31
11
+
12
+ ### Fixed
13
+ - Remove (unused) DistributionManagement in pom.xml
14
+
10
15
## [ 1.0.3] - 2023-10-31
11
16
12
17
### Fixed
@@ -60,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
65
- Updated excel-streaming-reader to 4.0.5
61
66
- Updated jena-fuseki-* to 4.9.0
62
67
68
+ [ 1.0.4 ] : https://github.com/RMLio/dataio/compare/v1.0.3...v1.0.4
63
69
[ 1.0.3 ] : https://github.com/RMLio/dataio/compare/v1.0.2...v1.0.3
64
70
[ 1.0.2 ] : https://github.com/RMLio/dataio/compare/v1.0.1...v1.0.2
65
71
[ 1.0.1 ] : https://github.com/RMLio/dataio/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
10
10
<dependency >
11
11
<groupId >be.ugent.idlab.knows</groupId >
12
12
<artifactId >dataio</artifactId >
13
- <version >v1.0.3 </version >
13
+ <version >v1.0.4 </version >
14
14
</dependency >
15
15
```
16
16
Check the [ maven central repository] ( https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio )
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >be.ugent.idlab.knows</groupId >
5
5
<artifactId >dataio</artifactId >
6
- <version >1.0.3 </version >
6
+ <version >1.0.4 </version >
7
7
<name >dataio</name >
8
8
<packaging >jar</packaging >
9
9
<url >https://github.com/RMLio/dataio</url >
69
69
</repository >
70
70
</repositories >
71
71
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 >
82
72
83
73
<dependencies >
84
74
You can’t perform that action at this time.
0 commit comments