Commit 12d83b5b by Madhan Neethiraj

ATLAS-2232: update enunciate verision from 2.8.0 to 2.10.1. Set source,target versions to 1.8

parent a74f1b33
...@@ -563,6 +563,7 @@ ...@@ -563,6 +563,7 @@
<jettison.version>1.3.7</jettison.version> <jettison.version>1.3.7</jettison.version>
<paranamer.version>2.7</paranamer.version> <paranamer.version>2.7</paranamer.version>
<zkclient.version>0.8</zkclient.version> <zkclient.version>0.8</zkclient.version>
<enunciate-maven-plugin.version>2.10.1</enunciate-maven-plugin.version>
<PermGen>64m</PermGen> <PermGen>64m</PermGen>
<MaxPermGen>512m</MaxPermGen> <MaxPermGen>512m</MaxPermGen>
...@@ -1488,7 +1489,7 @@ ...@@ -1488,7 +1489,7 @@
<dependency> <dependency>
<groupId>com.webcohesion.enunciate</groupId> <groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-core-annotations</artifactId> <artifactId>enunciate-core-annotations</artifactId>
<version>2.8.0</version> <version>${enunciate-maven-plugin.version}</version>
</dependency> </dependency>
<!-- supports simple auth handler --> <!-- supports simple auth handler -->
...@@ -1749,7 +1750,7 @@ ...@@ -1749,7 +1750,7 @@
<plugin> <plugin>
<groupId>com.webcohesion.enunciate</groupId> <groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-maven-plugin</artifactId> <artifactId>enunciate-maven-plugin</artifactId>
<version>2.8.0</version> <version>${enunciate-maven-plugin.version}</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
......
...@@ -681,10 +681,13 @@ ...@@ -681,10 +681,13 @@
<plugin> <plugin>
<groupId>com.webcohesion.enunciate</groupId> <groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-maven-plugin</artifactId> <artifactId>enunciate-maven-plugin</artifactId>
<version>${enunciate-maven-plugin.version}</version>
<configuration> <configuration>
<configFile>${project.parent.basedir}/build-tools/src/main/resources/enunciate.xml</configFile> <configFile>${project.parent.basedir}/build-tools/src/main/resources/enunciate.xml</configFile>
<enunciateArtifactId/> <enunciateArtifactId/>
<docsDir>${project.build.directory}/api/v2/</docsDir> <docsDir>${project.build.directory}/api/v2/</docsDir>
<source>1.8</source>
<target>1.8</target>
<skipEnunciate>${skipEnunciate}</skipEnunciate> <skipEnunciate>${skipEnunciate}</skipEnunciate>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment