[maven-release-plugin] prepare release org.apache.sling.jcr.contentloader-2.4.2
diff --git a/pom.xml b/pom.xml
index afcb3e0..b07a35f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
     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>
 
@@ -26,11 +25,11 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
         <version>41</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.jcr.contentloader</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.2</version>
 
     <name>Apache Sling Initial Content Loader</name>
     <description>This bundle provides initial content installation through bundles.</description>
@@ -38,7 +37,7 @@
     <properties>
         <sling.java.version>8</sling.java.version>
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-        <project.build.outputTimestamp>2020-07-27T15:10:15Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-05-14T06:55:58Z</project.build.outputTimestamp>
     </properties>
 
     <scm>
@@ -46,7 +45,7 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-contentloader.git
     </developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-contentloader.git</url>
-        <tag>org.apache.sling.jcr.contentloader-2.4.0</tag>
+        <tag>org.apache.sling.jcr.contentloader-2.4.2</tag>
     </scm>
 
     <build>