Skip to content

Commit

Permalink
Merge pull request #21 from pmonks/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks authored Oct 31, 2023
2 parents aec4988 + 03f3bc3 commit 14322b4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- uses: DeLaGuardo/setup-clojure@10.2
- uses: DeLaGuardo/setup-clojure@12.1
with:
cli: latest
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
container:
image: uochan/antq
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: java -jar /tmp/antq/antq.jar --skip=pom --error-format="::error file={{file}}::{{message}}"
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
environment: clojars

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Make sure we get the full history, or else the version number gets screwed up
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- uses: DeLaGuardo/setup-clojure@10.2
- uses: DeLaGuardo/setup-clojure@12.1
with:
cli: latest
- uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- uses: DeLaGuardo/setup-clojure@10.2
- uses: DeLaGuardo/setup-clojure@12.1
with:
cli: latest
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.spdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPDXVersion: SPDX-2.2.1
SPDXVersion: SPDX-2.3
DataLicense: CC0-1.0
Creator: Peter Monks
PackageName: com.github.pmonks/tools-pom
Expand Down
9 changes: 4 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@

{:deps
{org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}
io.github.clojure/tools.build {:mvn/version "0.9.6"}
clj-xml-validation/clj-xml-validation {:mvn/version "1.0.2"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
com.github.pmonks/tools-convenience {:mvn/version "1.0.125"}}
com.github.pmonks/tools-convenience {:mvn/version "1.0.142"}}
:aliases
{:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}
com.github.pmonks/pbr {:mvn/version "RELEASE"}
com.github.pmonks/tools-pom {:local/root "."}}
{:build {:deps {com.github.pmonks/pbr {:mvn/version "RELEASE"}
com.github.pmonks/tools-pom {:local/root "."}}
:ns-default pbr.build}}}

0 comments on commit 14322b4

Please sign in to comment.