Skip to content

Commit 683b57d

Browse files
authored
Add disclaimer to maven artifacts' POM files (#200)
1 parent d2c45e5 commit 683b57d

File tree

11 files changed

+20
-11
lines changed

11 files changed

+20
-11
lines changed

bifromq-common-type/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<modelVersion>4.0.0</modelVersion>
3030

3131
<artifactId>bifromq-common-type</artifactId>
32+
<name>The common types used in Apache BifroMQ</name>
33+
<description>Common type definitions for Apache BifroMQ (Incubating).</description>
3234

3335
<dependencies>
3436
<dependency>

bifromq-plugin/bifromq-plugin-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<artifactId>bifromq-plugin-archetype</artifactId>
3434
<name>Apache BifroMQ Plugin Archetype</name>
35-
<description>Archetype for scaffolding Apache BifroMQ plugins.</description>
35+
<description>Archetype for scaffolding Apache BifroMQ (Incubating) plugins.</description>
3636

3737
<build>
3838
<extensions>

bifromq-plugin/bifromq-plugin-auth-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<artifactId>bifromq-plugin-auth-provider</artifactId>
3333
<name>Apache BifroMQ Plugin Auth Provider</name>
34-
<description>Authentication provider plugin API for Apache BifroMQ.</description>
34+
<description>Authentication provider plugin API for Apache BifroMQ (Incubating).</description>
3535

3636
<dependencies>
3737
<dependency>

bifromq-plugin/bifromq-plugin-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<artifactId>bifromq-plugin-bom</artifactId>
3333
<packaging>pom</packaging>
3434
<name>Apache BifroMQ Plugin BOM</name>
35-
<description>Bill of materials for Apache BifroMQ plugin APIs.</description>
35+
<description>Bill of materials for Apache BifroMQ (Incubating) plugin APIs.</description>
3636

3737
<dependencyManagement>
3838
<dependencies>

bifromq-plugin/bifromq-plugin-client-balancer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>bifromq-plugin-client-balancer</artifactId>
3232
<name>Apache BifroMQ Plugin Client Balancer</name>
33-
<description>Client balancer plugin API for Apache BifroMQ.</description>
33+
<description>Client balancer plugin API for Apache BifroMQ (Incubating).</description>
3434
<dependencies>
3535
<dependency>
3636
<groupId>org.apache.bifromq</groupId>

bifromq-plugin/bifromq-plugin-context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>bifromq-plugin-context</artifactId>
3232
<name>Apache BifroMQ Plugin Context</name>
33-
<description>Shared plugin runtime context for Apache BifroMQ.</description>
33+
<description>Shared plugin runtime context for Apache BifroMQ (Incubating).</description>
3434
<dependencies>
3535
<dependency>
3636
<groupId>org.pf4j</groupId>

bifromq-plugin/bifromq-plugin-event-collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>bifromq-plugin-event-collector</artifactId>
3232
<name>Apache BifroMQ Plugin Event Collector</name>
33-
<description>Event collector plugin API for Apache BifroMQ.</description>
33+
<description>Event collector plugin API for Apache BifroMQ (Incubating).</description>
3434
<dependencies>
3535
<dependency>
3636
<groupId>org.apache.bifromq</groupId>

bifromq-plugin/bifromq-plugin-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>bifromq-plugin-main</artifactId>
3232
<name>Apache BifroMQ Plugin Main</name>
33-
<description>Bootstrap entrypoint for Apache BifroMQ plugin runtime.</description>
33+
<description>Bootstrap entrypoint for Apache BifroMQ (Incubating) plugin runtime.</description>
3434
<dependencies>
3535
<dependency>
3636
<groupId>org.apache.bifromq</groupId>

bifromq-plugin/bifromq-plugin-resource-throttler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>bifromq-plugin-resource-throttler</artifactId>
3232
<name>Apache BifroMQ Plugin Resource Throttler</name>
33-
<description>Resource throttling plugin API for Apache BifroMQ.</description>
33+
<description>Resource throttling plugin API for Apache BifroMQ (Incubating).</description>
3434
<dependencies>
3535
<dependency>
3636
<groupId>org.apache.bifromq</groupId>

bifromq-plugin/bifromq-plugin-setting-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>bifromq-plugin-setting-provider</artifactId>
3232
<name>Apache BifroMQ Plugin Setting Provider</name>
33-
<description>Setting provider plugin API for Apache BifroMQ.</description>
33+
<description>Setting provider plugin API for Apache BifroMQ (Incubating).</description>
3434
<dependencies>
3535
<dependency>
3636
<groupId>org.apache.bifromq</groupId>

0 commit comments

Comments
 (0)