We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810c318 commit cf683e8Copy full SHA for cf683e8
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.developframework</groupId>
6
<artifactId>expression</artifactId>
7
- <version>1.6.0</version>
+ <version>1.6.1-SNAPSHOT</version>
8
9
<name>Expression Framework</name>
10
<url>https://github.com/developframework/expression</url>
@@ -36,7 +36,7 @@
36
<connection>scm:git:git@github.com:developframework/expression.git</connection>
37
<developerConnection>scm:git:git@github.com:developframework/expression.git</developerConnection>
38
39
- <tag>v1.6.0</tag>
+ <tag>HEAD</tag>
40
</scm>
41
42
<properties>
0 commit comments