Skip to content

Commit 64f6518

Browse files
committed
POM: update parent to pom-scijava 28.0.0
Also tidy up pom.xml using: mvn tidy:pom
1 parent 5ef433d commit 64f6518

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pom.xml

Lines changed: 7 additions & 10 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>27.0.1</version>
8+
<version>28.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -100,19 +100,10 @@
100100
<license.copyrightOwners>Board of Regents of the University of
101101
Wisconsin-Madison, and Friedrich Miescher Institute for Biomedical Research.</license.copyrightOwners>
102102

103-
<scijava-common.version>2.81.0</scijava-common.version>
104-
105103
<!-- NB: Deploy releases to the SciJava Maven repository. -->
106104
<releaseProfiles>deploy-to-scijava</releaseProfiles>
107105
</properties>
108106

109-
<repositories>
110-
<repository>
111-
<id>scijava.public</id>
112-
<url>https://maven.scijava.org/content/groups/public</url>
113-
</repository>
114-
</repositories>
115-
116107
<dependencies>
117108
<dependency>
118109
<groupId>org.scijava</groupId>
@@ -127,4 +118,10 @@ Wisconsin-Madison, and Friedrich Miescher Institute for Biomedical Research.</li
127118
</dependency>
128119
</dependencies>
129120

121+
<repositories>
122+
<repository>
123+
<id>scijava.public</id>
124+
<url>https://maven.scijava.org/content/groups/public</url>
125+
</repository>
126+
</repositories>
130127
</project>

0 commit comments

Comments
 (0)