We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f643d4 commit b20d812Copy full SHA for b20d812
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.2.3-SNAPSHOT</version>
+ <version>1.2.3</version>
5
<name>tools.logging</name>
6
7
<parent>
@@ -20,7 +20,7 @@
20
<connection>scm:git:git@github.com:clojure/tools.logging.git</connection>
21
<developerConnection>scm:git:git@github.com:clojure/tools.logging.git</developerConnection>
22
<url>git@github.com:clojure/tools.logging.git</url>
23
- <tag>HEAD</tag>
+ <tag>v1.2.3</tag>
24
</scm>
25
26
<dependencies>
0 commit comments