Skip to content

Commit

Permalink
Fix outdated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed May 6, 2020
1 parent 46123a2 commit 42f462c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This change

== Unreleased (dev)

== 0.2.1 (2020-05-07)
// {{{
=== Fixed
* Fixed outdated pom.xml.
// }}}

== 0.2.0 (2020-05-06)
// {{{
=== Added
Expand Down
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ run:
test:
clojure -A:dev:test

pom.xml: deps.edn
pom:
clojure -Spom
pom: pom.xml

target/antq-standalone.jar: pom.xml
target/antq-standalone.jar: pom
clojure -A:depstar -m hf.depstar.uberjar $@ -C -m antq.core
uberjar: clean target/antq-standalone.jar

target/antq.jar: pom.xml
target/antq.jar: pom
clojure -A:depstar -m hf.depstar.jar $@
jar: clean target/antq.jar

Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>antq</groupId>
<artifactId>antq</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>antq</name>
<description>Point out your outdated dependencies</description>
<url>https://github.com/liquidz/antq</url>
Expand All @@ -24,6 +24,11 @@
<artifactId>ancient-clj</artifactId>
<version>0.6.15</version>
</dependency>
<dependency>
<groupId>clj-commons</groupId>
<artifactId>clj-yaml</artifactId>
<version>0.7.1</version>
</dependency>
<dependency>
<groupId>version-clj</groupId>
<artifactId>version-clj</artifactId>
Expand Down

0 comments on commit 42f462c

Please sign in to comment.