diff options
Diffstat (limited to 'authz-certman')
-rw-r--r-- | authz-certman/pom.xml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml index b346b0a9..f71d2564 100644 --- a/authz-certman/pom.xml +++ b/authz-certman/pom.xml @@ -27,7 +27,7 @@ <parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -86,7 +86,7 @@ <dependency>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>cadi-aaf</artifactId>
- <version>${project.version}</version>
+ <version>${project.cadiVersion}</version>
</dependency>
<dependency>
@@ -116,14 +116,7 @@ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
|