Skip to content

Commit 7cfce4b

Browse files
committed
Switch to new artifact naming as per clojars
Clojars will soon enforce more secure and verifiable artifact naming for all new libraries. This project is so young it will voluntarily switch over now.
1 parent fdac3e3 commit 7cfce4b

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

script/release.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
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]

0 commit comments

Comments
 (0)