[maven-release-plugin] prepare release 11.0-rc2
diff --git a/log4j-api-scala-sample/pom.xml b/log4j-api-scala-sample/pom.xml
index b9169ba..1c3e71e 100644
--- a/log4j-api-scala-sample/pom.xml
+++ b/log4j-api-scala-sample/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>11.1-SNAPSHOT</version>
+    <version>11.0</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala-sample</artifactId>
diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml
index 28379c1..372f9e6 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>11.1-SNAPSHOT</version>
+    <version>11.0</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala_2.10</artifactId>
diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml
index ad07417..46ff0be 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>11.1-SNAPSHOT</version>
+    <version>11.0</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala_2.11</artifactId>
diff --git a/log4j-api-scala_2.12/pom.xml b/log4j-api-scala_2.12/pom.xml
index d21494e..84a3d33 100644
--- a/log4j-api-scala_2.12/pom.xml
+++ b/log4j-api-scala_2.12/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>11.1-SNAPSHOT</version>
+    <version>11.0</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-scala_2.12</artifactId>
diff --git a/log4j-scala-distribution/pom.xml b/log4j-scala-distribution/pom.xml
index 34baa16..36a58ce 100644
--- a/log4j-scala-distribution/pom.xml
+++ b/log4j-scala-distribution/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>11.1-SNAPSHOT</version>
+    <version>11.0</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-scala-distribution</artifactId>
diff --git a/pom.xml b/pom.xml
index e0965e5..2f1847f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-scala</artifactId>
-  <version>11.1-SNAPSHOT</version>
+  <version>11.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Log4j 2 Scala API</name>
@@ -36,7 +36,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j-scala.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-scala.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j-scala.git;a=summary</url>
-    <tag>log4j-scala-${Log4jScalaApiReleaseVersion}</tag>
+    <tag>11.0-rc2</tag>
   </scm>
 
   <properties>