Using snapshot versions of oparent no longer seems to work so the builds
are failing. Snapshot versions are ignored even if they are in nexus.
Issue-ID: POLICY-4134
Change-Id: If83b6a559b0c0e224be85a029ede7097783153f4
Signed-off-by: liamfallon <liam.fallon@est.tech>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
         <!-- When changing, also change the oparent.version property -->
-        <version>3.3.2-SNAPSHOT</version>
+        <version>3.3.2</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.parent</groupId>
     <packaging>pom</packaging>
 
     <properties>
-        <oparent.version>3.3.2-SNAPSHOT</oparent.version>
+        <oparent.version>3.3.2</oparent.version>
     </properties>
 
     <modules>