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 Aug 30, 2023
1 parent 85faa85 commit 4b9b6cf
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.10.94 (2023-08-30 / d1e1c3b)

## Fixed
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>com.lambdaisland</groupId>
<artifactId>ornament</artifactId>
<version>0.9.87</version>
<version>1.10.94</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>de74520fdd98c2bb3487ebbacbf72b96ac755aba</tag>
<tag>85faa855a888294ba334726a129fd685480247ad</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>io.pedestal</groupId>
<artifactId>pedestal.log</artifactId>
<version>0.5.10</version>
<version>0.6.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down Expand Up @@ -89,7 +89,7 @@
<configuration>
<archive>
<manifestEntries>
<git-revision>de74520fdd98c2bb3487ebbacbf72b96ac755aba</git-revision>
<git-revision>85faa855a888294ba334726a129fd685480247ad</git-revision>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 4b9b6cf

Please sign in to comment.