Skip to content

Commit

Permalink
Update Version and README file
Browse files Browse the repository at this point in the history
- Update the version to 1.3.2-STAGING
- Update the README file with changes to date
  • Loading branch information
JREastonMarks committed Feb 17, 2017
1 parent 1e5f164 commit 9fc49d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ The IRCT Communication Layer (IRCT-CL) provides a resource agnostic Representati

## Version Information

### 1.3.2
No changes in this release

### 1.3.1
This release includes improved documentation.

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@
<dependency>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-RI</artifactId>
<version>1.3.1</version>
<version>1.3.2-STAGING</version>
</dependency>

<dependency>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-API</artifactId>
<version>1.3.1</version>
<version>1.3.2-STAGING</version>
</dependency>

<dependency>
<groupId>edu.harvard.hms.dbmi.bd2k.irct</groupId>
<artifactId>IRCT-EXT</artifactId>
<version>1.3.1</version>
<version>1.3.2-STAGING</version>
</dependency>

<!-- JWT OAuth -->
Expand Down

0 comments on commit 9fc49d3

Please sign in to comment.