Skip to content

Commit

Permalink
Update pom.xml and add CHANGELOG.md placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
alysbrooks committed Jun 13, 2023
1 parent 2c529c4 commit e0a9a5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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

# 1.85.1342 (2023-06-12 / eebd294)

## Changed
Expand Down
8 changes: 4 additions & 4 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</artifactId>
<version>1.84.1335</version>
<version>1.85.1342</version>
<name>kaocha</name>
<description>Full featured next generation test runner for Clojure.</description>
<url>https://github.com/lambdaisland/kaocha</url>
Expand All @@ -25,7 +25,7 @@
<url>https://github.com/lambdaisland/kaocha</url>
<connection>scm:git:git://github.com/lambdaisland/kaocha.git</connection>
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/kaocha.git</developerConnection>
<tag>028f2f71346a2dbf6a61e238d2bad963e0c52523</tag>
<tag>2c529c4b217724c1d00e5553e42e40e9e6119c18</tag>
</scm>
<dependencies>
<dependency>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>lambdaisland</groupId>
<artifactId>deep-diff2</artifactId>
<version>2.8.190</version>
<version>2.9.202</version>
</dependency>
<dependency>
<groupId>expound</groupId>
Expand Down Expand Up @@ -157,7 +157,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>028f2f71346a2dbf6a61e238d2bad963e0c52523</git-revision>
<git-revision>2c529c4b217724c1d00e5553e42e40e9e6119c18</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit e0a9a5a

Please sign in to comment.