File tree Expand file tree Collapse file tree
qudtlib-hardcoded-model-gen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - when using ` qudtlib ` as a dependency, you have to add ` <type>pom</type> ` (see updatede [ ` README.md ` ] ( README.md ) ). This is due to more rigorous
13+ artifact checks by sonatype that prevent jar artifacts without sources.
1214- Upgrade to QUDT 3.1.4
1315 - Calculation of scalings and factor units now happens in QUDT (see PR [ 1129] ( https://github.com/qudt/qudt-public-repo/pull/1129 ) )
1416 However, a few things have changed:
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Maven dependency:
3131 <groupId>io.github.qudtlib</groupId>
3232 <artifactId>qudtlib</artifactId>
3333 <version>${project.version}</version> <!-- remember to use the latest version -->
34+ <type>pom</type>
3435</dependency>
3536```
3637
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Here are the important bits:
99 <groupId>io.github.qudtlib</groupId>
1010 <artifactId>qudtlib</artifactId>
1111 <version>${project.version}</version> <!-- remember to use the latest version -->
12+ <type>pom</type>
1213</dependency>
1314```
1415
Original file line number Diff line number Diff line change 1313 <groupId >io.github.qudtlib</groupId >
1414 <artifactId >qudtlib</artifactId >
1515 <version >${project.version} </version >
16+ <type >pom</type >
1617 </dependency >
1718 </dependencies >
1819 <build >
Original file line number Diff line number Diff line change 1414 <groupId >io.github.qudtlib</groupId >
1515 <artifactId >qudtlib-main-rdf</artifactId >
1616 <version >${project.version} </version >
17+ <type >pom</type >
1718 </dependency >
1819 <dependency >
1920 <groupId >io.github.qudtlib</groupId >
You can’t perform that action at this time.
0 commit comments