Skip to content

Commit 8f94dce

Browse files
committed
Better moduile description
1 parent 92c9c9e commit 8f94dce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

commons-vfs2-jackrabbit1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

31-
<name>Apache Commons VFS Jackrabbit 1</name>
31+
<name>Apache Commons VFS Jackrabbit 1.x</name>
3232
<artifactId>commons-vfs2-jackrabbit1</artifactId>
3333
<packaging>jar</packaging>
3434
<description>Apache Commons VFS is a Virtual File System library - Jackrabbit-based WebDAV provider.</description>
@@ -211,7 +211,7 @@
211211
<profiles>
212212
<profile>
213213
<id>java14</id>
214-
<!-- Jackrabbit 1 does not run on Java 14 and above. -->
214+
<!-- Jackrabbit 1.x does not run on Java 14 and above. -->
215215
<activation>
216216
<jdk>[14,)</jdk>
217217
</activation>

commons-vfs2-jackrabbit2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

31-
<name>Apache Commons VFS Jackrabbit 2</name>
31+
<name>Apache Commons VFS Jackrabbit 2.x</name>
3232
<artifactId>commons-vfs2-jackrabbit2</artifactId>
3333
<packaging>jar</packaging>
3434
<description>Apache Commons VFS is a Virtual File System library - Jackrabbit2-based WebDAV provider.</description>

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<item name="VFS Core" href="commons-vfs2/index.html"/>
4343
<item name="VFS Examples" href="commons-vfs2-examples/index.html"/>
4444
<item name="VFS HDFS" href="commons-vfs2-hdfs/index.html"/>
45-
<item name="VFS Jackrabbit 1" href="commons-vfs2-jackrabbit1/index.html"/>
46-
<item name="VFS Jackrabbit 2" href="commons-vfs2-jackrabbit2/index.html"/>
45+
<item name="VFS Jackrabbit 1.x" href="commons-vfs2-jackrabbit1/index.html"/>
46+
<item name="VFS Jackrabbit 2.x" href="commons-vfs2-jackrabbit2/index.html"/>
4747
<item name="VFS Sandbox" href="commons-vfs2-sandbox/index.html"/>
4848
</menu>
4949

0 commit comments

Comments
 (0)