[maven-release-plugin] prepare release juneau-6.0.1-incubating-RC3
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 030875d..ef4315e 100644
--- a/juneau-all/pom.xml
+++ b/juneau-all/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-client/pom.xml b/juneau-client/pom.xml
index f812180..19c091c 100644
--- a/juneau-client/pom.xml
+++ b/juneau-client/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index 0b21053..3917aa4 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 104a824..0842703 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index d4abb99..bb06eeb 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-samples/pom.xml b/juneau-samples/pom.xml
index f469602..911a5a6 100644
--- a/juneau-samples/pom.xml
+++ b/juneau-samples/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-server-test/pom.xml b/juneau-server-test/pom.xml
index 24eb3c0..51453e5 100644
--- a/juneau-server-test/pom.xml
+++ b/juneau-server-test/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	
diff --git a/juneau-server/pom.xml b/juneau-server/pom.xml
index 898b2c4..0e47be8 100644
--- a/juneau-server/pom.xml
+++ b/juneau-server/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.0.1-incubating-SNAPSHOT</version>
+		<version>6.0.1-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 580b2c5..ab003ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.juneau</groupId>
 	<artifactId>juneau</artifactId>
-	<version>6.0.1-incubating-SNAPSHOT</version>
+	<version>6.0.1-incubating</version>
 	<packaging>pom</packaging>
 	<name>Apache Juneau (incubating)</name>
 	<description>All the Apache Juneau content in one convenient package.</description>
@@ -243,7 +243,7 @@
 		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-juneau.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-juneau.git</developerConnection>
 		<url>https://github.com/apache/incubator-juneau</url>
-		<tag>HEAD</tag>
+		<tag>juneau-6.0.1-incubating-RC3</tag>
 	</scm>
 	<issueManagement>
 		<system>Jira</system>