Clean up artifacts
diff --git a/pom.xml b/pom.xml
index dd54e0c..62d1c61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,15 +425,6 @@
           <moduleExcludes>
             <xdoc>navigation.xml</xdoc>
           </moduleExcludes>
-          <asciidoc>
-            <attributes>
-              <!-- copy any site properties wanted in asciidoc files -->
-              <Log4jKotlinVersion>${Log4jKotlinVersion}</Log4jKotlinVersion>
-              <Log4jReleaseVersion>${Log4jKotlinVersion}</Log4jReleaseVersion>
-              <Log4jReleaseManager>${Log4jReleaseManager}</Log4jReleaseManager>
-              <Log4jReleaseKey>${Log4jReleaseKey}</Log4jReleaseKey>
-            </attributes>
-          </asciidoc>
         </configuration>
         <dependencies>
           <dependency>
diff --git a/src/site/asciidoc/artifacts.adoc b/src/site/asciidoc/artifacts.adoc
index aa65fd9..081bc4a 100644
--- a/src/site/asciidoc/artifacts.adoc
+++ b/src/site/asciidoc/artifacts.adoc
@@ -31,11 +31,10 @@
   <dependency>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-api-kotlin</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.0</version>
   </dependency>
 </dependencies>
 ----
-<1>
 
 == Using Log4j Kotlin in your Apache Ivy build
 
@@ -46,7 +45,7 @@
 [source,xml]
 ----
 <dependencies>
-  <dependency org="org.apache.logging.log4j" name="log4j-api-kotlin" rev="1.3.0-SNAPSHOT" />
+  <dependency org="org.apache.logging.log4j" name="log4j-api-kotlin" rev="1.3.0" />
 </dependencies>
 ----
 
@@ -58,7 +57,7 @@
 [source]
 ----
 dependencies {
-  compile group: 'org.apache.logging.log4j', name: 'log4j-api-kotlin', version: '1.3.0-SNAPSHOT'
+  compile group: 'org.apache.logging.log4j', name: 'log4j-api-kotlin', version: '1.3.0'
 }
 ----
 
@@ -99,4 +98,4 @@
   mavenCentral()
   maven { url 'https://repository.apache.org/snapshots' }
 }
-----
\ No newline at end of file
+----