Skip to content

Commit 1a10d06

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 b462aee commit 1a10d06

File tree

1 file changed

+20
-27
lines changed

1 file changed

+20
-27
lines changed

pom.xml

Lines changed: 20 additions & 27 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>10.1.0</version>
8+
<version>12.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -16,6 +16,10 @@
1616
<description>JSR-223-compliant Java 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>
@@ -61,6 +65,16 @@
6165
</contributor>
6266
</contributors>
6367

68+
<mailingLists>
69+
<mailingList>
70+
<name>SciJava</name>
71+
<subscribe>https://groups.google.com/group/scijava</subscribe>
72+
<unsubscribe>https://groups.google.com/group/scijava</unsubscribe>
73+
<post>scijava.com</post>
74+
<archive>https://groups.google.com/group/scijava</archive>
75+
</mailingList>
76+
</mailingLists>
77+
6478
<scm>
6579
<connection>scm:git:git://github.com/scijava/scripting-java</connection>
6680
<developerConnection>scm:git:[email protected]:scijava/scripting-java</developerConnection>
@@ -77,7 +91,11 @@
7791
</ciManagement>
7892

7993
<properties>
80-
<scijava.jvm.version>1.8</scijava.jvm.version>
94+
<package-name>org.scijava.plugins.scripting.java</package-name>
95+
<license.licenseName>bsd_2</license.licenseName>
96+
<license.copyrightOwners>Board of Regents of the University of
97+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
98+
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
8199
</properties>
82100

83101
<dependencies>
@@ -104,29 +122,4 @@
104122
<scope>test</scope>
105123
</dependency>
106124
</dependencies>
107-
108-
<build>
109-
<plugins>
110-
<plugin>
111-
<artifactId>maven-jar-plugin</artifactId>
112-
<configuration>
113-
<archive>
114-
<manifest>
115-
<packageName>org.scijava.plugins.scripting.java</packageName>
116-
</manifest>
117-
</archive>
118-
</configuration>
119-
</plugin>
120-
<plugin>
121-
<groupId>org.codehaus.mojo</groupId>
122-
<artifactId>license-maven-plugin</artifactId>
123-
<configuration>
124-
<licenseName>bsd_2</licenseName>
125-
<organizationName>Board of Regents of the University of
126-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
127-
Institute of Molecular Cell Biology and Genetics.</organizationName>
128-
</configuration>
129-
</plugin>
130-
</plugins>
131-
</build>
132125
</project>

0 commit comments

Comments
 (0)