Skip to content

Commit

Permalink
Setting version of molwitch-cdk to 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemMitch committed Jun 19, 2024
1 parent 49ed0e2 commit f2bad52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -252,7 +252,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.20</version>
<version>1.0.18</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gsrs-module-substances-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-cdk</artifactId>
<version>1.0.20</version>
<version>1.0.18</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static class Stereo {
public static final Stereo UNKNOWN = new Stereo("UNKNOWN");

private String stereoType;

public Stereo(String stereo){
this.stereoType=stereo;
}
Expand Down

0 comments on commit f2bad52

Please sign in to comment.