We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f939a commit 41a24edCopy full SHA for 41a24ed
1 file changed
pom.xml
@@ -1,7 +1,7 @@
1
<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">
2
<modelVersion>4.0.0</modelVersion>
3
<artifactId>tools.logging</artifactId>
4
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
5
<name>tools.logging</name>
6
<description>Clojure logging API.</description>
7
@@ -21,7 +21,7 @@
21
<connection>scm:git:git@github.com:clojure/tools.logging.git</connection>
22
<developerConnection>scm:git:git@github.com:clojure/tools.logging.git</developerConnection>
23
<url>git@github.com:clojure/tools.logging.git</url>
24
- <tag>HEAD</tag>
+ <tag>v1.3.1</tag>
25
</scm>
26
27
<properties>
0 commit comments