Skip to content

Commit 137053b

Browse files
committed
Update parent to org.scijava:pom-scijava:12.0.0
See: http://forum.imagej.net/t/split-boms-from-parent-configuration/2563
1 parent 2cea129 commit 137053b

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

pom.xml

Lines changed: 23 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.4.0</version>
8+
<version>12.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -16,6 +16,10 @@
1616
<description>JSR-223-compliant JavaScript scripting language plugin.</description>
1717
<url>http://scijava.org/</url>
1818
<inceptionYear>2008</inceptionYear>
19+
<organization>
20+
<name>SciJava</name>
21+
<url>http://scijava.org/</url>
22+
</organization>
1923
<licenses>
2024
<license>
2125
<name>Simplified BSD License</name>
@@ -52,6 +56,16 @@
5256
</contributor>
5357
</contributors>
5458

59+
<mailingLists>
60+
<mailingList>
61+
<name>SciJava</name>
62+
<subscribe>https://groups.google.com/group/scijava</subscribe>
63+
<unsubscribe>https://groups.google.com/group/scijava</unsubscribe>
64+
<post>scijava.com</post>
65+
<archive>https://groups.google.com/group/scijava</archive>
66+
</mailingList>
67+
</mailingLists>
68+
5569
<scm>
5670
<connection>scm:git:git://github.com/scijava/scripting-javascript</connection>
5771
<developerConnection>scm:git:[email protected]:scijava/scripting-javascript</developerConnection>
@@ -67,6 +81,14 @@
6781
<url>http://jenkins.imagej.net/job/scripting-JavaScript/</url>
6882
</ciManagement>
6983

84+
<properties>
85+
<package-name>org.scijava.plugins.scripting.javascript</package-name>
86+
<license.licenseName>bsd_2</license.licenseName>
87+
<license.copyrightOwners>Board of Regents of the University of
88+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
89+
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
90+
</properties>
91+
7092
<dependencies>
7193
<!-- SciJava dependencies -->
7294
<dependency>
@@ -81,29 +103,4 @@
81103
<scope>test</scope>
82104
</dependency>
83105
</dependencies>
84-
85-
<build>
86-
<plugins>
87-
<plugin>
88-
<artifactId>maven-jar-plugin</artifactId>
89-
<configuration>
90-
<archive>
91-
<manifest>
92-
<packageName>org.scijava.plugins.scripting.javascript</packageName>
93-
</manifest>
94-
</archive>
95-
</configuration>
96-
</plugin>
97-
<plugin>
98-
<groupId>org.codehaus.mojo</groupId>
99-
<artifactId>license-maven-plugin</artifactId>
100-
<configuration>
101-
<licenseName>bsd_2</licenseName>
102-
<organizationName>Board of Regents of the University of
103-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
104-
Institute of Molecular Cell Biology and Genetics.</organizationName>
105-
</configuration>
106-
</plugin>
107-
</plugins>
108-
</build>
109106
</project>

0 commit comments

Comments
 (0)