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 Sep 27, 2023
1 parent 02bbce9 commit 26b1ef4
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.12.107 (2023-09-27 / 2444e34)

## 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>com.lambdaisland</groupId>
<artifactId>ornament</artifactId>
<version>1.11.101</version>
<version>1.12.107</version>
<name>ornament</name>
<description>Clojure Styled Components</description>
<url>https://github.com/lambdaisland/ornament</url>
Expand All @@ -25,7 +25,7 @@
<url>https://github.com/lambdaisland/ornament</url>
<connection>scm:git:git://github.com/lambdaisland/ornament.git</connection>
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/ornament.git</developerConnection>
<tag>096860211d199db32a6d19c049c55aab792633d8</tag>
<tag>02bbce94c26a86f513b2e064cdefa1505fc3ba74</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -94,7 +94,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>096860211d199db32a6d19c049c55aab792633d8</git-revision>
<git-revision>02bbce94c26a86f513b2e064cdefa1505fc3ba74</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 26b1ef4

Please sign in to comment.