Skip to content

Commit 3948cdd

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 61284df commit 3948cdd

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>10.4.1</version>
8+
<version>12.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -16,6 +16,10 @@
1616
<description>JSR-223-compliant JRuby 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-jruby</connection>
5771
<developerConnection>scm:git:[email protected]:scijava/scripting-jruby</developerConnection>
@@ -67,6 +81,14 @@
6781
<url>http://jenkins.imagej.net/job/scripting-JRuby/</url>
6882
</ciManagement>
6983

84+
<properties>
85+
<package-name>org.scijava.plugins.scripting.jruby</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>
@@ -93,29 +115,4 @@
93115
<scope>test</scope>
94116
</dependency>
95117
</dependencies>
96-
97-
<build>
98-
<plugins>
99-
<plugin>
100-
<artifactId>maven-jar-plugin</artifactId>
101-
<configuration>
102-
<archive>
103-
<manifest>
104-
<packageName>org.scijava.plugins.scripting.jruby</packageName>
105-
</manifest>
106-
</archive>
107-
</configuration>
108-
</plugin>
109-
<plugin>
110-
<groupId>org.codehaus.mojo</groupId>
111-
<artifactId>license-maven-plugin</artifactId>
112-
<configuration>
113-
<licenseName>bsd_2</licenseName>
114-
<organizationName>Board of Regents of the University of
115-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
116-
Institute of Molecular Cell Biology and Genetics.</organizationName>
117-
</configuration>
118-
</plugin>
119-
</plugins>
120-
</build>
121118
</project>

0 commit comments

Comments
 (0)