Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
12d83b5b
Commit
12d83b5b
authored
7 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2232: update enunciate verision from 2.8.0 to 2.10.1. Set source,target versions to 1.8
parent
a74f1b33
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pom.xml
pom.xml
+3
-2
pom.xml
webapp/pom.xml
+3
-0
No files found.
pom.xml
View file @
12d83b5b
...
...
@@ -563,6 +563,7 @@
<jettison.version>
1.3.7
</jettison.version>
<paranamer.version>
2.7
</paranamer.version>
<zkclient.version>
0.8
</zkclient.version>
<enunciate-maven-plugin.version>
2.10.1
</enunciate-maven-plugin.version>
<PermGen>
64m
</PermGen>
<MaxPermGen>
512m
</MaxPermGen>
...
...
@@ -1488,7 +1489,7 @@
<dependency>
<groupId>
com.webcohesion.enunciate
</groupId>
<artifactId>
enunciate-core-annotations
</artifactId>
<version>
2.8.0
</version>
<version>
${enunciate-maven-plugin.version}
</version>
</dependency>
<!-- supports simple auth handler -->
...
...
@@ -1749,7 +1750,7 @@
<plugin>
<groupId>
com.webcohesion.enunciate
</groupId>
<artifactId>
enunciate-maven-plugin
</artifactId>
<version>
2.8.0
</version>
<version>
${enunciate-maven-plugin.version}
</version>
<executions>
<execution>
<goals>
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
12d83b5b
...
...
@@ -681,10 +681,13 @@
<plugin>
<groupId>
com.webcohesion.enunciate
</groupId>
<artifactId>
enunciate-maven-plugin
</artifactId>
<version>
${enunciate-maven-plugin.version}
</version>
<configuration>
<configFile>
${project.parent.basedir}/build-tools/src/main/resources/enunciate.xml
</configFile>
<enunciateArtifactId/>
<docsDir>
${project.build.directory}/api/v2/
</docsDir>
<source>
1.8
</source>
<target>
1.8
</target>
<skipEnunciate>
${skipEnunciate}
</skipEnunciate>
</configuration>
</plugin>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment