- Timestamp:
- Nov 3, 2011, 9:15:33 AM (11 years ago)
- Location:
- plugins/base2/net.sf.basedb.normalizers/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/INSTALL
r1410 r1454 32 32 == Requirements == 33 33 34 1. BASE 3.0 .0or later.34 1. BASE 3.0 or later. 35 35 36 36 == Installation/Upgrade == -
plugins/base2/net.sf.basedb.normalizers/trunk/META-INF/extensions.xml
r1410 r1454 10 10 used. 11 11 </description> 12 <version>1.1- dev</version>12 <version>1.1-beta</version> 13 13 <min-base-version>3.0.0</min-base-version> 14 14 <copyright>BASE development team</copyright> -
plugins/base2/net.sf.basedb.normalizers/trunk/RELEASE
r1410 r1454 13 13 2. Update version numbers. 14 14 15 In build.xml: <property name="version" value="A.B" />15 In build.xml: 16 16 <property name="version" value="A.B" /> 17 17 <property name="depend.base-version" value="X.Y.Z" /> -
plugins/base2/net.sf.basedb.normalizers/trunk/build.xml
r1410 r1454 56 56 <!-- variables used --> 57 57 <property name="name" value="normalization-plugins" /> 58 <property name="version" value="1.1- dev" description="Version number of the package" />58 <property name="version" value="1.1-beta" description="Version number of the package" /> 59 59 <property name="src" value="src" /> 60 60 <property name="build" value="build" description="Location of build class files"/> -
plugins/base2/net.sf.basedb.normalizers/trunk/src/net/sf/basedb/normalizers/Normalizations.java
r1410 r1454 36 36 The current version of this package. 37 37 */ 38 public static final String VERSION = "1.1- dev";38 public static final String VERSION = "1.1-beta"; 39 39 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.