update parent pom to non-snapshot version
diff --git a/pom.xml b/pom.xml
index 98e7d8c..cc7a0ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>com.fasterxml</groupId>
     <artifactId>oss-parent</artifactId>
-    <version>7-SNAPSHOT</version>
+    <version>7</version>
   </parent>
 
   <groupId>com.fasterxml.jackson.core</groupId>