Skip to content

Commit

Permalink
Better moduile description
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 25, 2024
1 parent 92c9c9e commit 8f94dce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions commons-vfs2-jackrabbit1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<name>Apache Commons VFS Jackrabbit 1</name>
<name>Apache Commons VFS Jackrabbit 1.x</name>
<artifactId>commons-vfs2-jackrabbit1</artifactId>
<packaging>jar</packaging>
<description>Apache Commons VFS is a Virtual File System library - Jackrabbit-based WebDAV provider.</description>
Expand Down Expand Up @@ -211,7 +211,7 @@
<profiles>
<profile>
<id>java14</id>
<!-- Jackrabbit 1 does not run on Java 14 and above. -->
<!-- Jackrabbit 1.x does not run on Java 14 and above. -->
<activation>
<jdk>[14,)</jdk>
</activation>
Expand Down
2 changes: 1 addition & 1 deletion commons-vfs2-jackrabbit2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<name>Apache Commons VFS Jackrabbit 2</name>
<name>Apache Commons VFS Jackrabbit 2.x</name>
<artifactId>commons-vfs2-jackrabbit2</artifactId>
<packaging>jar</packaging>
<description>Apache Commons VFS is a Virtual File System library - Jackrabbit2-based WebDAV provider.</description>
Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<item name="VFS Core" href="commons-vfs2/index.html"/>
<item name="VFS Examples" href="commons-vfs2-examples/index.html"/>
<item name="VFS HDFS" href="commons-vfs2-hdfs/index.html"/>
<item name="VFS Jackrabbit 1" href="commons-vfs2-jackrabbit1/index.html"/>
<item name="VFS Jackrabbit 2" href="commons-vfs2-jackrabbit2/index.html"/>
<item name="VFS Jackrabbit 1.x" href="commons-vfs2-jackrabbit1/index.html"/>
<item name="VFS Jackrabbit 2.x" href="commons-vfs2-jackrabbit2/index.html"/>
<item name="VFS Sandbox" href="commons-vfs2-sandbox/index.html"/>
</menu>

Expand Down

0 comments on commit 8f94dce

Please sign in to comment.