Skip to content

Commit

Permalink
Update to seed 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed May 5, 2018
1 parent 9e89491 commit 0087fc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2.0.2 (2018-04-28)
# Version 2.0.2 (2018-05-05)

* [chg] Update Jackson version.

Expand Down
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<version>2.0.2-SNAPSHOT</version>

<properties>
<seed.version>3.5.1-SNAPSHOT</seed.version>
<seed.version>3.5.1</seed.version>

<compatibility.skip>true</compatibility.skip>

Expand Down Expand Up @@ -58,6 +58,7 @@
<licenseMerge>Apache 2|The Apache Software License, Version 2.0</licenseMerge>
<licenseMerge>Apache 2|Apache License, version 2.0</licenseMerge>
<licenseMerge>Apache 2|The Apache License, Version 2.0</licenseMerge>
<licenseMerge>Apache 2|Apache 2.0</licenseMerge>
<licenseMerge>BSD|The New BSD License</licenseMerge>
<licenseMerge>BSD|The BSD License</licenseMerge>
<licenseMerge>CDDL|CDDL 1.1</licenseMerge>
Expand All @@ -67,8 +68,11 @@
<licenseMerge>CDDL|CDDL/GPLv2+CE</licenseMerge>
<licenseMerge>LGPL 3.0|GNU Lesser Public License</licenseMerge>
<licenseMerge>MIT|MIT License</licenseMerge>
<licenseMerge>MIT|MIT license</licenseMerge>
<licenseMerge>MIT|The MIT License</licenseMerge>
<licenseMerge>IGNORED_LICENSE|GPL2 w/ CPE</licenseMerge>
<licenseMerge>IGNORED_LICENSE|MPL 1.1</licenseMerge>
<licenseMerge>IGNORED_LICENSE|GNU General Public License, version 2 (GPL2), with the classpath exception</licenseMerge>
</licenseMerges>
</configuration>
</plugin>
Expand Down Expand Up @@ -99,6 +103,10 @@
<artifactId>swagger-jersey2-jaxrs</artifactId>
<version>1.5.16</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
Expand Down

0 comments on commit 0087fc2

Please sign in to comment.