[maven-release-plugin] prepare release myfaces-19
diff --git a/pom.xml b/pom.xml
index a0bad01..478d85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<artifactId>myfaces</artifactId>
<packaging>pom</packaging>
<name>Apache MyFaces</name>
- <version>19-SNAPSHOT</version>
+ <version>19</version>
<description>
The MyFaces project is home of the first free open source JavaServer Faces
implementation as well as some useful JSF component libraries and other
@@ -928,7 +928,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-master-pom.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-master-pom.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=myfaces-master-pom.git</url>
- </scm>
+ <tag>myfaces-19</tag>
+ </scm>
<build>
<defaultGoal>install</defaultGoal>