We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480185 commit 1740cc9Copy full SHA for 1740cc9
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<name>Java Expression Trees library</name>
5
<groupId>co.streamx.fluent</groupId>
6
<artifactId>ex-tree</artifactId>
7
- <version>2.8.4-SNAPSHOT</version>
+ <version>2.8.4</version>
8
<packaging>jar</packaging>
9
<url>https://github.com/streamx-co/ExTree</url>
10
@@ -38,7 +38,7 @@
38
<connection>scm:git:git@github.com:streamx-co/ExTree.git</connection>
39
<developerConnection>scm:git:git@github.com:streamx-co/ExTree.git</developerConnection>
40
<url>scm:git:git@github.com:streamx-co/ExTree.git</url>
41
- <tag>HEAD</tag>
+ <tag>ex-tree-2.8.4</tag>
42
</scm>
43
44
<dependencies>
0 commit comments