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
The following commit(s) were added to refs/heads/release by this push: new 3982915f Prepare for the next release candidate 3982915f is described below commit 3982915fce468c9296082db6a929f0bd8d89e0d6 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 19 04:07:09 2024 +0000 Prepare for the next release candidate --- commons-vfs2-ant/pom.xml | 4 ++-- commons-vfs2-bom/pom.xml | 12 ++++++------ 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 | 4 ++-- pom.xml | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/commons-vfs2-ant/pom.xml b/commons-vfs2-ant/pom.xml index f68a17fc..547efffc 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> </parent> <name>Apache Commons VFS Ant Tasks</name> @@ -73,7 +73,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>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-bom/pom.xml b/commons-vfs2-bom/pom.xml index 0ea65a56..1c25ae30 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> </parent> <artifactId>commons-vfs2-bom</artifactId> <packaging>pom</packaging> @@ -32,12 +32,12 @@ <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> @@ -52,18 +52,18 @@ <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> <properties> <commons.parent.dir>${basedir}/..</commons.parent.dir> <checkstyle.skip>true</checkstyle.skip> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-vfs2-distribution/pom.xml b/commons-vfs2-distribution/pom.xml index 814b1bb6..8e8db038 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> </parent> <properties> @@ -36,7 +36,7 @@ limitations under the License. <checkstyle.skip>true</checkstyle.skip> <commons.parent.dir>${basedir}/..</commons.parent.dir> <commons.release.isDistModule>true</commons.release.isDistModule> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <profiles> diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml index c4c5aaac..c8c446d4 100644 --- a/commons-vfs2-examples/pom.xml +++ b/commons-vfs2-examples/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> </parent> <dependencies> @@ -60,7 +60,7 @@ <commons.osgi.import> * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-hdfs/pom.xml b/commons-vfs2-hdfs/pom.xml index c87d6c1c..53f02945 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> </parent> <name>Apache Commons VFS HDFS</name> @@ -110,7 +110,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>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml index 7579e378..1ded54d8 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> </parent> <name>Apache Commons VFS Jackrabbit 1</name> @@ -124,7 +124,7 @@ org.apache.commons.httpclient.*;resolution:=optional, * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml index 25c3409d..6e380866 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> </parent> <name>Apache Commons VFS Jackrabbit 2</name> @@ -123,7 +123,7 @@ org.apache.jackrabbit.*;resolution:=optional, * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml index 99c1510b..1e84b78d 100644 --- a/commons-vfs2-sandbox/pom.xml +++ b/commons-vfs2-sandbox/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.10.0-SNAPSHOT</version> + <version>2.10.0</version> </parent> <dependencies> diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml index ac086ff9..6ea1bbbd 100644 --- a/commons-vfs2/pom.xml +++ b/commons-vfs2/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> </parent> <dependencies> @@ -153,7 +153,7 @@ org.apache.hc.client5.http.*;resolution:=optional, * </commons.osgi.import> - <project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build> diff --git a/pom.xml b/pom.xml index fd163533..0a97d67b 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> @@ -116,7 +116,7 @@ <clirr.skip>true</clirr.skip> <japicmp.skip>false</japicmp.skip> <jacoco.skip>false</jacoco.skip> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp> </properties> <build>