Skip to content

Commit 772b307

Browse files
committed
Update parent to org.scijava:pom-scijava:14.0.0
See: http://forum.imagej.net/t/split-boms-from-parent-configuration/2563
1 parent 383b23c commit 772b307

File tree

1 file changed

+22
-28
lines changed

1 file changed

+22
-28
lines changed

pom.xml

Lines changed: 22 additions & 28 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.0.0</version>
8+
<version>14.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -14,8 +14,12 @@
1414

1515
<name>SciJava Scripting: Clojure</name>
1616
<description>JSR-223-compliant Clojure scripting language plugin.</description>
17-
<url>http://scijava.org/</url>
18-
<inceptionYear>2008</inceptionYear>
17+
<url>https://github.com/scijava/scripting-clojure</url>
18+
<inceptionYear>2013</inceptionYear>
19+
<organization>
20+
<name>SciJava</name>
21+
<url>https://scijava.org/</url>
22+
</organization>
1923
<licenses>
2024
<license>
2125
<name>Simplified BSD License</name>
@@ -62,6 +66,16 @@
6266
</contributor>
6367
</contributors>
6468

69+
<mailingLists>
70+
<mailingList>
71+
<name>SciJava</name>
72+
<subscribe>https://groups.google.com/group/scijava</subscribe>
73+
<unsubscribe>https://groups.google.com/group/scijava</unsubscribe>
74+
<post>[email protected]</post>
75+
<archive>https://groups.google.com/group/scijava</archive>
76+
</mailingList>
77+
</mailingLists>
78+
6579
<scm>
6680
<connection>scm:git:git://github.com/scijava/scripting-clojure</connection>
6781
<developerConnection>scm:git:[email protected]:scijava/scripting-clojure</developerConnection>
@@ -78,6 +92,11 @@
7892
</ciManagement>
7993

8094
<properties>
95+
<package-name>org.scijava.plugins.scripting.clojure</package-name>
96+
<license.licenseName>bsd_2</license.licenseName>
97+
<license.copyrightOwners>Board of Regents of the University of
98+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
99+
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
81100
<clojure.version>1.8.0</clojure.version>
82101
</properties>
83102

@@ -108,29 +127,4 @@
108127
<scope>test</scope>
109128
</dependency>
110129
</dependencies>
111-
112-
<build>
113-
<plugins>
114-
<plugin>
115-
<artifactId>maven-jar-plugin</artifactId>
116-
<configuration>
117-
<archive>
118-
<manifest>
119-
<packageName>org.scijava.plugins.scripting.clojure</packageName>
120-
</manifest>
121-
</archive>
122-
</configuration>
123-
</plugin>
124-
<plugin>
125-
<groupId>org.codehaus.mojo</groupId>
126-
<artifactId>license-maven-plugin</artifactId>
127-
<configuration>
128-
<licenseName>bsd_2</licenseName>
129-
<organizationName>Board of Regents of the University of
130-
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
131-
Institute of Molecular Cell Biology and Genetics.</organizationName>
132-
</configuration>
133-
</plugin>
134-
</plugins>
135-
</build>
136130
</project>

0 commit comments

Comments
 (0)