Build against log4j2 2.10.1-SNAPSHOT
diff --git a/log4j-api-kotlin-sample/pom.xml b/log4j-api-kotlin-sample/pom.xml
index 811bb9c..810f338 100644
--- a/log4j-api-kotlin-sample/pom.xml
+++ b/log4j-api-kotlin-sample/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-kotlin</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.10.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-kotlin-sample</artifactId>
diff --git a/log4j-api-kotlin/pom.xml b/log4j-api-kotlin/pom.xml
index 4460b9e..d2dd195 100644
--- a/log4j-api-kotlin/pom.xml
+++ b/log4j-api-kotlin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-kotlin</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.10.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-api-kotlin</artifactId>
diff --git a/pom.xml b/pom.xml
index a251e55..bda3301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,11 +20,11 @@
   <artifactId>log4j-kotlin</artifactId>
   <packaging>pom</packaging>
   <name>Apache Log4j 2 Kotlin API</name>
-  <version>2.7.1-SNAPSHOT</version>
+  <version>2.10.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j</artifactId>
-    <version>2.7.1-SNAPSHOT</version>
+    <version>2.10.1-SNAPSHOT</version>
   </parent>
   <description>Apache Log4j 2 Kotlin API</description>
   <url>http://logging.apache.org/log4j/2.x/</url>
@@ -89,6 +89,16 @@
     </plugins>
   </build>
 
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
 
   <modules>
     <module>log4j-api-kotlin</module>