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

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 1b94883317d6687e2dd3a0294d9e6e2ab066cf56
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Feb 2 20:53:03 2025 +0000

    Prepare for the next release candidate
---
 commons-vfs2-ant/pom.xml          |  4 ++--
 commons-vfs2-bom/pom.xml          | 16 ++++++++--------
 commons-vfs2-distribution/pom.xml |  4 ++--
 commons-vfs2-examples/pom.xml     |  4 ++--
 commons-vfs2-hdfs/pom.xml         |  4 ++--
 commons-vfs2-jackrabbit1/pom.xml  |  4 ++--
 commons-vfs2-jackrabbit2/pom.xml  |  4 ++--
 commons-vfs2-sandbox/pom.xml      |  2 +-
 commons-vfs2/pom.xml              |  5 ++---
 pom.xml                           |  2 +-
 10 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/commons-vfs2-ant/pom.xml b/commons-vfs2-ant/pom.xml
index d00dc9b23..8b12a52aa 100644
--- a/commons-vfs2-ant/pom.xml
+++ b/commons-vfs2-ant/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -76,7 +76,7 @@
     <!-- Hadoop jars contain overlapping packages that blow up JPMS -->
     <moditect.skip>true</moditect.skip>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-vfs2-bom/pom.xml b/commons-vfs2-bom/pom.xml
index 242b2f501..0d1d4a401 100644
--- a/commons-vfs2-bom/pom.xml
+++ b/commons-vfs2-bom/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>commons-vfs2-bom</artifactId>
@@ -33,32 +33,32 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2</artifactId>
-        <version>2.10.0-SNAPSHOT</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2-examples</artifactId>
-        <version>2.10.0-SNAPSHOT</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2-ant</artifactId>
-        <version>2.10.0-SNAPSHOT</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2-hdfs</artifactId>
-        <version>2.10.0-SNAPSHOT</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2-jackrabbit1</artifactId>
-        <version>2.10.0-SNAPSHOT</version>
+        <version>2.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-vfs2-jackrabbit2</artifactId>
-        <version>2.10.0-SNAPSHOT</version>
+        <version>2.10.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -66,6 +66,6 @@
     <commons.parent.dir>${basedir}/..</commons.parent.dir>
        <checkstyle.skip>true</checkstyle.skip>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 </project>
diff --git a/commons-vfs2-distribution/pom.xml 
b/commons-vfs2-distribution/pom.xml
index d2449daec..e6401d937 100644
--- a/commons-vfs2-distribution/pom.xml
+++ b/commons-vfs2-distribution/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -38,7 +38,7 @@ limitations under the License.
     <commons.parent.dir>${basedir}/..</commons.parent.dir>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <profiles>
diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 9db05b9ae..fd29fbd5a 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -63,7 +63,7 @@
         *
     </commons.osgi.import>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-vfs2-hdfs/pom.xml b/commons-vfs2-hdfs/pom.xml
index 96a621b7e..427e1d697 100644
--- a/commons-vfs2-hdfs/pom.xml
+++ b/commons-vfs2-hdfs/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -116,7 +116,7 @@
     </commons.osgi.import>
     <!-- Hadoop jars contain overlapping packages that blow up JPMS -->
     <moditect.skip>true</moditect.skip>
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index ddee7f3e1..a24b51fe3 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -127,7 +127,7 @@
         *
     </commons.osgi.import>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml
index f0f05ee09..ed71a98de 100644
--- a/commons-vfs2-jackrabbit2/pom.xml
+++ b/commons-vfs2-jackrabbit2/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -113,7 +113,7 @@
         *
     </commons.osgi.import>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml
index cebc0c350..28dc4c856 100644
--- a/commons-vfs2-sandbox/pom.xml
+++ b/commons-vfs2-sandbox/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml
index 5f588ceee..2bcd7339c 100644
--- a/commons-vfs2/pom.xml
+++ b/commons-vfs2/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.10.0-SNAPSHOT</version>
+    <version>2.10.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>
@@ -156,13 +156,12 @@
         org.apache.hc.client5.http.*;resolution:=optional,
         *
     </commons.osgi.import>
-    
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
   </properties>
 
   <build>
     <pluginManagement>
       <plugins>
-      
       </plugins>
     </pluginManagement>
     <resources>
diff --git a/pom.xml b/pom.xml
index 0da6c9e57..e3aaafd5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Commons VFS Project</name>
   <description>Apache Commons VFS is a Virtual File System 
library.</description>
   <packaging>pom</packaging>
-  <version>2.10.0-SNAPSHOT</version>
+  <version>2.10.0</version>
 
   <url>https://commons.apache.org/proper/commons-vfs/</url>
   <inceptionYear>2002</inceptionYear>

Reply via email to