Skip to content

Commit f201a7f

Browse files
committed
POM: tidy up
Accomplished using: mvn tidy:pom
1 parent 011f0e5 commit f201a7f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
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-
34-
<jython.version>2.7.0</jython.version>
35-
<jython-shaded.version>${jython.version}</jython-shaded.version>
36-
</properties>
37-
3826
<developers>
3927
<developer>
4028
<id>ctrueden</id>
@@ -79,6 +67,18 @@ Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
7967
<url>http://jenkins.imagej.net/job/scripting-Jython/</url>
8068
</ciManagement>
8169

70+
<properties>
71+
<package-name>org.scijava.plugins.scripting.jython</package-name>
72+
73+
<license.licenseName>bsd_2</license.licenseName>
74+
<license.copyrightOwners>Board of Regents of the University of
75+
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
76+
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
77+
78+
<jython.version>2.7.0</jython.version>
79+
<jython-shaded.version>${jython.version}</jython-shaded.version>
80+
</properties>
81+
8282
<dependencies>
8383
<!-- SciJava dependencies -->
8484
<dependency>

0 commit comments

Comments
 (0)