Skip to content

Commit

Permalink
new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrapiCoordinatorSelby committed Jan 26, 2018
1 parent b8f4933 commit 103c4cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Scripts/buildAndPublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Scripts/buildBrapiBlueprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Specification/README.md
Original file line number Diff line number Diff line change
@@ -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 <i>shared</i>, <i>open</i> 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 <a href="https://brapi.org/">brapi.org</a>.

Expand Down

0 comments on commit 103c4cb

Please sign in to comment.