Skip to content

Commit fd37980

Browse files
committed
Next version will be 2.11.0
1 parent 9d12984 commit fd37980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.1-SNAPSHOT</version>
32+
<version>2.11.0-SNAPSHOT</version>
3333

3434
<url>https://commons.apache.org/proper/commons-vfs/</url>
3535
<inceptionYear>2002</inceptionYear>
@@ -74,11 +74,11 @@
7474
<commons.siteOutputDirectory>${basedir}/target/site</commons.siteOutputDirectory>
7575
<commons.releaseNotesLocation>${commons.parent.dir}/RELEASE-NOTES.txt</commons.releaseNotesLocation>
7676
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
77-
<commons.release.version>2.10.0</commons.release.version>
78-
<commons.release.next>2.10.1</commons.release.next>
77+
<commons.release.version>2.11.0</commons.release.version>
78+
<commons.release.next>2.11.1</commons.release.next>
7979
<!-- Commons Release Plugin -->
8080
<!-- Previous version of the component (used for reporting binary compatibility check)-->
81-
<commons.bc.version>2.9.0</commons.bc.version>
81+
<commons.bc.version>2.10.0</commons.bc.version>
8282
<!--
8383
Define the following in ~/.m2/settings.xml in an active profile:
8484
(or provide them on the command line)

0 commit comments

Comments
 (0)