Skip to content

Commit

Permalink
fix git urls in pom.xml (for dependabot)
Browse files Browse the repository at this point in the history
Dependabot info should now be more useful than:
typedclojure/typedclojure#25
  • Loading branch information
frenchy64 committed Dec 20, 2021
1 parent 8766378 commit b6a318a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>1.1.2-SNAPSHOT</version>
<name>test.check</name>
<description>A QuickCheck inspired property-based testing library</description>
<url>https://github.com/clojure/build.poms</url>
<url>https://github.com/clojure/test.check</url>

<parent>
<groupId>org.clojure</groupId>
Expand Down Expand Up @@ -46,7 +46,7 @@
<scm>
<connection>scm:git:git://github.com/clojure/test.check.git</connection>
<developerConnection>scm:git:git://github.com/clojure/test.check.git</developerConnection>
<url>http://github.com/clojure/test.check</url>
<url>https://github.com/clojure/test.check</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit b6a318a

Please sign in to comment.