Changeset 1451
- Timestamp:
- Nov 3, 2011, 8:54:20 AM (11 years ago)
- Location:
- extensions/net.sf.basedb.hdfs/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.hdfs/trunk/META-INF/extensions.xml
r1353 r1451 7 7 on HDFS file system. 8 8 </description> 9 <version>1.0 -dev</version>9 <version>1.0</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/README
r1358 r1451 43 43 To compile this package you also need: 44 44 45 1. Ant 1. 645 1. Ant 1.8 46 46 2. Java 1.6 47 47 -
extensions/net.sf.basedb.hdfs/trunk/RELEASE
r1330 r1451 65 65 11. Update the version numbers. 66 66 67 In build.xml: <property name="version" value="A.(B+1) pre" />67 In build.xml: <property name="version" value="A.(B+1)-dev" /> 68 68 Run `ant update-version` and commit the changes to 69 69 subversion: -
extensions/net.sf.basedb.hdfs/trunk/build.xml
r1358 r1451 10 10 <!-- variables used --> 11 11 <property name="name" value="hdfs" /> 12 <property name="version" value="1.0 -dev" />12 <property name="version" value="1.0" /> 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
r1353 r1451 32 32 The current version of this package. 33 33 */ 34 public static final String VERSION = "1.0 -dev";34 public static final String VERSION = "1.0"; 35 35 36 36 /**
Note: See TracChangeset
for help on using the changeset viewer.