Skip to content

Commit

Permalink
update 1.10 branch to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 23, 2021
1 parent 947dcb4 commit 968bd6e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/1.10/build.clj
Expand Up @@ -16,7 +16,7 @@
{:root (str (.getAbsolutePath (File. "../../repo")) "/")
:output-path (str (.getAbsolutePath (File. "../../repo-docs")) "/")}))

(let [branch-info {:name "clojure-1.10.2" :version "v1.10.2" :status "stable" :first? true}
(let [branch-info {:name "clojure-1.10.3" :version "v1.10.3" :status "stable" :first? true}
all-branch-info (:branches shared)]

(d/xform-tree "../../repo/doc" "../../repo-docs/doc")
Expand Down
2 changes: 1 addition & 1 deletion config/1.10/build.sh
Expand Up @@ -2,7 +2,7 @@

set -e

branch=clojure-1.10.2
branch=clojure-1.10.3

# Run autodoc-collect
(cd ../../repo && git checkout "$branch")
Expand Down
2 changes: 1 addition & 1 deletion config/1.10/collect.clj
Expand Up @@ -19,4 +19,4 @@
"analysis.edn"

;; Branch name
"clojure-1.10.2")
"clojure-1.10.3")
6 changes: 3 additions & 3 deletions config/1.10/deps.edn
@@ -1,14 +1,14 @@
{

:paths []

:deps {
org.clojure/clojure {:mvn/version "1.10.2"}
org.clojure/clojure {:mvn/version "1.10.3"}
autodoc/autodoc {:mvn/version "1.1.2"}
}

:aliases {
:collect {:extra-paths ["../../repo/src/clj"]}
:build {:override-deps {org.clojure/clojure {:mvn/version "1.10.2"}}}
:build {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
}

:mvn/repos {
Expand Down
2 changes: 1 addition & 1 deletion config/master/deps.edn
Expand Up @@ -8,7 +8,7 @@

:aliases {
:collect {:extra-paths ["../../repo/src/clj"]}
:build {:override-deps {org.clojure/clojure {:mvn/version "1.10.2"}}}
:build {:override-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
}

:mvn/repos {
Expand Down
2 changes: 1 addition & 1 deletion config/params.clj
Expand Up @@ -12,7 +12,7 @@
:build-json-index false
:build-raw-index false
:scm-tool "git"
:branches [{:name "clojure-1.10.2" :version "v1.10.2" :status "stable"}
:branches [{:name "clojure-1.10.3" :version "v1.10.3" :status "stable"}
{:name "master" :version "v1.11" :status "in development"}
{:name "clojure-1.9.0" :version "v1.9" :status "legacy"}
{:name "clojure-1.8.0" :version "v1.8" :status "legacy"}
Expand Down

0 comments on commit 968bd6e

Please sign in to comment.