We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1efb3 commit d01d3d6Copy full SHA for d01d3d6
1 file changed
pom.xml
@@ -2,14 +2,14 @@
2
<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">
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>spec.alpha</artifactId>
5
- <version>0.6.249</version>
+ <version>0.6.250-SNAPSHOT</version>
6
<name>spec.alpha</name>
7
<description>Specification of data and functions</description>
8
9
<scm>
10
<connection>scm:git:git://github.com/clojure/spec.alpha.git</connection>
11
<developerConnection>scm:git:ssh://git@github.com/clojure/spec.alpha.git</developerConnection>
12
- <tag>v0.6.249</tag>
+ <tag>HEAD</tag>
13
<url>https://github.com/clojure/spec.alpha</url>
14
</scm>
15
0 commit comments