Skip to content

Commit eec0293

Browse files
author
Hudson @ build.clojure.org
committed
[maven-release-plugin] prepare release core.match-1.0.0
1 parent f6117e0 commit eec0293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>core.match</artifactId>
5-
<version>0.3.1-SNAPSHOT</version>
5+
<version>1.0.0</version>
66
<name>core.match</name>
77
<description>Optimized pattern matching and predicate dispatch for Clojure</description>
88

@@ -66,6 +66,6 @@
6666
<connection>scm:git:git://github.com/clojure/core.match.git</connection>
6767
<developerConnection>scm:git:git://github.com/clojure/core.match.git</developerConnection>
6868
<url>http://github.com/clojure/core.match</url>
69-
<tag>HEAD</tag>
69+
<tag>core.match-1.0.0</tag>
7070
</scm>
7171
</project>

0 commit comments

Comments
 (0)