We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed02dab commit bcb89bbCopy full SHA for bcb89bb
pom.xml
@@ -34,15 +34,15 @@
34
</parent>
35
<artifactId>app-shell</artifactId>
36
<name>Jahia App-shell</name>
37
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
38
<packaging>bundle</packaging>
39
<description>This is the custom module (app-shell) for running Jahia javascript applications.</description>
40
41
<scm>
42
<connection>scm:git:git@github.com:Jahia/app-shell.git</connection>
43
<developerConnection>scm:git:git@github.com:Jahia/app-shell.git</developerConnection>
44
<url>https://github.com/Jahia/app-shell</url>
45
- <tag>HEAD</tag>
+ <tag>3_3_0</tag>
46
</scm>
47
48
<properties>
0 commit comments