Skip to content

Commit

Permalink
Add CHANGELOG placeholders + update versions in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Nov 8, 2018
1 parent 1d5d7af commit 442d628
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# Unreleased

## Added

## Fixed

## Changed

# 0.0-266 (2018-11-08 / 0e9d0ee)

## Fixed
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>lambdaisland</groupId>
<artifactId>kaocha</artifactId>
<version>0.0-248</version>
<version>0.0-266</version>
<name>kaocha</name>
<description>Full featured next generation test runner for Clojure.</description>
<url>https://github.com/lambdaisland/kaocha</url>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/lambdaisland/kaocha</url>
<connection>scm:git:git://github.com/lambdaisland/kaocha.git</connection>
<developerConnection>scm:git:ssh://git@github.com/lambdaisland/kaocha.git</developerConnection>
<tag>02e06a4b05df79d7da920ef1b3690e8c7eb468e7</tag>
<tag>1d5d7af2517c6423cb688343e7e15349484619db</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -129,7 +129,7 @@
<configuration>
<archive>
<manifestEntries>
<Git-Revision>02e06a4b05df79d7da920ef1b3690e8c7eb468e7</Git-Revision>
<Git-Revision>1d5d7af2517c6423cb688343e7e15349484619db</Git-Revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 442d628

Please sign in to comment.