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 Dec 31, 2018
1 parent 4084dd2 commit 4e42d5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Unreleased

## Added

## Fixed

## Changed

# 0.0-16 (2018-12-31 / 214b14e)

## Fixed
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>lambdaisland</groupId>
<artifactId>kaocha-cljs</artifactId>
<version>0.0-11</version>
<version>0.0-16</version>
<name>kaocha-cljs</name>
<description>ClojureScript support for the Kaocha test runner.</description>
<url>https://github.com/lambdaisland/kaocha-cljs</url>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/lambdaisland/kaocha-cljs</url>
<connection>scm:git:git://github.com/lambdaisland/kaocha-cljs.git</connection>
<developerConnection>scm:git:ssh://git@github.com/lambdaisland/kaocha-cljs.git</developerConnection>
<tag>36511ef41fce18c4fad4d044f1dc0be64047a001</tag>
<tag>4084dd2be5ac157de34fe857a539b557a278db7f</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -94,7 +94,7 @@
<configuration>
<archive>
<manifestEntries>
<Git-Revision>36511ef41fce18c4fad4d044f1dc0be64047a001</Git-Revision>
<Git-Revision>4084dd2be5ac157de34fe857a539b557a278db7f</Git-Revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 4e42d5e

Please sign in to comment.