Skip to content

Commit

Permalink
Bump to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 14, 2025
1 parent 685b3b7 commit b810c6f
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 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</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -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>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
16 changes: 8 additions & 8 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</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons-vfs2-bom</artifactId>
Expand All @@ -33,39 +33,39 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-examples</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-ant</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-hdfs</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-jackrabbit1</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-jackrabbit2</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<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>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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,7 +28,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -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>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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 @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -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>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -116,7 +116,7 @@
</commons.osgi.import>
<!-- Hadoop jars contain overlapping packages that blow up JPMS -->
<moditect.skip>true</moditect.skip>
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -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>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -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>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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 @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.10.0</version>
<version>2.10.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down Expand Up @@ -156,7 +156,7 @@
org.apache.hc.client5.http.*;resolution:=optional,
*
</commons.osgi.import>
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</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</version>
<version>2.10.1-SNAPSHOT</version>

<url>https://commons.apache.org/proper/commons-vfs/</url>
<inceptionYear>2002</inceptionYear>
Expand Down Expand Up @@ -114,7 +114,7 @@
<japicmp.skip>false</japicmp.skip>
<jacoco.skip>false</jacoco.skip>
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2025-02-01T21:47:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit b810c6f

Please sign in to comment.