This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push:
new 68a670d Apply standardized naming convention to artifact
68a670d is described below
commit 68a670d96aa1a7e49e2b847bc9143715d18b5a97
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Mar 5 18:37:47 2026 -0500
Apply standardized naming convention to artifact
---
pom.xml | 4 ++--
src/build/create-release-candidate.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index cc57b22..1a1fcd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,8 @@
<artifactId>accumulo-classloader-extras</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Accumulo ClassLoader Extras</name>
- <description>ClassLoader Extras provided by the Apache Accumulo
project</description>
+ <name>Apache Accumulo ClassLoader Extras</name>
+ <description>Apache ClassLoader Extras provided by the Apache Accumulo
project</description>
<inceptionYear>2020</inceptionYear>
<organization>
<name>The Apache Software Foundation</name>
diff --git a/src/build/create-release-candidate.sh
b/src/build/create-release-candidate.sh
index 74079f1..72a84d4 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -24,7 +24,7 @@ projectroot="$(git rev-parse --show-toplevel)" || exit 1
cd "$projectroot" || exit 1
export tlpName=accumulo
export projName="$(xmllint --shell pom.xml <<<'xpath
/*[local-name()="project"]/*[local-name()="artifactId"]/text()' | grep content=
| cut -f2 -d=)"
-export projNameLong="Apache $(xmllint --shell pom.xml <<<'xpath
/*[local-name()="project"]/*[local-name()="name"]/text()' | grep content= | cut
-f2 -d=)"
+export projNameLong="$(xmllint --shell pom.xml <<<'xpath
/*[local-name()="project"]/*[local-name()="name"]/text()' | grep content= | cut
-f2 -d=)"
export
stagingRepoPrefix="https://repository.apache.org/content/repositories/orgapache$tlpName"
export srcQualifier="source-release"
export
relTestingUrl="https://$tlpName.apache.org/contributor/verifying-release"