Skip to content

Commit 07618c0

Browse files
committed
build: add project names since, without it, the artefacts are not being published
1 parent e309a0c commit 07618c0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

android-jackson-resource-model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>android-jackson-resource-model</artifactId>
13+
<name>Android Jackson Resource Model</name>
1314

1415
<build>
1516
<plugins>

common-resource-model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>common-resource-model</artifactId>
13+
<name>Common Resource Model</name>
1314

1415
<dependencies>
1516
<dependency>

jackson-resource-model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>jackson-resource-model</artifactId>
13+
<name>Jackson Resource Model</name>
1314

1415
<build>
1516
<plugins>

sdk/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>dhis2-java-sdk</artifactId>
12+
<name>DHIS2 Java SDK</name>
1213

1314
<build>
1415
<plugins>

0 commit comments

Comments
 (0)