This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
commit f6f2efcae4057d2479c312c00864ebecb629c4b4 Author: Christopher Tubbs <[email protected]> AuthorDate: Thu Feb 19 15:08:46 2026 -0500 [maven-release-plugin] prepare release rel/accumulo-classloader-extras-1.0.0 --- modules/caching-classloader/pom.xml | 2 +- modules/example-iterators-a/pom.xml | 2 +- modules/example-iterators-b/pom.xml | 2 +- modules/hdfs-urlstreamhandler-provider/pom.xml | 2 +- pom.xml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/caching-classloader/pom.xml b/modules/caching-classloader/pom.xml index 35a7270..f43cb72 100644 --- a/modules/caching-classloader/pom.xml +++ b/modules/caching-classloader/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-classloader-extras</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>accumulo-caching-classloader</artifactId> diff --git a/modules/example-iterators-a/pom.xml b/modules/example-iterators-a/pom.xml index f78dda4..0b3f84e 100644 --- a/modules/example-iterators-a/pom.xml +++ b/modules/example-iterators-a/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-classloader-extras</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>example-iterators-a</artifactId> diff --git a/modules/example-iterators-b/pom.xml b/modules/example-iterators-b/pom.xml index efe6cd7..442a377 100644 --- a/modules/example-iterators-b/pom.xml +++ b/modules/example-iterators-b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-classloader-extras</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>example-iterators-b</artifactId> diff --git a/modules/hdfs-urlstreamhandler-provider/pom.xml b/modules/hdfs-urlstreamhandler-provider/pom.xml index cd2f2f7..433d07b 100644 --- a/modules/hdfs-urlstreamhandler-provider/pom.xml +++ b/modules/hdfs-urlstreamhandler-provider/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-classloader-extras</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>hdfs-urlstreamhandler-provider</artifactId> diff --git a/pom.xml b/pom.xml index 99da47f..5e35d35 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-classloader-extras</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Accumulo ClassLoader Extras</name> <description>ClassLoader Extras provided by the Apache Accumulo project</description> @@ -81,7 +81,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/accumulo-classloaders.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/accumulo-classloaders.git</developerConnection> - <tag>HEAD</tag> + <tag>rel/accumulo-classloader-extras-1.0.0</tag> <url>https://gitbox.apache.org/repos/asf?p=accumulo-classloaders.git</url> </scm> <issueManagement> @@ -126,7 +126,7 @@ under the License. <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion> <modernizer.javaVersion>${javaVersion}</modernizer.javaVersion> <!-- timestamp for reproducible outputs, updated on release by the release plugin --> - <project.build.outputTimestamp>2020-08-27T15:56:15Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2026-02-19T20:08:06Z</project.build.outputTimestamp> <rat.consoleOutput>true</rat.consoleOutput> <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor> <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
