Skip to content

Commit

Permalink
Update POM version numbers for Apache Commons VFS release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Feb 1, 2019
1 parent 30cd868 commit 5c3feb8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions commons-vfs2-distribution/pom.xml
Expand Up @@ -23,14 +23,14 @@ limitations under the License.
<name>Apache Commons VFS Distribution</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-distribution</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<packaging>pom</packaging>
<description>Apache Commons VFS is a Virtual File System library - Distribution archives.</description>

<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2-examples/pom.xml
Expand Up @@ -24,13 +24,13 @@
<name>Apache Commons VFS Examples</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-examples</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<description>Apache Commons VFS is a Virtual File System library - Examples.</description>

<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2-sandbox/pom.xml
Expand Up @@ -24,13 +24,13 @@
<name>Apache Commons VFS Sandbox</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-sandbox</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<description>Apache Commons VFS is a Virtual File System library - Sandbox.</description>

<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions commons-vfs2/pom.xml
Expand Up @@ -23,14 +23,14 @@

<name>Apache Commons VFS</name>
<artifactId>commons-vfs2</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<description>Apache Commons VFS is a Virtual File System library.</description>
<url>http://commons.apache.org/proper/commons-vfs/</url>

<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2-project</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.3-SNAPSHOT</version>
<version>2.3</version>

<url>http://commons.apache.org/proper/commons-vfs/</url>
<inceptionYear>2002</inceptionYear>
Expand Down

0 comments on commit 5c3feb8

Please sign in to comment.