Skip to content

Commit de1b003

Browse files
committed
Use dev version of license-maven-plugin
This version includes a needed bugfix for multi-line copyright holder strings.
1 parent 2c3e932 commit de1b003

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom-scijava/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.scijava</groupId>
99
<artifactId>pom-scijava</artifactId>
10-
<version>1.7</version>
10+
<version>1.8</version>
1111
<packaging>pom</packaging>
1212

1313
<name>SciJava Projects</name>
@@ -144,7 +144,8 @@
144144
<plugin>
145145
<groupId>org.codehaus.mojo</groupId>
146146
<artifactId>license-maven-plugin</artifactId>
147-
<version>1.0</version>
147+
<!-- NB: Use dev version of the plugin until 1.1 is released. -->
148+
<version>1.1-20120328</version>
148149
</plugin>
149150

150151
<!-- Enable support for the Maven versions plugin.

0 commit comments

Comments
 (0)