Issue #325: Update dependencies

- UIMA Parent POM 17-SNAPSHOT -> 17
- Comment out SNAPSHOT repo
diff --git a/uimaj-bom/pom.xml b/uimaj-bom/pom.xml
index 1a1f176..3988664 100644
--- a/uimaj-bom/pom.xml
+++ b/uimaj-bom/pom.xml
@@ -26,7 +26,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>17-SNAPSHOT</version>
+    <version>17</version>
   </parent>
 
   <artifactId>uimaj-bom</artifactId>
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index d3fd6aa..1330221 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>17-SNAPSHOT</version>
+    <version>17</version>
     <relativePath />
   </parent>
 
@@ -85,7 +85,6 @@
       - The Eclipse Plugin modules use version ranges for their dependencies. These could resolve to
       - SNAPSHOT versions if we have a SNAPSHOT repo declaration here. Thus, this repo should only
       - be enabled when really needed.
-      -->
     <repository>
       <id>apache.snapshots</id>
       <name>Apache Snapshot Repository</name>
@@ -97,6 +96,7 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+      -->
 
     <repository>
       <id>${eclipseP2RepoId}</id>