Skip to content

Commit

Permalink
reset the release point to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asad committed Jun 12, 2016
1 parent 626e85d commit 5ea3d93
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 29 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.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>smsd-core</name>
<artifactId>smsd-core</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.0.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.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>smsd-exec</name>
<artifactId>smsd-exec</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>SMILES parsing and generation library for cheminformatics</description>
<url>http://www.github.com/asad/smsd/</url>
<packaging>pom</packaging>
<version>2.2.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<modules>
<module>core</module>
<module>exec</module>
Expand Down
24 changes: 0 additions & 24 deletions release.properties

This file was deleted.

0 comments on commit 5ea3d93

Please sign in to comment.