Skip to content

Commit

Permalink
Bumped version, prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Dec 3, 2019
1 parent 23429bb commit 17dae62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change-log

## [0.6.8] - (un-released)
- Fixed homology import command.

## [0.6.7] - (2019-10-08)
- Fixed breaking WS273 import due to work done feature/patching.
- Added homology import support (separate database).
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>wormbase</groupId>
<artifactId>pseudoace</artifactId>
<version>0.6.7</version>
<version>0.6.8</version>
<name>pseudoace</name>

<dependencies>
<dependency>
<groupId>org.clojure</groupId>
Expand Down Expand Up @@ -69,7 +67,6 @@
<version>2.0.2</version>
</dependency>
</dependencies>

<build>
<sourceDirectory>src</sourceDirectory>
<resources>
Expand All @@ -78,7 +75,6 @@
</resource>
</resources>
</build>

<repositories>
<repository>
<id>clojars</id>
Expand All @@ -89,7 +85,6 @@
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>

<!-- for clojars -->
<distributionManagement>
<repository>
Expand All @@ -98,5 +93,4 @@
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 17dae62

Please sign in to comment.