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 15, 2024
1 parent 90610d2 commit 0fef3a3
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

# 1.90.1383 (2024-05-15 / 165bd62)

## Changed
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</artifactId>
<version>1.89.1380</version>
<version>1.90.1383</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://git@github.com/lambdaisland/kaocha.git</developerConnection>
<tag>7457efa132791d93f34aa4ae709f13732e6739b8</tag>
<tag>90610d2a3fbe0eedeffaaa9e7aee5e0a5781cfef</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -147,7 +147,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>7457efa132791d93f34aa4ae709f13732e6739b8</git-revision>
<git-revision>90610d2a3fbe0eedeffaaa9e7aee5e0a5781cfef</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 0fef3a3

Please sign in to comment.