Skip to content

Commit 38c08e7

Browse files
committed
Merge branch 'release'
2 parents fc087e3 + b810c6f commit 38c08e7

File tree

15 files changed

+36
-37
lines changed

15 files changed

+36
-37
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.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -76,7 +76,7 @@
7676
<!-- Hadoop jars contain overlapping packages that blow up JPMS -->
7777
<moditect.skip>true</moditect.skip>
7878
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
79-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
79+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
8080
</properties>
8181

8282
<build>

commons-vfs2-bom/pom.xml

Lines changed: 8 additions & 8 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.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>commons-vfs2-bom</artifactId>
@@ -33,39 +33,39 @@
3333
<dependency>
3434
<groupId>org.apache.commons</groupId>
3535
<artifactId>commons-vfs2</artifactId>
36-
<version>2.10.0-SNAPSHOT</version>
36+
<version>2.10.1-SNAPSHOT</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.commons</groupId>
4040
<artifactId>commons-vfs2-examples</artifactId>
41-
<version>2.10.0-SNAPSHOT</version>
41+
<version>2.10.1-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-vfs2-ant</artifactId>
46-
<version>2.10.0-SNAPSHOT</version>
46+
<version>2.10.1-SNAPSHOT</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.commons</groupId>
5050
<artifactId>commons-vfs2-hdfs</artifactId>
51-
<version>2.10.0-SNAPSHOT</version>
51+
<version>2.10.1-SNAPSHOT</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.commons</groupId>
5555
<artifactId>commons-vfs2-jackrabbit1</artifactId>
56-
<version>2.10.0-SNAPSHOT</version>
56+
<version>2.10.1-SNAPSHOT</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.commons</groupId>
6060
<artifactId>commons-vfs2-jackrabbit2</artifactId>
61-
<version>2.10.0-SNAPSHOT</version>
61+
<version>2.10.1-SNAPSHOT</version>
6262
</dependency>
6363
</dependencies>
6464
</dependencyManagement>
6565
<properties>
6666
<commons.parent.dir>${basedir}/..</commons.parent.dir>
6767
<checkstyle.skip>true</checkstyle.skip>
6868
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
69-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
69+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
7070
</properties>
7171
</project>

commons-vfs2-distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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.1-SNAPSHOT</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

@@ -38,7 +38,7 @@ limitations under the License.
3838
<commons.parent.dir>${basedir}/..</commons.parent.dir>
3939
<commons.release.isDistModule>true</commons.release.isDistModule>
4040
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
41-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
4242
</properties>
4343

4444
<profiles>

commons-vfs2-examples/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.1-SNAPSHOT</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

@@ -63,7 +63,7 @@
6363
*
6464
</commons.osgi.import>
6565
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
66-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
66+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
6767
</properties>
6868

6969
<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.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -116,7 +116,7 @@
116116
</commons.osgi.import>
117117
<!-- Hadoop jars contain overlapping packages that blow up JPMS -->
118118
<moditect.skip>true</moditect.skip>
119-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
119+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
120120
</properties>
121121

122122
<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.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -127,7 +127,7 @@
127127
*
128128
</commons.osgi.import>
129129
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
130-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
130+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
131131
</properties>
132132

133133
<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.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -113,7 +113,7 @@
113113
*
114114
</commons.osgi.import>
115115
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
116-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
116+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
117117
</properties>
118118

119119
<build>

commons-vfs2-sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

commons-vfs2/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.commons</groupId>
2929
<artifactId>commons-vfs2-project</artifactId>
30-
<version>2.10.0-SNAPSHOT</version>
30+
<version>2.10.1-SNAPSHOT</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333
<dependencies>
@@ -156,13 +156,12 @@
156156
org.apache.hc.client5.http.*;resolution:=optional,
157157
*
158158
</commons.osgi.import>
159-
<project.build.outputTimestamp>2024-03-03T15:45:26Z</project.build.outputTimestamp>
159+
<project.build.outputTimestamp>2025-02-14T13:36:40Z</project.build.outputTimestamp>
160160
</properties>
161161

162162
<build>
163163
<pluginManagement>
164164
<plugins>
165-
166165
</plugins>
167166
</pluginManagement>
168167
<resources>

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public String getExtension() {
235235
/**
236236
* Returns the URI without a password.
237237
*
238-
* @return Returns the URI without a password.
238+
* @return the URI without a password.
239239
*/
240240
@Override
241241
public String getFriendlyURI() {

0 commit comments

Comments
 (0)