File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ For a list of breaking changes see link:#breaking[breaking-changes]
1111
1212== Unreleased
1313
14+ * Switch to `com.github.lread/test-doc-blocks` for deployment artifact name as per new security measures at clojars.
15+
1416== v1.0.114-alpha
1517
1618* Ensure test-doc-blocks works on Windows
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Add an alias to your `deps.edn`:
6565// NOTE: mvn/version version is automatically updated by release process
6666[source,clojure]
6767----
68- :gen-doc-tests {:extra-deps {lread/test-doc-blocks {:mvn/version "1.0.114-alpha"}}
68+ :gen-doc-tests {:extra-deps {com.github. lread/test-doc-blocks {:mvn/version "1.0.114-alpha"}}
6969 :exec-fn lread.test-doc-blocks/gen-tests}
7070----
7171
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >lread</groupId >
4+ <groupId >com.github. lread</groupId >
55 <artifactId >test-doc-blocks</artifactId >
66 <version >1.0.114-alpha</version >
77 <name >test-doc-blocks</name >
Original file line number Diff line number Diff line change 6060(defn- update-readme! [version]
6161 (status/line :info (str " Updating README usage to show version " version))
6262 (update-file! " README.adoc"
63- #"( +\{ :extra-deps \{ lread/test-doc-blocks \{ :mvn/version \" ).*(\"\}\} )"
63+ #"( +\{ :extra-deps \{ com.github. lread/test-doc-blocks \{ :mvn/version \" ).*(\"\}\} )"
6464 (str " $1" version " $2" )))
6565
6666(defn- adoc-section-search [content find-section]
You can’t perform that action at this time.
0 commit comments