File tree Expand file tree Collapse file tree 1 file changed +10
-26
lines changed
Expand file tree Collapse file tree 1 file changed +10
-26
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
You can’t perform that action at this time.
0 commit comments