[maven-release-plugin] prepare release doxia-sitetools-1.9.2
diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index c2fd29a..2560349 100644
--- a/doxia-decoration-model/pom.xml
+++ b/doxia-decoration-model/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.9.2-SNAPSHOT</version>
+    <version>1.9.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-doc-renderer/pom.xml b/doxia-doc-renderer/pom.xml
index 53c7a1a..d435f01 100644
--- a/doxia-doc-renderer/pom.xml
+++ b/doxia-doc-renderer/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>doxia-sitetools</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.9.2-SNAPSHOT</version>
+    <version>1.9.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 3663384..a30a863 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.9.2-SNAPSHOT</version>
+    <version>1.9.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 4dc435c..d828e40 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.9.2-SNAPSHOT</version>
+    <version>1.9.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index 5517009..da02d9f 100644
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.9.2-SNAPSHOT</version>
+    <version>1.9.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index e12c4d1..04088f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-sitetools</artifactId>
-  <version>1.9.2-SNAPSHOT</version>
+  <version>1.9.2</version>
   <packaging>pom</packaging>
 
   <name>Doxia Sitetools</name>
@@ -51,7 +51,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
     <url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>doxia-sitetools-1.9.2</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -72,7 +72,7 @@
     <javaVersion>7</javaVersion>
     <doxiaVersion>1.9.1</doxiaVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-    <project.build.outputTimestamp>2020-01-31T19:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-02-19T07:02:01Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>