You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:46:49 UTC

[myfaces-tobago] 01/03: [maven-scm] copy for tag tobago-1.0.14

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.14
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit e66d316852ac10345297262faa32cf9fd81d119f
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sun Jan 20 17:28:05 2008 +0000

    [maven-scm] copy for tag tobago-1.0.14
---
 core/pom.xml                               |   8 +-
 example/addressbook/pom.xml                |   8 +-
 example/blank/pom.xml                      |   8 +-
 example/demo/pom.xml                       |   8 +-
 example/facelets/pom.xml                   |   8 +-
 example/foreach/pom.xml                    |   8 +-
 example/nonfacesrequest/pom.xml            |   8 +-
 example/pom.xml                            |   8 +-
 example/sandbox/pom.xml                    |   8 +-
 example/security/pom.xml                   |   8 +-
 example/test/pom.xml                       |   8 +-
 example/tobago-example-assembly/pom.xml    |   2 +-
 example/tobago-theme-example/pom.xml       |   8 +-
 extension/facelets/pom.xml                 |   8 +-
 extension/fileupload/pom.xml               |   8 +-
 extension/message-fix/pom.xml              |   8 +-
 extension/pom.xml                          |   8 +-
 extension/security/pom.xml                 |   8 +-
 pom.xml                                    |  15 ++-
 release.properties                         | 169 -----------------------------
 sandbox/pom.xml                            |   8 +-
 theme/charlotteville/pom.xml               |   8 +-
 theme/pom.xml                              |   8 +-
 theme/richmond/pom.xml                     |   8 +-
 theme/scarborough/pom.xml                  |   8 +-
 theme/speyside/pom.xml                     |   8 +-
 theme/standard/pom.xml                     |   8 +-
 tobago-assembly/pom.xml                    |   2 +-
 tobago-tool/maven-apt-plugin/pom.xml       |   2 +-
 tobago-tool/maven-theme-plugin/pom.xml     |   2 +-
 tobago-tool/pom.xml                        |   2 +-
 tobago-tool/tobago-tool-annotation/pom.xml |   2 +-
 tobago-tool/tobago-tool-apt/pom.xml        |   2 +-
 33 files changed, 114 insertions(+), 276 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 8584747..883d9e2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
@@ -137,9 +137,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/example/addressbook/pom.xml b/example/addressbook/pom.xml
index 671f51b..8453dae 100644
--- a/example/addressbook/pom.xml
+++ b/example/addressbook/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-addressbook</artifactId>
   <packaging>war</packaging>
@@ -115,9 +115,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   <dependencies>
    <!-- <dependency>
diff --git a/example/blank/pom.xml b/example/blank/pom.xml
index 90737a2..106ca1b 100644
--- a/example/blank/pom.xml
+++ b/example/blank/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-blank</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   
   <dependencies>
diff --git a/example/demo/pom.xml b/example/demo/pom.xml
index db5dfcc..ae11ea3 100644
--- a/example/demo/pom.xml
+++ b/example/demo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>war</packaging>
@@ -64,9 +64,9 @@
     </plugins>
   </build>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/example/facelets/pom.xml b/example/facelets/pom.xml
index 41dd0a5..f4a2fd6 100644
--- a/example/facelets/pom.xml
+++ b/example/facelets/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-facelets</artifactId>
   <packaging>war</packaging>
@@ -43,9 +43,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <repositories>
diff --git a/example/foreach/pom.xml b/example/foreach/pom.xml
index 8ff69ef..b797ffe 100644
--- a/example/foreach/pom.xml
+++ b/example/foreach/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-foreach</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/example/nonfacesrequest/pom.xml b/example/nonfacesrequest/pom.xml
index 7a4e321..d0a582a 100644
--- a/example/nonfacesrequest/pom.xml
+++ b/example/nonfacesrequest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-nonfacesrequest</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   
   <dependencies>
diff --git a/example/pom.xml b/example/pom.xml
index c077dfd..1fbd254 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Examples</name>
   <artifactId>tobago-example</artifactId>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <build>
diff --git a/example/sandbox/pom.xml b/example/sandbox/pom.xml
index cd3f744..15a0e77 100644
--- a/example/sandbox/pom.xml
+++ b/example/sandbox/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-sandbox</artifactId>
   <packaging>war</packaging>
@@ -73,9 +73,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   
   <dependencies>
diff --git a/example/security/pom.xml b/example/security/pom.xml
index 5a2585f..9443d42 100644
--- a/example/security/pom.xml
+++ b/example/security/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-security</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/example/test/pom.xml b/example/test/pom.xml
index d8169bb..c4556bd 100644
--- a/example/test/pom.xml
+++ b/example/test/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-example-test</artifactId>
   <packaging>war</packaging>
@@ -41,9 +41,9 @@
   </build>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/example/tobago-example-assembly/pom.xml b/example/tobago-example-assembly/pom.xml
index a76a691..38e775e 100644
--- a/example/tobago-example-assembly/pom.xml
+++ b/example/tobago-example-assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
 
   <build>
diff --git a/example/tobago-theme-example/pom.xml b/example/tobago-theme-example/pom.xml
index 9520a95..5efa8bc 100644
--- a/example/tobago-theme-example/pom.xml
+++ b/example/tobago-theme-example/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-theme-example</artifactId>
   <name>Theme Example</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/extension/facelets/pom.xml b/extension/facelets/pom.xml
index 7273e2e..658e81a 100644
--- a/extension/facelets/pom.xml
+++ b/extension/facelets/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-facelets</artifactId>
   <packaging>jar</packaging>
   <name>Tobago Facelets</name>
   <description>Tobago-facelets contains the facelets TagHandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.</description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <build>
diff --git a/extension/fileupload/pom.xml b/extension/fileupload/pom.xml
index 7930193..0ac42c6 100644
--- a/extension/fileupload/pom.xml
+++ b/extension/fileupload/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Fileupload</name>
   <artifactId>tobago-fileupload</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/extension/message-fix/pom.xml b/extension/message-fix/pom.xml
index 981b559..166f40a 100644
--- a/extension/message-fix/pom.xml
+++ b/extension/message-fix/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago FacesMessage Ordering Fix</name>
   <description>Tobago FacesMessage ordering fix for the RI (before the 1.2 version)</description>
   <artifactId>tobago-message-fix</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/extension/pom.xml b/extension/pom.xml
index 308a553..9906516 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Extensions</name>
   <artifactId>tobago-extension</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   <modules>
     <module>facelets</module>
diff --git a/extension/security/pom.xml b/extension/security/pom.xml
index bacff42..1368877 100644
--- a/extension/security/pom.xml
+++ b/extension/security/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-extension</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Security</name>
   <artifactId>tobago-security</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 80eebb5..57fd25e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>1.0.14-SNAPSHOT</version>
+  <version>1.0.14</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <prerequisites>
     <maven>2.0.6</maven>
@@ -439,9 +439,9 @@
 
   <scm>
 
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
 
   </scm>
 
@@ -486,6 +486,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/myfaces/tobago/tags</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
diff --git a/release.properties b/release.properties
deleted file mode 100644
index 1236b0d..0000000
--- a/release.properties
+++ /dev/null
@@ -1,169 +0,0 @@
-#release configuration
-#Tue Dec 11 23:20:46 CET 2007
-scm.tag=tobago-1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-example-blank=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-sandbox=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme-richmond.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-fileupload.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-security.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/security
-project.rel.org.apache.myfaces.tobago\:maven-apt-plugin=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-security.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/security
-project.rel.org.apache.myfaces.tobago\:tobago-facelets=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme
-project.dev.org.apache.myfaces.tobago\:tobago-theme-scarborough=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-facelets.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-foreach.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/foreach
-project.scm.org.apache.myfaces.tobago\:tobago-example-addressbook.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook
-project.dev.org.apache.myfaces.tobago\:tobago-theme-speyside=1.0.14-SNAPSHOT
-project.dev.org.apache.myfaces.tobago\:tobago-example-sandbox=1.0.14-SNAPSHOT
-project.rel.org.apache.myfaces.tobago\:tobago-tool-annotation=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-nonfacesrequest.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-facelets.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/facelets
-scm.url=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk
-project.scm.org.apache.myfaces.tobago\:tobago-theme-richmond.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/richmond
-project.scm.org.apache.myfaces.tobago\:tobago-fileupload.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/fileupload
-project.rel.org.apache.myfaces.tobago\:maven-theme-plugin=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk
-project.scm.org.apache.myfaces.tobago\:tobago-facelets.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets
-project.scm.org.apache.myfaces.tobago\:tobago-message-fix.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/message-fix
-project.scm.org.apache.myfaces.tobago\:tobago.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk
-project.dev.org.apache.myfaces.tobago\:tobago-theme-charlotteville=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme-charlotteville.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/charlotteville
-project.scm.org.apache.myfaces.tobago\:tobago-example-nonfacesrequest.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest
-project.rel.org.apache.myfaces.tobago\:tobago-example-security=1.0.13
-project.dev.org.apache.myfaces.tobago\:tobago-extension=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-sandbox.tag=HEAD
-project.rel.org.apache.myfaces.tobago\:tobago-example-sandbox=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-fileupload.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/fileupload
-project.scm.org.apache.myfaces.tobago\:tobago-theme-richmond.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/richmond
-project.dev.org.apache.myfaces.tobago\:tobago-example-security=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-security.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/security
-project.rel.org.apache.myfaces.tobago\:tobago-example-assembly=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-nonfacesrequest.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/nonfacesrequest
-project.scm.org.apache.myfaces.tobago\:tobago-example.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example
-project.scm.org.apache.myfaces.tobago\:tobago-example-facelets.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-sandbox.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/sandbox
-project.scm.org.apache.myfaces.tobago\:tobago-fileupload.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/fileupload
-project.dev.org.apache.myfaces.tobago\:tobago-theme=1.0.14-SNAPSHOT
-project.rel.org.apache.myfaces.tobago\:tobago-theme-charlotteville=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme-scarborough.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/scarborough
-project.rel.org.apache.myfaces.tobago\:tobago-theme-example=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-blank.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-demo.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/demo
-project.dev.org.apache.myfaces.tobago\:tobago-example-assembly=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme-example.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/tobago-theme-example
-project.dev.org.apache.myfaces.tobago\:maven-theme-plugin=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-sandbox.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox
-completedPhase=scm-commit-development
-project.scm.org.apache.myfaces.tobago\:tobago-example-facelets.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/facelets
-project.dev.org.apache.myfaces.tobago\:tobago-fileupload=1.0.14-SNAPSHOT
-project.dev.org.apache.myfaces.tobago\:tobago-example=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-security.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/security
-project.scm.org.apache.myfaces.tobago\:tobago-example-facelets.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets
-project.scm.org.apache.myfaces.tobago\:tobago-example-facelets.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/facelets
-project.dev.org.apache.myfaces.tobago\:tobago-sandbox=1.0.14-SNAPSHOT
-project.dev.org.apache.myfaces.tobago\:tobago-example-test=1.0.14-SNAPSHOT
-project.rel.org.apache.myfaces.tobago\:tobago-example-nonfacesrequest=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-blank.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank
-project.rel.org.apache.myfaces.tobago\:tobago-message-fix=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-example-test=1.0.13
-project.dev.org.apache.myfaces.tobago\:tobago-example-demo=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-core.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/core
-project.scm.org.apache.myfaces.tobago\:tobago-example-test.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test
-project.rel.org.apache.myfaces.tobago\:tobago-theme-standard=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-example-demo=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk
-project.scm.org.apache.myfaces.tobago\:tobago-core.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-theme-charlotteville.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/charlotteville
-project.scm.org.apache.myfaces.tobago\:tobago-sandbox.tag=HEAD
-project.dev.org.apache.myfaces.tobago\:tobago-security=1.0.14-SNAPSHOT
-project.dev.org.apache.myfaces.tobago\:tobago-example-blank=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-message-fix.tag=HEAD
-project.rel.org.apache.myfaces.tobago\:tobago-tool=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-example-addressbook=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme
-project.dev.org.apache.myfaces.tobago\:maven-apt-plugin=1.0.14-SNAPSHOT
-project.rel.org.apache.myfaces.tobago\:tobago=1.0.13
-project.dev.org.apache.myfaces.tobago\:tobago-assembly=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-test.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test
-project.rel.org.apache.myfaces.tobago\:tobago-fileupload=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-addressbook.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-blank.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/blank
-project.scm.org.apache.myfaces.tobago\:tobago-core.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/core
-project.scm.org.apache.myfaces.tobago\:tobago-example.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example
-project.scm.org.apache.myfaces.tobago\:tobago-sandbox.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox
-project.scm.org.apache.myfaces.tobago\:tobago-message-fix.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/message-fix
-project.scm.org.apache.myfaces.tobago\:tobago-example-foreach.tag=HEAD
-project.rel.org.apache.myfaces.tobago\:tobago-security=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-core=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-example-facelets=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-extension.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension
-project.scm.org.apache.myfaces.tobago\:tobago-theme-standard.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-theme-speyside.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/speyside
-project.dev.org.apache.myfaces.tobago\:tobago-example-foreach=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-addressbook.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook
-project.scm.org.apache.myfaces.tobago\:tobago-example-nonfacesrequest.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/nonfacesrequest
-project.dev.org.apache.myfaces.tobago\:tobago-tool-apt=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme.tag=HEAD
-project.rel.org.apache.myfaces.tobago\:tobago-assembly=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-addressbook.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook
-project.scm.org.apache.myfaces.tobago\:tobago-theme-scarborough.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-sandbox.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/sandbox
-project.scm.org.apache.myfaces.tobago\:tobago-theme-example.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/tobago-theme-example
-project.scm.org.apache.myfaces.tobago\:tobago-theme-speyside.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/speyside
-project.scm.org.apache.myfaces.tobago\:tobago-extension.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension
-project.dev.org.apache.myfaces.tobago\:tobago-message-fix=1.0.14-SNAPSHOT
-project.dev.org.apache.myfaces.tobago\:tobago-tool=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme-standard.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/standard
-project.scm.org.apache.myfaces.tobago\:tobago-extension.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example
-project.scm.org.apache.myfaces.tobago\:tobago-theme-example.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-foreach.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/foreach
-project.scm.org.apache.myfaces.tobago\:tobago-security.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/security
-project.rel.org.apache.myfaces.tobago\:tobago-theme-richmond=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-example-foreach.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/foreach
-project.scm.org.apache.myfaces.tobago\:tobago-core.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/core
-project.rel.org.apache.myfaces.tobago\:tobago-theme-speyside=1.0.13
-project.rel.org.apache.myfaces.tobago\:tobago-example-foreach=1.0.13
-project.dev.org.apache.myfaces.tobago\:tobago-theme-standard=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-security.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-sandbox.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/sandbox
-project.scm.org.apache.myfaces.tobago\:tobago-example-demo.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/demo
-project.dev.org.apache.myfaces.tobago\:tobago-example-addressbook=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-message-fix.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/message-fix
-project.scm.org.apache.myfaces.tobago\:tobago-theme-standard.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard
-project.dev.org.apache.myfaces.tobago\:tobago-example-facelets=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/theme
-project.rel.org.apache.myfaces.tobago\:tobago-extension=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme-scarborough.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough
-project.scm.org.apache.myfaces.tobago\:tobago-theme-speyside.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-test.tag=HEAD
-project.rel.org.apache.myfaces.tobago\:tobago-tool-apt=1.0.13
-project.dev.org.apache.myfaces.tobago\:tobago-core=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-extension.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/extension
-project.scm.org.apache.myfaces.tobago\:tobago-facelets.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/facelets
-project.dev.org.apache.myfaces.tobago\:tobago-example-nonfacesrequest=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme-example.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/tobago-theme-example
-project.dev.org.apache.myfaces.tobago\:tobago-theme-example=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-theme-charlotteville.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-theme-richmond.connection=scm\:svn\:http\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/richmond
-project.scm.org.apache.myfaces.tobago\:tobago-security.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/security
-project.scm.org.apache.myfaces.tobago\:tobago-example-demo.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-theme-standard.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/standard
-project.scm.org.apache.myfaces.tobago\:tobago-theme-speyside.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside
-project.scm.org.apache.myfaces.tobago\:tobago-example-test.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test
-project.scm.org.apache.myfaces.tobago\:tobago-example-blank.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/blank
-project.rel.org.apache.myfaces.tobago\:tobago-theme-scarborough=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme-charlotteville.url=http\://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/charlotteville
-project.dev.org.apache.myfaces.tobago\:tobago-facelets=1.0.14-SNAPSHOT
-project.scm.org.apache.myfaces.tobago\:tobago-example-security.tag=HEAD
-project.scm.org.apache.myfaces.tobago\:tobago-example-demo.url=http\://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/demo
-project.scm.org.apache.myfaces.tobago\:tobago-sandbox.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/sandbox
-project.dev.org.apache.myfaces.tobago\:tobago-tool-annotation=1.0.14-SNAPSHOT
-project.rel.org.apache.myfaces.tobago\:tobago-theme=1.0.13
-project.scm.org.apache.myfaces.tobago\:tobago-theme-scarborough.developerConnection=scm\:svn\:https\://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/scarborough
-project.dev.org.apache.myfaces.tobago\:tobago=1.0.14-SNAPSHOT
-project.rel.org.apache.myfaces.tobago\:tobago-example=1.0.13
-project.dev.org.apache.myfaces.tobago\:tobago-theme-richmond=1.0.14-SNAPSHOT
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index 4094681..43bc191 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-sandbox</artifactId>
   <packaging>jar</packaging>
@@ -150,9 +150,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/theme/charlotteville/pom.xml b/theme/charlotteville/pom.xml
index f8a263e..1a63989 100644
--- a/theme/charlotteville/pom.xml
+++ b/theme/charlotteville/pom.xml
@@ -20,15 +20,15 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-theme-charlotteville</artifactId>
   <name>Theme Charlotteville</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/theme/pom.xml b/theme/pom.xml
index 693f55b..4242c82 100644
--- a/theme/pom.xml
+++ b/theme/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Themes</name>
   <artifactId>tobago-theme</artifactId>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <modules>
diff --git a/theme/richmond/pom.xml b/theme/richmond/pom.xml
index 94bab24..41494ac 100644
--- a/theme/richmond/pom.xml
+++ b/theme/richmond/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-theme-richmond</artifactId>
   <packaging>jar</packaging>
   <name>Theme Richmond</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/theme/scarborough/pom.xml b/theme/scarborough/pom.xml
index 2db5976..40c614d 100644
--- a/theme/scarborough/pom.xml
+++ b/theme/scarborough/pom.xml
@@ -21,16 +21,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-theme-scarborough</artifactId>
   <packaging>jar</packaging>
   <name>Theme Scarborough</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <build>
diff --git a/theme/speyside/pom.xml b/theme/speyside/pom.xml
index 81655e9..7d69f8c 100644
--- a/theme/speyside/pom.xml
+++ b/theme/speyside/pom.xml
@@ -20,16 +20,16 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-theme-speyside</artifactId>
   <packaging>jar</packaging>
   <name>Theme Speyside</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/theme/standard/pom.xml b/theme/standard/pom.xml
index 5031dbf..003d32f 100644
--- a/theme/standard/pom.xml
+++ b/theme/standard/pom.xml
@@ -20,7 +20,7 @@
    <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
@@ -36,9 +36,9 @@
   </build>-->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.13</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.13</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-1.0.14</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.14</url>
   </scm>
 
   <dependencies>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index 01736d8..5c38ee4 100644
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
 
   <build>
diff --git a/tobago-tool/maven-apt-plugin/pom.xml b/tobago-tool/maven-apt-plugin/pom.xml
index 1d4e479..36f2b36 100644
--- a/tobago-tool/maven-apt-plugin/pom.xml
+++ b/tobago-tool/maven-apt-plugin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>maven-apt-plugin</artifactId>
   <packaging>maven-plugin</packaging>
diff --git a/tobago-tool/maven-theme-plugin/pom.xml b/tobago-tool/maven-theme-plugin/pom.xml
index 7d0372c..51238c2 100644
--- a/tobago-tool/maven-theme-plugin/pom.xml
+++ b/tobago-tool/maven-theme-plugin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>maven-theme-plugin</artifactId>
   <packaging>maven-plugin</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index dfa2cb6..6607223 100644
--- a/tobago-tool/pom.xml
+++ b/tobago-tool/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Tool</name>
diff --git a/tobago-tool/tobago-tool-annotation/pom.xml b/tobago-tool/tobago-tool-annotation/pom.xml
index ac03530..c508f71 100644
--- a/tobago-tool/tobago-tool-annotation/pom.xml
+++ b/tobago-tool/tobago-tool-annotation/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-tool-annotation</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index 65c85a2..e16d9c9 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>1.0.14-SNAPSHOT</version>
+    <version>1.0.14</version>
   </parent>
   <artifactId>tobago-tool-apt</artifactId>
   <packaging>jar</packaging>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.