Skip to content

Commit

Permalink
upgraded molwitch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerperyea committed Oct 31, 2023
1 parent 1401bdb commit 6b1f77d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gsrs-module-substance-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.14-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gsrs-module-substances-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.9</version>
<version>1.0.14</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.6.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
Expand Down

0 comments on commit 6b1f77d

Please sign in to comment.