Skip to content

Commit

Permalink
changed other molwitch api related dependencies to not be their snaps…
Browse files Browse the repository at this point in the history
…hots anymore
  • Loading branch information
dkatzel-ncats committed Oct 1, 2020
1 parent 90af363 commit 47f7360
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.4-SNAPSHOT</version>
<name>molwitch-cdk</name>

<url>https://spotlite.nih.gov/ncats/molwitch-cdk/</url>
<url>https://github.com/ncats/molwitch-cdk/</url>
<description>MolWitch implementation that uses CDK as the underlying cheminformatics framework.</description>
<organization>
<name>NIH/NCATS</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
</developers>

<scm>
<url>https://spotlite.nih.gov/ncats/ncats-common</url>
<url>https://github.com/ncats/molwitch-cdk.git</url>
</scm>

<distributionManagement>
Expand All @@ -70,12 +70,12 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>ncats-common</artifactId>
<version>0.3.4-SNAPSHOT</version>
<version>0.3.4</version>
</dependency>
<dependency>
<artifactId>cdk-bundle</artifactId>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>gov.nih.ncats</groupId>
<artifactId>molwitch-apitests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 47f7360

Please sign in to comment.