Skip to content

Commit

Permalink
V 1.5.11 release (#778)
Browse files Browse the repository at this point in the history
* Data requirement parse pertinence tag (#773)

* Add pertinence tag parsing from comments in data requirements

* test for add pertinence tag parsing in data requirements

* replace with stack

* stack by ArrayList

* refactor pertinence context

* check empty pertinence value

* add more tests

* fix CqlTranslator options reference

* fix test value and pertinence ext url

* fix pertinence literals

* release v1.5.11
  • Loading branch information
mdnazmulkarim authored Aug 2, 2022
1 parent 6b8c643 commit f095935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ allprojects {
apply plugin: 'eclipse'

group = 'info.cqframework'
version = '1.5.11-SNAPSHOT'
version = '1.5.11'
}

subprojects {
Expand Down

0 comments on commit f095935

Please sign in to comment.