Skip to content

Commit 3982915

Browse files
committed
Prepare for the next release candidate
1 parent 3e8a1a5 commit 3982915

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

commons-vfs2-ant/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-vfs2-project</artifactId>
27-
<version>2.10.0-SNAPSHOT</version>
27+
<version>2.10.0</version>
2828
</parent>
2929

3030
<name>Apache Commons VFS Ant Tasks</name>
@@ -73,7 +73,7 @@
7373
</commons.osgi.import>
7474
<!-- Hadoop jars contain overlapping packages that blow up JPMS -->
7575
<moditect.skip>true</moditect.skip>
76-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
76+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
7777
</properties>
7878

7979
<build>

commons-vfs2-bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-vfs2-project</artifactId>
24-
<version>2.10.0-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626
<artifactId>commons-vfs2-bom</artifactId>
2727
<packaging>pom</packaging>
@@ -32,12 +32,12 @@
3232
<dependency>
3333
<groupId>org.apache.commons</groupId>
3434
<artifactId>commons-vfs2</artifactId>
35-
<version>2.10.0-SNAPSHOT</version>
35+
<version>2.10.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.apache.commons</groupId>
3939
<artifactId>commons-vfs2-examples</artifactId>
40-
<version>2.10.0-SNAPSHOT</version>
40+
<version>2.10.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.commons</groupId>
@@ -52,18 +52,18 @@
5252
<dependency>
5353
<groupId>org.apache.commons</groupId>
5454
<artifactId>commons-vfs2-jackrabbit1</artifactId>
55-
<version>2.10.0-SNAPSHOT</version>
55+
<version>2.10.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.commons</groupId>
5959
<artifactId>commons-vfs2-jackrabbit2</artifactId>
60-
<version>2.10.0-SNAPSHOT</version>
60+
<version>2.10.0</version>
6161
</dependency>
6262
</dependencies>
6363
</dependencyManagement>
6464
<properties>
6565
<commons.parent.dir>${basedir}/..</commons.parent.dir>
6666
<checkstyle.skip>true</checkstyle.skip>
67-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
6868
</properties>
6969
</project>

commons-vfs2-distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ limitations under the License.
2828
<parent>
2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-vfs2-project</artifactId>
31-
<version>2.10.0-SNAPSHOT</version>
31+
<version>2.10.0</version>
3232
</parent>
3333

3434
<properties>
3535
<!-- distribution module contains no code and no checkstyle config -->
3636
<checkstyle.skip>true</checkstyle.skip>
3737
<commons.parent.dir>${basedir}/..</commons.parent.dir>
3838
<commons.release.isDistModule>true</commons.release.isDistModule>
39-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
39+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
4040
</properties>
4141

4242
<profiles>

commons-vfs2-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-vfs2-project</artifactId>
31-
<version>2.10.0-SNAPSHOT</version>
31+
<version>2.10.0</version>
3232
</parent>
3333

3434
<dependencies>
@@ -60,7 +60,7 @@
6060
<commons.osgi.import>
6161
*
6262
</commons.osgi.import>
63-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
63+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
6464
</properties>
6565

6666
<build>

commons-vfs2-hdfs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-vfs2-project</artifactId>
27-
<version>2.10.0-SNAPSHOT</version>
27+
<version>2.10.0</version>
2828
</parent>
2929

3030
<name>Apache Commons VFS HDFS</name>
@@ -110,7 +110,7 @@
110110
</commons.osgi.import>
111111
<!-- Hadoop jars contain overlapping packages that blow up JPMS -->
112112
<moditect.skip>true</moditect.skip>
113-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
113+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
114114
</properties>
115115

116116
<build>

commons-vfs2-jackrabbit1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-vfs2-project</artifactId>
27-
<version>2.10.0-SNAPSHOT</version>
27+
<version>2.10.0</version>
2828
</parent>
2929

3030
<name>Apache Commons VFS Jackrabbit 1</name>
@@ -124,7 +124,7 @@
124124
org.apache.commons.httpclient.*;resolution:=optional,
125125
*
126126
</commons.osgi.import>
127-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
127+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
128128
</properties>
129129

130130
<build>

commons-vfs2-jackrabbit2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-vfs2-project</artifactId>
27-
<version>2.10.0-SNAPSHOT</version>
27+
<version>2.10.0</version>
2828
</parent>
2929

3030
<name>Apache Commons VFS Jackrabbit 2</name>
@@ -123,7 +123,7 @@
123123
org.apache.jackrabbit.*;resolution:=optional,
124124
*
125125
</commons.osgi.import>
126-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
126+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
127127
</properties>
128128

129129
<build>

commons-vfs2-sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-vfs2-project</artifactId>
31-
<version>2.10.0-SNAPSHOT</version>
31+
<version>2.10.0</version>
3232
</parent>
3333

3434
<dependencies>

commons-vfs2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.apache.commons</groupId>
3131
<artifactId>commons-vfs2-project</artifactId>
32-
<version>2.10.0-SNAPSHOT</version>
32+
<version>2.10.0</version>
3333
</parent>
3434

3535
<dependencies>
@@ -153,7 +153,7 @@
153153
org.apache.hc.client5.http.*;resolution:=optional,
154154
*
155155
</commons.osgi.import>
156-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
156+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
157157
</properties>
158158

159159
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<name>Apache Commons VFS Project</name>
3030
<description>Apache Commons VFS is a Virtual File System library.</description>
3131
<packaging>pom</packaging>
32-
<version>2.10.0-SNAPSHOT</version>
32+
<version>2.10.0</version>
3333

3434
<url>https://commons.apache.org/proper/commons-vfs/</url>
3535
<inceptionYear>2002</inceptionYear>
@@ -116,7 +116,7 @@
116116
<clirr.skip>true</clirr.skip>
117117
<japicmp.skip>false</japicmp.skip>
118118
<jacoco.skip>false</jacoco.skip>
119-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
119+
<project.build.outputTimestamp>2024-12-19T03:21:13Z</project.build.outputTimestamp>
120120
</properties>
121121

122122
<build>

0 commit comments

Comments
 (0)