File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
src/main/java/es/bsc/inb/ga4gh/beacon/framework/model/v200/requests Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2727 <parent >
2828 <groupId >es.bsc.inb.ga4gh</groupId >
2929 <artifactId >beacon-v2-api</artifactId >
30- <version >2.0.9 -SNAPSHOT</version >
30+ <version >2.0.10 -SNAPSHOT</version >
3131 </parent >
3232
3333 <artifactId >beacon-data-model</artifactId >
6868 <dependency >
6969 <groupId >es.bsc.inb.ga4gh</groupId >
7070 <artifactId >vrs-model</artifactId >
71- <version >1.2.1 </version >
71+ <version >1.2.2 </version >
7272 </dependency >
7373
7474 <dependency >
Original file line number Diff line number Diff line change 2727 <parent >
2828 <groupId >es.bsc.inb.ga4gh</groupId >
2929 <artifactId >beacon-v2-api</artifactId >
30- <version >2.0.9 -SNAPSHOT</version >
30+ <version >2.0.10 -SNAPSHOT</version >
3131 </parent >
3232
3333 <artifactId >beacon-framework</artifactId >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public String getScope() {
7676 public void setScope (String scope ) {
7777 this .scope = scope ;
7878 }
79-
79+
8080 @ Override
8181 public String toString () {
8282 return getId () + getOperator () + getValue ();
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public String getSimilarity() {
7575 public void setSimilarity (String similarity ) {
7676 this .similarity = similarity ;
7777 }
78-
78+
7979 @ Override
8080 public String toString () {
8181 return getId ();
Original file line number Diff line number Diff line change 2727 <parent >
2828 <groupId >es.bsc.inb.ga4gh</groupId >
2929 <artifactId >beacon-v2-api</artifactId >
30- <version >2.0.9 -SNAPSHOT</version >
30+ <version >2.0.10 -SNAPSHOT</version >
3131 </parent >
3232
3333 <artifactId >beacon-model</artifactId >
7171 <dependency >
7272 <groupId >es.bsc.inb.ga4gh</groupId >
7373 <artifactId >beacon-framework</artifactId >
74- <version >2.0.9 -SNAPSHOT</version >
74+ <version >2.0.10 -SNAPSHOT</version >
7575 </dependency >
7676
7777 <dependency >
7878 <groupId >es.bsc.inb.ga4gh</groupId >
7979 <artifactId >beacon-data-model</artifactId >
80- <version >2.0.9 -SNAPSHOT</version >
80+ <version >2.0.10 -SNAPSHOT</version >
8181 </dependency >
8282
8383 <dependency >
Original file line number Diff line number Diff line change 2525 <modelVersion >4.0.0</modelVersion >
2626 <groupId >es.bsc.inb.ga4gh</groupId >
2727 <artifactId >beacon-v2-api</artifactId >
28- <version >2.0.9 -SNAPSHOT</version >
28+ <version >2.0.10 -SNAPSHOT</version >
2929 <packaging >pom</packaging >
3030
3131 <description >
You can’t perform that action at this time.
0 commit comments