diff --git a/README.md b/README.md index 462689e5..d34bd0cd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ Repository for version control of the BrAPI specification ### Versions Version | Status | Release Date | Apiary | Notes --|--|--|--|-- -[V1.1](https://github.com/plantbreeding/API/tree/master) | In Development | Planned: Jan 26, 2018 | [DEV](https://brapidev.docs.apiary.io/#reference/germplasm/germplasm-pedigree/germplasm-pedigree-by-id) | [Project](https://github.com/plantbreeding/API/projects/1) -[V1.0](https://github.com/plantbreeding/API/tree/V1.0) | Latest Stable Release | Nov 13, 2017 | [PROD](https://brapidev.docs.apiary.io/#reference/germplasm/germplasm-pedigree/germplasm-pedigree-by-id) | [Release Notes](https://github.com/plantbreeding/API/releases/tag/V1.0) +[V1.2](https://github.com/plantbreeding/API/tree/master) | In Development | Planned: Apr 27, 2018 | [DEV](https://brapidev.docs.apiary.io/#) | [Project](https://github.com/plantbreeding/API/projects/2) +[V1.1](https://github.com/plantbreeding/API/tree/V1.1) | Latest Stable Release | Jan 26, 2018 | [PROD](https://brapi.docs.apiary.io/#) | [Release Notes](https://github.com/plantbreeding/API/releases/tag/V1.1) [Change File] (https://github.com/plantbreeding/API/files/1668289/BrAPI_V1-1_Release_Notes.xlsx) +[V1.0](https://github.com/plantbreeding/API/tree/V1.0) | Archived | Nov 13, 2017 | [Archive-1.0](https://brapiarchive10.docs.apiary.io/#) | [Release Notes](https://github.com/plantbreeding/API/releases/tag/V1.0) ### INTRODUCTION diff --git a/Scripts/buildAndPublish.sh b/Scripts/buildAndPublish.sh index 2c41a43c..ad025243 100755 --- a/Scripts/buildAndPublish.sh +++ b/Scripts/buildAndPublish.sh @@ -17,7 +17,7 @@ else git clone https://github.com/plantbreeding/API.git -b master --single-branch fi -BLUEPRINT_FILE=`${DEV_PACKAGE_DIR}/API/Scripts/buildBrapiBlueprint.sh ${DEV_PACKAGE_DIR}` +BLUEPRINT_FILE=`${DEV_PACKAGE_DIR}/API/Scripts/buildBrapiBlueprint.sh ${DEV_PACKAGE_DIR}/API` ${DEV_PACKAGE_DIR}/API/Scripts/publishToApiary.sh $BLUEPRINT_FILE $DEV_APIARY_NAME @@ -40,7 +40,7 @@ curl $LATEST_REL_URL > $PROD_PACKAGE_DIR/archive.zip unzip $PROD_PACKAGE_DIR/archive.zip -d $PROD_PACKAGE_DIR -BLUEPRINT_FILE=`${PROD_PACKAGE_DIR}/API-${LATEST_REL_NUM}/Scripts/buildBrapiBlueprint.sh ${PROD_PACKAGE_DIR}` +BLUEPRINT_FILE=`${PROD_PACKAGE_DIR}/API-${LATEST_REL_NUM}/Scripts/buildBrapiBlueprint.sh ${PROD_PACKAGE_DIR}/API-${LATEST_REL_NUM}` ${PROD_PACKAGE_DIR}/API-${LATEST_REL_NUM}/Scripts/publishToApiary.sh $BLUEPRINT_FILE $PROD_APIARY_NAME diff --git a/Scripts/buildBrapiBlueprint.sh b/Scripts/buildBrapiBlueprint.sh index 4a7ebd93..46a9ff61 100755 --- a/Scripts/buildBrapiBlueprint.sh +++ b/Scripts/buildBrapiBlueprint.sh @@ -6,7 +6,7 @@ else ROOT_DIRECTORY=${HOME}; fi -BRAPI_DIR=${ROOT_DIRECTORY}/API +BRAPI_DIR=${ROOT_DIRECTORY} BRAPI_FILE=${ROOT_DIRECTORY}/brapi_blueprint.apib diff --git a/Specification/README.md b/Specification/README.md index f852125c..0ef59804 100644 --- a/Specification/README.md +++ b/Specification/README.md @@ -1,6 +1,6 @@ FORMAT: 1A -# BrAPI V1.1 +# BrAPI V1.2 The Breeding API specifies a standard interface for plant phenotype/genotype databases to serve their data to crop breeding applications. It is a shared, open API, to be used by all data providers and data consumers who wish to participate. Initiated in May 2014, it is currently in an actively developing state, so now is the time for potential participants to help shape the specifications to ensure their needs are addressed. For more information, go to brapi.org.