Skip to content

Commit 32ca4e5

Browse files
authored
Merge pull request #386 from HubSpot/js-central-meta
add required meta for central publish
2 parents f0a6277 + b9346c6 commit 32ca4e5

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

slack-base/pom.xml

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

1111
<artifactId>slack-base</artifactId>
1212

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

slack-java-client-examples/pom.xml

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

1111
<artifactId>slack-java-client-examples</artifactId>
1212

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

slack-java-client-guice/pom.xml

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

1111
<artifactId>slack-java-client-guice</artifactId>
1212

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

slack-java-client/pom.xml

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

1111
<artifactId>slack-java-client</artifactId>
1212

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

slack-request-verifier/pom.xml

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

1111
<artifactId>slack-request-verifier</artifactId>
1212

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

0 commit comments

Comments
 (0)