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
plexus committed May 7, 2024
1 parent 7457efa commit 7b23162
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 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.89.1380 (2024-05-07 / d10b0de)

## Changed
Expand Down
16 changes: 3 additions & 13 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.88.1376</version>
<version>1.89.1380</version>
<name>kaocha</name>
<description>Full featured next generation test runner for Clojure.</description>
<url>https://github.com/lambdaisland/kaocha</url>
Expand All @@ -25,14 +25,9 @@
<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>2c61e0571778cbf44181fcf711d7ba75d88cbbb0</tag>
<tag>7457efa132791d93f34aa4ae709f13732e6739b8</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.11.2</version>
</dependency>
<dependency>
<groupId>lambdaisland</groupId>
<artifactId>deep-diff2</artifactId>
Expand All @@ -43,11 +38,6 @@
<artifactId>expound</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>spec.alpha</artifactId>
<version>0.4.233</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.cli</artifactId>
Expand Down Expand Up @@ -157,7 +147,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>2c61e0571778cbf44181fcf711d7ba75d88cbbb0</git-revision>
<git-revision>7457efa132791d93f34aa4ae709f13732e6739b8</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 7b23162

Please sign in to comment.