Skip to content

Commit 0931ed7

Browse files
committed
Update parent to org.scijava:pom-scijava:14.0.0
And remove superfluous <build> section.
1 parent fe7ba53 commit 0931ed7

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

pom.xml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>12.0.0</version>
8+
<version>14.0.0</version>
99
<relativePath />
1010
</parent>
1111

12-
<groupId>org.scijava</groupId>
1312
<artifactId>scijava-java3d</artifactId>
1413
<version>0.1.0-SNAPSHOT</version>
1514

@@ -99,28 +98,4 @@ Wisconsin-Madison.</license.copyrightOwners>
9998
<scope>test</scope>
10099
</dependency>
101100
</dependencies>
102-
103-
<build>
104-
<plugins>
105-
<plugin>
106-
<artifactId>maven-jar-plugin</artifactId>
107-
<configuration>
108-
<archive>
109-
<manifest>
110-
<packageName>org.scijava.java3d</packageName>
111-
</manifest>
112-
</archive>
113-
</configuration>
114-
</plugin>
115-
<plugin>
116-
<groupId>org.codehaus.mojo</groupId>
117-
<artifactId>license-maven-plugin</artifactId>
118-
<configuration>
119-
<licenseName>bsd_2</licenseName>
120-
<organizationName>Board of Regents of the University of
121-
Wisconsin-Madison.</organizationName>
122-
</configuration>
123-
</plugin>
124-
</plugins>
125-
</build>
126101
</project>

0 commit comments

Comments
 (0)