We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8349c0 commit 9665201Copy full SHA for 9665201
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>fr.ouestfrance.querydsl</groupId>
6
<artifactId>querydsl</artifactId>
7
- <version>1.2.0</version>
+ <version>1.2.1-SNAPSHOT</version>
8
<name>querydsl</name>
9
<description>Unified queryDSL based on annotations</description>
10
<url>https://github.com/ouest-france/querydsl</url>
@@ -33,7 +33,7 @@
33
<connection>scm:git:${project.scm.url}</connection>
34
<developerConnection>scm:git:${project.scm.url}</developerConnection>
35
<url>https://github.com/Ouest-France/querydsl.git</url>
36
- <tag>temp_$</tag>
+ <tag>HEAD</tag>
37
</scm>
38
39
<distributionManagement>
0 commit comments