diff options
Diffstat (limited to 'auth-client/pom.xml')
-rw-r--r-- | auth-client/pom.xml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/auth-client/pom.xml b/auth-client/pom.xml index b011a586..47f7b2f9 100644 --- a/auth-client/pom.xml +++ b/auth-client/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>parent</artifactId> - <version>2.1.20-SNAPSHOT</version> + <version>2.1.21-SNAPSHOT</version> </parent> <artifactId>aaf-auth-client</artifactId> @@ -88,13 +88,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> <version>0.8.2</version> @@ -112,14 +105,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>false</skip> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> |