update the CADI version from snapshot to release 63/70363/1
authorsunil unnava <sunil.unnava@att.com>
Fri, 12 Oct 2018 15:34:51 +0000 (11:34 -0400)
committersunil unnava <sunil.unnava@att.com>
Fri, 12 Oct 2018 15:35:16 +0000 (11:35 -0400)
Issue-ID: DMAAP-772
Change-Id: If7989d4c0dd09546cd2bb087fae2c8af46385a2e
Signed-off-by: sunil unnava <sunil.unnava@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7438ac0..f44eb1b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <dependency>
                <groupId>org.onap.aaf.authz</groupId>
                <artifactId>aaf-cadi-aaf</artifactId>
-               <version>2.1.2-SNAPSHOT</version>
+               <version>2.1.2</version>
        </dependency>
        <dependency>
                <groupId>backport-util-concurrent</groupId>
                                                        </execution>
                                                </executions>
                                        </plugin>
-                                  <plugin>
-                       <groupId>org.apache.maven.plugins</groupId>
-                       <artifactId>maven-enforcer-plugin</artifactId>
-                       <executions>
-                               <execution>
-                                       <id>enforce-no-snapshots</id>
-                                       <goals>
-                                               <goal>enforce</goal>
-                                       </goals>
-                                       <configuration>
-                                               <rules>
-                                                       <requireReleaseDeps>
-                                                               <message>No Snapshots Allowed!</message>
-                                                               <excludes>
-                                                                       <exclude>org.onap.aaf.authz:aaf-cadi-client</exclude>
-                                                                       <exclude>org.onap.aaf.authz:aaf-misc-env</exclude>
-                                                                       <exclude>org.onap.aaf.authz:aaf-cadi-aaf</exclude>
-                                                                       <exclude>org.onap.aaf.authz:aaf-auth-client</exclude>
-                                                                       <exclude>org.onap.aaf.authz:aaf-cadi-core</exclude>
-                                                                       <exclude>org.onap.aaf.authz:aaf-misc-rosetta</exclude>
-                                                               </excludes>
-                                                       </requireReleaseDeps>
-                                               </rules>
-                                               <fail>true</fail>
-                                       </configuration>
-                               </execution>
-                       </executions>
-               </plugin>
                                </plugins>
                                <pluginManagement>
                                        <plugins>