[maven-release-plugin] prepare for next development iteration
diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml
index c73d068..a2bc56e 100644
--- a/nb-repository-plugin/pom.xml
+++ b/nb-repository-plugin/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
-        <version>14.1</version>
+        <version>14.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>nb-repository-plugin</artifactId>
diff --git a/nb-shared/pom.xml b/nb-shared/pom.xml
index f9c46e2..724b0d1 100644
--- a/nb-shared/pom.xml
+++ b/nb-shared/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
-        <version>14.1</version>
+        <version>14.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>nb-shared</artifactId>
diff --git a/nbm-maven-harness/pom.xml b/nbm-maven-harness/pom.xml
index af1ca88..ff59a91 100644
--- a/nbm-maven-harness/pom.xml
+++ b/nbm-maven-harness/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
-        <version>14.1</version>
+        <version>14.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>nbm-maven-harness</artifactId>
diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml
index ce0f69a..14f88db 100644
--- a/nbm-maven-plugin/pom.xml
+++ b/nbm-maven-plugin/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.netbeans.utilities</groupId>
         <artifactId>utilities-parent</artifactId>
-        <version>14.1</version>
+        <version>14.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>nbm-maven-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 8d22951..275be11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.netbeans.utilities</groupId>
     <artifactId>utilities-parent</artifactId>
-    <version>14.1</version>
+    <version>14.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache Netbeans Maven Utilities</name>
@@ -52,7 +52,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git</developerConnection>
         <url>https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin</url>
-        <tag>utilities-parent-14.1</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>github</system>