Changeset 1453
- Timestamp:
- Nov 3, 2011, 9:06:33 AM (12 years ago)
- Location:
- extensions/net.sf.basedb.hdfs/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.hdfs/trunk/META-INF/extensions.xml
r1451 r1453 7 7 on HDFS file system. 8 8 </description> 9 <version>1. 0</version>9 <version>1.1-dev</version> 10 10 <min-base-version>3.0.0</min-base-version> 11 11 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.hdfs/trunk/build.xml
r1451 r1453 10 10 <!-- variables used --> 11 11 <property name="name" value="hdfs" /> 12 <property name="version" value="1. 0" />12 <property name="version" value="1.1-dev" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> -
extensions/net.sf.basedb.hdfs/trunk/src/net/sf/basedb/hdfs/Hdfs.java
r1451 r1453 32 32 The current version of this package. 33 33 */ 34 public static final String VERSION = "1. 0";34 public static final String VERSION = "1.1-dev"; 35 35 36 36 /**
Note: See TracChangeset
for help on using the changeset viewer.