Skip to content

Commit e1c402e

Browse files
committed
The next version will be 2.11.0
1 parent c622f6c commit e1c402e

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

commons-vfs2-ant/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
27+
<version>2.11.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

commons-vfs2-bom/pom.xml

Lines changed: 7 additions & 7 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.1-SNAPSHOT</version>
24+
<version>2.11.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>commons-vfs2-bom</artifactId>
@@ -33,32 +33,32 @@
3333
<dependency>
3434
<groupId>org.apache.commons</groupId>
3535
<artifactId>commons-vfs2</artifactId>
36-
<version>2.10.1-SNAPSHOT</version>
36+
<version>2.11.0-SNAPSHOT</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.commons</groupId>
4040
<artifactId>commons-vfs2-examples</artifactId>
41-
<version>2.10.1-SNAPSHOT</version>
41+
<version>2.11.0-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-vfs2-ant</artifactId>
46-
<version>2.10.1-SNAPSHOT</version>
46+
<version>2.11.0-SNAPSHOT</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.commons</groupId>
5050
<artifactId>commons-vfs2-hdfs</artifactId>
51-
<version>2.10.1-SNAPSHOT</version>
51+
<version>2.11.0-SNAPSHOT</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.commons</groupId>
5555
<artifactId>commons-vfs2-jackrabbit1</artifactId>
56-
<version>2.10.1-SNAPSHOT</version>
56+
<version>2.11.0-SNAPSHOT</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.commons</groupId>
6060
<artifactId>commons-vfs2-jackrabbit2</artifactId>
61-
<version>2.10.1-SNAPSHOT</version>
61+
<version>2.11.0-SNAPSHOT</version>
6262
</dependency>
6363
</dependencies>
6464
</dependencyManagement>

commons-vfs2-distribution/pom.xml

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

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

commons-vfs2-hdfs/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
27+
<version>2.11.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

commons-vfs2-jackrabbit1/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
27+
<version>2.11.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

commons-vfs2-jackrabbit2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
27+
<version>2.11.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

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.1-SNAPSHOT</version>
32+
<version>2.11.0-SNAPSHOT</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

commons-vfs2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
30+
<version>2.11.0-SNAPSHOT</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333
<dependencies>

0 commit comments

Comments
 (0)