Changeset 6018


Ignore:
Timestamp:
Mar 19, 2012, 9:32:12 AM (11 years ago)
Author:
Nicklas Nordborg
Message:

Preparing release 3.1

Location:
branches/3.1-stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1-stable/build.xml

    r5848 r6018  
    7070  <property name="base.minorversion" value="1" />
    7171  <property name="base.maintenanceversion" value="0" />
    72   <property name="base.versionsuffix" value="-dev" />
     72  <property name="base.versionsuffix" value="" />
    7373  <property name="base.version"
    7474    value="${base.majorversion}.${base.minorversion}.${base.maintenanceversion}" />
  • branches/3.1-stable/credits.txt

    r5994 r6018  
    11$Id$
    22
    3 The current BASE team is (at BASE 3.0.4 release)
     3The current BASE team is (at BASE 3.1 release)
    44{{{
    55Jari Häkkinen
  • branches/3.1-stable/src/core/net/sf/basedb/core/BioMaterialEvent.java

    r5994 r6018  
    830830    Clear the sources collection and return the used quantities to
    831831    the source biomaterials, except for the given biomaterial.
    832     @param A biomaterial that should already be a parent biomaterial
     832    @param parent A biomaterial that should already be a parent biomaterial
    833833      or null to clear all sources
    834834    @since 3.0.4
Note: See TracChangeset for help on using the changeset viewer.