Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d242d commit 104f384Copy full SHA for 104f384
pom.xml
@@ -20,13 +20,13 @@
20
</parent>
21
<groupId>com.codenvy.docs</groupId>
22
<artifactId>codenvy-docs</artifactId>
23
- <version>5.19.0-SNAPSHOT</version>
+ <version>5.19.0</version>
24
<packaging>war</packaging>
25
<name>Codenvy :: Docs War</name>
26
<scm>
27
<connection>scm:git:[email protected]:codenvy/codenvy-docs.git</connection>
28
<developerConnection>scm:git:[email protected]:codenvy/codenvy-docs.git</developerConnection>
29
- <tag>HEAD</tag>
+ <tag>5.19.0</tag>
30
</scm>
31
<properties>
32
<che.docs.version>5.19.0</che.docs.version>
0 commit comments