Skip to content

Commit

Permalink
Prepare for the next release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 19, 2024
1 parent 3e8a1a5 commit 3982915
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions commons-vfs2-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
12 changes: 6 additions & 6 deletions commons-vfs2-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
4 changes: 2 additions & 2 deletions commons-vfs2-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ 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>
<!-- distribution module contains no code and no checkstyle config -->
<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>
Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2-jackrabbit1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2-jackrabbit2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion commons-vfs2-sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 3982915

Please sign in to comment.