Skip to content

Commit 9cfad5c

Browse files
committed
Prepare release job v3
1 parent 5dbba86 commit 9cfad5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

project.clj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060

6161
:plugins [[puppetlabs/i18n "0.8.0"]]
6262

63-
:deploy-repositories [["releases" {:url deploy-releases-url
64-
:username deploy-username
65-
:password deploy-password
66-
:sign-releases false}]
67-
["snapshots" {:url deploy-snapshots-url
68-
:username deploy-username
69-
:password deploy-password}]]
63+
:deploy-repositories [["releases" {:url ~deploy-releases-url
64+
:username ~deploy-username
65+
:password ~deploy-password
66+
:sign-releases false}]
67+
["snapshots" {:url ~deploy-snapshots-url
68+
:username ~deploy-username
69+
:password ~deploy-password}]]
7070

7171
;; By declaring a classifier here and a corresponding profile below we'll get an additional jar
7272
;; during `lein jar` that has all the code in the test/ directory. Downstream projects can then

0 commit comments

Comments
 (0)