Skip to content

Commit 75906ee

Browse files
Version 8.12.1
1 parent 9b08d94 commit 75906ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
;; If you modify the version manually, run release_scripts/sync_ezbake_dep.rb to keep
104104
;; the ezbake dependency in sync.
105-
(defproject org.openvoxproject/puppetdb "8.12.1-SNAPSHOT"
105+
(defproject org.openvoxproject/puppetdb "8.12.1"
106106
:description "OpenVox-integrated catalog and fact storage"
107107

108108
:license {:name "Apache License, Version 2.0"
@@ -370,7 +370,7 @@
370370
;;
371371
;; Do not modify this line. It is managed by the release process
372372
;; via the release_scripts/sync_ezbake_dep.rb script.
373-
[org.openvoxproject/puppetdb "8.12.1-SNAPSHOT"]]
373+
[org.openvoxproject/puppetdb "8.12.1"]]
374374
:name "puppetdb"
375375
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.3")]]}
376376
:ezbake-fips {:dependencies ^:replace [[org.bouncycastle/bcpkix-fips]
@@ -379,7 +379,7 @@
379379
[org.clojure/clojure]
380380
;; Do not modify this line. It is managed by the release process
381381
;; via the release_scripts/sync_ezbake_dep.rb script.
382-
[org.openvoxproject/puppetdb "8.12.1-SNAPSHOT"]]
382+
[org.openvoxproject/puppetdb "8.12.1"]]
383383
:name "puppetdb"
384384
:uberjar-exclusions [#"^org/bouncycastle/.*"]
385385
:plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv "EZBAKE_VERSION") "2.7.3")]]}

0 commit comments

Comments
 (0)