File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 1.2.0] - 2024-05-14
11
+
10
12
### Fixed
11
13
- Exclude ` xml-apis ` from pom file (See GitHub [ issue 2] ( https://github.com/RMLio/dataio/issues/2 ) ).
12
14
- Updated ` mysql-connector-j ` to 8.2.0
@@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
90
- Updated excel-streaming-reader to 4.0.5
89
91
- Updated jena-fuseki-* to 4.9.0
90
92
93
+ [ 1.2.0 ] : https://github.com/RMLio/dataio/compare/v1.1.0...v1.2.0
91
94
[ 1.1.0 ] : https://github.com/RMLio/dataio/compare/v1.0.4...v1.1.0
92
95
[ 1.0.4 ] : https://github.com/RMLio/dataio/compare/v1.0.3...v1.0.4
93
96
[ 1.0.3 ] : https://github.com/RMLio/dataio/compare/v1.0.2...v1.0.3
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.1 .0</version >
13
+ <version >1.2 .0</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.1.1-SNAPSHOT </version >
6
+ <version >1.2.0 </version >
7
7
<name >dataio</name >
8
8
<packaging >jar</packaging >
9
9
<url >https://github.com/RMLio/dataio</url >
You can’t perform that action at this time.
0 commit comments