File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.0-SNAPSHOT "
105+ (defproject org.openvoxproject /puppetdb " 8.12.0"
106106 :description " OpenVox-integrated catalog and fact storage"
107107
108108 :license {:name " Apache License, Version 2.0"
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.0-SNAPSHOT " ]]
373+ [org.openvoxproject/puppetdb " 8.12.0" ]]
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]
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.0-SNAPSHOT " ]]
382+ [org.openvoxproject/puppetdb " 8.12.0" ]]
383383 :name " puppetdb"
384384 :uberjar-exclusions [#"^org/bouncycastle/.*" ]
385385 :plugins [[org.openvoxproject/lein-ezbake ~(or (System/getenv " EZBAKE_VERSION" ) " 2.7.3" )]]}
You can’t perform that action at this time.
0 commit comments