Skip to content

Commit

Permalink
SMSD 2.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
asad committed Oct 9, 2018
1 parent 7b71cc0 commit 1f4fbb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>smsd</artifactId>
<groupId>uk.ac.ebi.smsd</groupId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>smsd-core</name>
<artifactId>smsd-core</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>smsd</artifactId>
<groupId>uk.ac.ebi.smsd</groupId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>smsd-exec</name>
<artifactId>smsd-exec</artifactId>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Small Molecule Subgraph Detector (SMSD) - A Maximum Common Subgraph (MCS) and substructure generation library for chemoinformatics</description>
<url>http://www.github.com/asad/smsd/</url>
<packaging>pom</packaging>
<version>2.2.0</version>
<version>2.2.0-SNAPSHOT</version>

<modules>
<module>core</module>
Expand All @@ -20,7 +20,7 @@
<developerConnection>scm:git:[email protected]:asad/SMSD.git
</developerConnection>
<url>https://github.com/asad/SMSD.git</url>
<tag>smsd-2.2.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/asad/SMSD/issues</url>
Expand Down

0 comments on commit 1f4fbb5

Please sign in to comment.