We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43817d commit ee9c1dcCopy full SHA for ee9c1dc
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.tinyield</groupId>
5
<artifactId>jayield</artifactId>
6
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1</version>
7
<packaging>jar</packaging>
8
<name>
9
JAYield - Java library implementation of yield, providing an idiomatic
@@ -39,7 +39,7 @@
39
<connection>scm:git:git@github.com:tinyield/jayield.git</connection>
40
<developerConnection>scm:git:git@github.com:tinyield/jayield.git</developerConnection>
41
<url>https://github.com/tinyield/jayield.git</url>
42
- <tag>HEAD</tag>
+ <tag>jayield-1.5.1</tag>
43
</scm>
44
<distributionManagement>
45
<snapshotRepository>
0 commit comments