Skip to content

Commit f672418

Browse files
author
Niall Pemberton
committed
Roll version following IO 1.4 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@613994 13f79535-47bb-0310-9956-ffa450edef68
1 parent 449d35b commit f672418

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<property name="component.title" value="Commons IO"/>
5454

5555
<!-- The current version number of this component -->
56-
<property name="component.version" value="1.4-SNAPSHOT"/>
56+
<property name="component.version" value="1.5-SNAPSHOT"/>
5757

5858
<!-- The base directory for component sources -->
5959
<property name="source.home" value="src/java"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
2626
<artifactId>commons-io</artifactId>
27-
<version>1.4-SNAPSHOT</version>
27+
<version>1.5-SNAPSHOT</version>
2828
<name>Commons IO</name>
2929

3030
<inceptionYear>2002</inceptionYear>

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<name>IO</name>
2222
<groupId>commons-io</groupId>
2323
<artifactId>commons-io</artifactId>
24-
<currentVersion>1.4-SNAPSHOT</currentVersion>
24+
<currentVersion>1.5-SNAPSHOT</currentVersion>
2525
<inceptionYear>2002</inceptionYear>
2626
<shortDescription>Commons IO</shortDescription>
2727
<description>

0 commit comments

Comments
 (0)