diff options
author | sunil unnava <sunil.unnava@att.com> | 2018-10-12 11:34:51 -0400 |
---|---|---|
committer | sunil unnava <sunil.unnava@att.com> | 2018-10-12 11:35:16 -0400 |
commit | aa67165956a2723ecb48707e60d12bed78e3c601 (patch) | |
tree | 4ed71d3a6e76cbb54d846259a113098f50747703 | |
parent | 7b197fc0f3634341c427dec6bbfe043ffdcc81c3 (diff) |
update the CADI version from snapshot to release
Issue-ID: DMAAP-772
Change-Id: If7989d4c0dd09546cd2bb087fae2c8af46385a2e
Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r-- | pom.xml | 30 |
1 files changed, 1 insertions, 29 deletions
@@ -605,7 +605,7 @@ <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> @@ -1337,34 +1337,6 @@ </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> |