This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.0.0-rc1-next
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git

commit 63f8bf1713c0fc9e1ccada006360bacf2f8fdded
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Feb 19 15:08:46 2026 -0500

    [maven-release-plugin] prepare for next development iteration
---
 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 f43cb72..d9c1e14 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</version>
+    <version>1.0.1-SNAPSHOT</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 0b3f84e..2a1fcf8 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</version>
+    <version>1.0.1-SNAPSHOT</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 442a377..e56c986 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</version>
+    <version>1.0.1-SNAPSHOT</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 433d07b..bcb06fb 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</version>
+    <version>1.0.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>hdfs-urlstreamhandler-provider</artifactId>
diff --git a/pom.xml b/pom.xml
index 5e35d35..105ca76 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</version>
+  <version>1.0.1-SNAPSHOT</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>rel/accumulo-classloader-extras-1.0.0</tag>
+    <tag>HEAD</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>2026-02-19T20:08:06Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-02-19T20:08:46Z</project.build.outputTimestamp>
     <rat.consoleOutput>true</rat.consoleOutput>
     
<sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>

Reply via email to