55 <parent >
66 <groupId >org.scijava</groupId >
77 <artifactId >pom-scijava</artifactId >
8- <version >26 .0.0</version >
8+ <version >28 .0.0</version >
99 <relativePath />
1010 </parent >
1111
1212 <artifactId >scijava-maven-plugin</artifactId >
13- <version >1.1.2 -SNAPSHOT</version >
13+ <version >2.0.0 -SNAPSHOT</version >
1414 <packaging >maven-plugin</packaging >
1515
1616 <name >SciJava plugin for Maven</name >
9595 <package-name >org.scijava.maven</package-name >
9696
9797 <license .licenseName>bsd_2</license .licenseName>
98- <license .copyrightOwners>Board of Regents of the University of
99- Wisconsin-Madison, Broad Institute of MIT and Harvard, Max Planck
100- Institute of Molecular Cell Biology and Genetics, and KNIME GmbH.</license .copyrightOwners>
98+ <license .copyrightOwners>SciJava developers.</license .copyrightOwners>
10199 <license .projectName>A plugin for managing SciJava-based projects.</license .projectName>
102100
103101 <maven .compiler.source>1.8</maven .compiler.source>
104102 <maven .compiler.target>1.6</maven .compiler.target>
105103 <maven .version>3.0</maven .version>
106104 <maven2 .version>2.2.1</maven2 .version>
107105 <maven-tree .version>2.2</maven-tree .version>
106+ <maven-plugin-annotations .version>3.5</maven-plugin-annotations .version>
107+ <maven-artifact-transfer .version>0.9.1</maven-artifact-transfer .version>
108+ <maven-common-artifact-filters .version>3.0.1</maven-common-artifact-filters .version>
109+ <plexus-interpolation .version>1.24</plexus-interpolation .version>
110+ <plexus-utils .version>3.1.0</plexus-utils .version>
108111 </properties >
109112
110113 <dependencies >
@@ -165,7 +168,7 @@ Institute of Molecular Cell Biology and Genetics, and KNIME GmbH.</license.copyr
165168 <dependency >
166169 <groupId >org.apache.maven.plugin-tools</groupId >
167170 <artifactId >maven-plugin-annotations</artifactId >
168- <version >3.5 </version >
171+ <version >${maven-plugin-annotations.version} </version >
169172 </dependency >
170173 <dependency >
171174 <groupId >junit</groupId >
@@ -192,29 +195,28 @@ Institute of Molecular Cell Biology and Genetics, and KNIME GmbH.</license.copyr
192195 <dependency >
193196 <groupId >org.apache.maven.shared</groupId >
194197 <artifactId >maven-artifact-transfer</artifactId >
195- <version >0.9.1 </version >
198+ <version >${maven-artifact-transfer.version} </version >
196199 </dependency >
197200 <dependency >
198201 <groupId >org.apache.maven.shared</groupId >
199202 <artifactId >maven-common-artifact-filters</artifactId >
200- <version >3.0.1 </version >
203+ <version >${maven-common-artifact-filters.version} </version >
201204 </dependency >
202205
203206 <dependency >
204207 <groupId >org.codehaus.plexus</groupId >
205208 <artifactId >plexus-interpolation</artifactId >
206- <version >1.24 </version >
209+ <version >${plexus-interpolation.version} </version >
207210 </dependency >
208211 <dependency >
209212 <groupId >org.codehaus.plexus</groupId >
210213 <artifactId >plexus-utils</artifactId >
211- <version >3.1.0 </version >
214+ <version >${plexus-utils.version} </version >
212215 </dependency >
213216
214217 <dependency >
215218 <groupId >org.scijava</groupId >
216219 <artifactId >scijava-common</artifactId >
217- <version >${scijava-common.version} </version >
218220 </dependency >
219221 </dependencies >
220222
@@ -248,18 +250,6 @@ Institute of Molecular Cell Biology and Genetics, and KNIME GmbH.</license.copyr
248250 </lifecycleMappingMetadata >
249251 </configuration >
250252 </plugin >
251- <plugin >
252- <groupId >org.apache.maven.plugins</groupId >
253- <artifactId >maven-enforcer-plugin</artifactId >
254- <version >1.0</version >
255- <dependencies >
256- <dependency >
257- <groupId >org.codehaus.mojo</groupId >
258- <artifactId >extra-enforcer-rules</artifactId >
259- <version >1.0-beta-9</version >
260- </dependency >
261- </dependencies >
262- </plugin >
263253 </plugins >
264254 </pluginManagement >
265255 <plugins >
0 commit comments