Skip to content

Commit a2a5716

Browse files
committed
POM: bump pom-scijava parent to 11.2.1
Aside from the usual managed component version updates, this reduces boilerplate for the maven-jar-plugin and license-maven-plugin.
1 parent 64edfb4 commit a2a5716

File tree

1 file changed

+10
-26
lines changed

1 file changed

+10
-26
lines changed

pom.xml

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>9.6.0</version>
8+
<version>11.2.1</version>
99
<relativePath />
1010
</parent>
1111

@@ -23,6 +23,15 @@
2323
</license>
2424
</licenses>
2525

26+
<properties>
27+
<package-name>org.scijava.plugins.scripting.jython</package-name>
28+
29+
<license.licenseName>bsd_2</license.licenseName>
30+
<license.copyrightOwners>Board of Regents of the University of
31+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
32+
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
33+
</properties>
34+
2635
<developers>
2736
<developer>
2837
<id>ctrueden</id>
@@ -88,29 +97,4 @@
8897
<scope>test</scope>
8998
</dependency>
9099
</dependencies>
91-
92-
<build>
93-
<plugins>
94-
<plugin>
95-
<artifactId>maven-jar-plugin</artifactId>
96-
<configuration>
97-
<archive>
98-
<manifest>
99-
<packageName>org.scijava.plugins.scripting.jython</packageName>
100-
</manifest>
101-
</archive>
102-
</configuration>
103-
</plugin>
104-
<plugin>
105-
<groupId>org.codehaus.mojo</groupId>
106-
<artifactId>license-maven-plugin</artifactId>
107-
<configuration>
108-
<licenseName>bsd_2</licenseName>
109-
<organizationName>Board of Regents of the University of
110-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
111-
Institute of Molecular Cell Biology and Genetics.</organizationName>
112-
</configuration>
113-
</plugin>
114-
</plugins>
115-
</build>
116100
</project>

0 commit comments

Comments
 (0)