[maven-release-plugin] prepare release 11.0-rc1
diff --git a/log4j-api-scala-sample/pom.xml b/log4j-api-scala-sample/pom.xml
index be996e3..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.0-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 9f70b2b..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.0-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 141420b..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.0-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 91acf2e..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.0-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 1518122..36a58ce 100644
--- a/log4j-scala-distribution/pom.xml
+++ b/log4j-scala-distribution/pom.xml
@@ -15,13 +15,12 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-scala</artifactId>
-    <version>11.0-SNAPSHOT</version>
+    <version>11.0</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-scala-distribution</artifactId>
diff --git a/pom.xml b/pom.xml
index 0757121..27dccb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-scala</artifactId>
-  <version>11.0-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-rc1</tag>
   </scm>
 
   <properties>