Skip to content

Commit

Permalink
Update artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
arusevm committed Oct 28, 2024
1 parent 5339157 commit d5ef58c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion hadoop/stable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version>${hadoop.stable.version}-mmio.${hadoop.stable.mishmash.io.patch}</version>
<packaging>pom</packaging>

<name>Modifications and extensions of Apache ZooKeeper, by mishmash io</name>
<name>Modifications and extensions of Apache Hadoop, by mishmash io</name>
<description>
Apache ZooKeeper is a service for coordinating processes of distributed applications.

Expand Down
16 changes: 4 additions & 12 deletions zookeeper/stable-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@
<version>${zookeeper.stable.version}-mmio.${zookeeper.stable.mishmash.io.patch}</version>
<packaging>jar</packaging>

<name>Apache ZooKeeper client command-line tool, repackaged by mishmash io</name>
<name>mishmash io pack of Apache ZooKeeper command-line tools</name>
<description>
Apache ZooKeeper is a service for coordinating processes of distributed applications.

This package contains the dependency-reduced Apache ZooKeeper command-line client, as modified by
mishmash io.
This package contains the Apache ZooKeeper command-line tools with modifications by
mishmash io. For more info on the specific modifications to Apache ZooKeeper done by mishmash io - visit our website and GitHub.

Use it when you only need a ZooKeeper command-line client, with minimum extra dependencies.

For more info on the specific modifications to Apache ZooKeeper done by mishmash io - visit our website and github.
Use it when you need the ZooKeeper command-line client or server tools.
</description>
<url>https://mishmash.io/open_source/apache_big_data</url>

Expand Down Expand Up @@ -95,12 +93,6 @@
</dependencyManagement>

<dependencies>
<!--dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency-->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down

0 comments on commit d5ef58c

Please sign in to comment.