Skip to content

Commit

Permalink
update parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent f828d3c commit 38328d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
<licenses>
<license>
<name>Eclipse Public License 1.0</name>
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
<url>https://opensource.org/license/epl-1-0/</url>
<distribution>repo</distribution>
</license>
</licenses>

<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>0.2.2</version>
<version>1.2.0</version>
</parent>

<developers>
<developer>
<id>fogus</id>
<name>Fogus</name>
<url>http://fogus.me</url>
<url>https://fogus.me</url>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/clojure/core.unify.git</connection>
<url>http://github.com/clojure/core.unify</url>
<url>https://github.com/clojure/core.unify</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 38328d0

Please sign in to comment.