We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632891b commit 8a9fa19Copy full SHA for 8a9fa19
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.linagora.linshare</groupId>
5
<artifactId>linshare</artifactId>
6
<packaging>pom</packaging>
7
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.0</version>
8
<name>linshare</name>
9
<url>https://github.com/linagora/linshare</url>
10
<properties>
@@ -131,7 +131,7 @@
131
<scm>
132
<connection>scm:git:git://github.com/linagora/linshare.git</connection>
133
<developerConnection>scm:git:ssh://[email protected]:7999/linagora/lgs/linshare/products/linshare-github.git</developerConnection>
134
- <tag>HEAD</tag>
+ <tag>6.0.0</tag>
135
<url>http://github.com/linagora/linshare/tree/master/</url>
136
</scm>
137
<build>
0 commit comments