5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 05:19:34 +08:00

SQOOP-370 Version number for upcoming release

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1187142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bilung Lee 2011-10-21 00:30:41 +00:00
parent 98eb21711e
commit a84aaea3a1
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<property environment="env"/>
<property name="name" value="sqoop" />
<property name="Name" value="Sqoop" />
<property name="version" value="1.4.0-SNAPSHOT" />
<property name="version" value="1.4.0-incubating-SNAPSHOT" />
<!-- The last version released. -->
<property name="oldversion" value="1.3.0" />

View File

@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.apache.sqoop</groupId>
<artifactId>sqoop</artifactId>
<version>1.0-incubating-SNAPSHOT</version>
<version>1.4.0-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Sqoop</name>