Skip to content

Commit 68bb261

Browse files
committed
add required pom metadata for publishing
1 parent c9def5e commit 68bb261

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

algebra-jackson/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
<artifactId>algebra-jackson</artifactId>
1212

13+
<name>${project.groupId}:${project.artifactId}</name>
14+
1315
<dependencies>
1416
<dependency>
1517
<groupId>com.fasterxml.jackson.core</groupId>

algebra-testing/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
<artifactId>algebra-testing</artifactId>
1212

13+
<name>${project.groupId}:${project.artifactId}</name>
14+
1315
<dependencies>
1416
<dependency>
1517
<groupId>com.hubspot</groupId>

algebra/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
<artifactId>algebra</artifactId>
1212

13+
<name>${project.groupId}:${project.artifactId}</name>
14+
1315
<dependencies>
1416
<dependency>
1517
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)