Skip to content

Commit b7f6a92

Browse files
author
Hudson @ build.clojure.org
committed
[maven-release-plugin] prepare release core.match-0.3.0-alpha3
1 parent c20f21a commit b7f6a92

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.0-alpha3-SNAPSHOT</version>
5+
<version>0.3.0-alpha3</version>
66
<name>${artifactId}</name>
77
<description>Optimized pattern matching and predicate dispatch for Clojure</description>
88

@@ -71,6 +71,6 @@
7171
<connection>scm:git:git://github.com/clojure/core.match.git</connection>
7272
<developerConnection>scm:git:git://github.com/clojure/core.match.git</developerConnection>
7373
<url>http://github.com/clojure/core.match</url>
74-
<tag>HEAD</tag>
74+
<tag>core.match-0.3.0-alpha3</tag>
7575
</scm>
7676
</project>

0 commit comments

Comments
 (0)