Skip to content

Commit

Permalink
Merge pull request openhab#2664 from slawekjaranowski/master
Browse files Browse the repository at this point in the history
update license-maven-plugin
  • Loading branch information
teichsta committed May 29, 2015
2 parents 2a05659 + 017d298 commit ae25e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.11</version>
<configuration>
<basedir>${basedir}</basedir>
<header>src/etc/header.txt</header>
Expand All @@ -244,7 +244,7 @@
</excludes>
<useDefaultExcludes>true</useDefaultExcludes>
<properties>
<year>2013</year>
<year>2015</year>
</properties>
<encoding>UTF-8</encoding>
</configuration>
Expand Down

0 comments on commit ae25e64

Please sign in to comment.