Skip to content

Commit a69a040

Browse files
committed
Add type <pom> in dependents of pom-typed dependencies
1 parent 7f9095f commit a69a040

5 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

qudtlib-example/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

qudtlib-example/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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>

qudtlib-hardcoded-model-gen/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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>

0 commit comments

Comments
 (0)