Skip to content

Commit 5dd1ff7

Browse files
committed
Add name to pom.xml to fix release validation
1 parent 09df59a commit 5dd1ff7

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

presto-atop/pom.xml

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

1111
<artifactId>presto-atop</artifactId>
12+
<name>presto-atop</name>
1213
<description>Presto - Atop Connector</description>
1314
<packaging>presto-plugin</packaging>
1415

presto-cache/pom.xml

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

1111
<artifactId>presto-cache</artifactId>
12+
<name>presto-cache</name>
1213
<description>Presto cache library</description>
1314

1415
<properties>

presto-jmx/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>presto-jmx</artifactId>
11+
<name>presto-jmx</name>
1112
<description>Presto - JMX Connector</description>
1213
<packaging>presto-plugin</packaging>
1314

presto-kafka/pom.xml

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

1111
<artifactId>presto-kafka</artifactId>
12+
<name>presto-kafka</name>
1213
<description>Presto - Kafka Connector</description>
1314
<packaging>presto-plugin</packaging>
1415

presto-redis/pom.xml

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

1111
<artifactId>presto-redis</artifactId>
12+
<name>presto-redis</name>
1213
<description>Presto - Redis Connector</description>
1314
<packaging>presto-plugin</packaging>
1415

0 commit comments

Comments
 (0)