[maven-release-plugin] prepare release juneau-6.0.0-incubating-RC3
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 1141909..341eab4 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-client/pom.xml b/juneau-client/pom.xml
index a3913bd..e05bd93 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index e5007db..3a2af72 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index f5c5257..d51c550 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index 9dde0fb..be21049 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-samples/pom.xml b/juneau-samples/pom.xml
index 6607126..e169572 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/juneau-server-test/pom.xml b/juneau-server-test/pom.xml
index 4f2dc9d..c211d8d 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	
diff --git a/juneau-server/pom.xml b/juneau-server/pom.xml
index 96260c3..30bee5b 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.0-incubating-SNAPSHOT</version>
+		<version>6.0.0-incubating</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 3c2cde7..ac041f3 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.0-incubating-SNAPSHOT</version>
+	<version>6.0.0-incubating</version>
 	<packaging>pom</packaging>
 	<name>Apache Juneau (incubating)</name>
 	<description>All the Apache Juneau content in one convenient package.</description>
@@ -258,7 +258,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.0-incubating-RC3</tag>
 	</scm>
 	<issueManagement>
 		<system>Jira</system>