Fix major version for RC and remove SNAPSHOT from parent version after reset to previous state due to https://lists.apache.org/thread/3s6bmsjysbffto21g2zcw9gvpxp30hhp
diff --git a/pom.xml b/pom.xml
index d3d2a42..5a9c771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,15 +19,15 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>13-SNAPSHOT</version>
-    <relativePath />
+    <version>12</version>
+    <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.fulcrum</groupId>
   <artifactId>fulcrum-intake</artifactId>
-  <version>2.0.2-SNAPSHOT</version>
-  <name>Fulcrum Intake Service</name>
+  <version>3.0.0-SNAPSHOT</version>
+ <name>Fulcrum Intake Service</name>
   <inceptionYear>2005</inceptionYear>
   <description>This Service provides rule-based input validation</description>
   <url>https://turbine.apache.org/fulcrum/fulcrum-intake</url>