Skip to content

Commit

Permalink
- Prepare first release
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jan 7, 2016
1 parent cd189ba commit ea46baf
Show file tree
Hide file tree
Showing 27 changed files with 104 additions and 3,673 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,22 +417,22 @@

<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>2.3</version>
</plugin>

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>2.10</version>
</plugin>

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<version>2.8.2</version>
</plugin>

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
<version>2.5.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
Expand Down Expand Up @@ -672,7 +672,8 @@
<excludes>
<exclude>**/site/**/*.*</exclude>
<exclude>**/misc/**/*.*</exclude>
<exclude>**/webapp/jquery/**/*.*</exclude>
<exclude>**/webapp/js/jquery-mobile/**/*.*</exclude>
<exclude>**/webapp/css/jquery-mobile/**/*.*</exclude>
<exclude>**/webapp/META-INF/**/*.*</exclude>
<exclude>**/webapp/WEB-INF/**/*.*</exclude>
<exclude>**/*.properties</exclude>
Expand Down Expand Up @@ -748,8 +749,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<!-- FIXME BL : waiting capturing group to be enable (see https://jira.codehaus.org/browse/MCHANGELOG-125) <configuration> <issueLinkUrl>https://forge.ifremer.fr/mantis/view.php?id=%ISSUE%</issueLinkUrl>
<issueIDRegexPattern>[#]([0-9]{4,})</issueIDRegexPattern> </configuration> -->
</plugin>

<plugin>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ea46baf

Please sign in to comment.