Skip to content

Commit ddac345

Browse files
committed
Update to scijava-coding-style 2.0.0
This renames the "imagej" coding style to "scijava" since it is the same for all SciJava projects across several organizations, including scijava, imagej, scifio and fiji.
1 parent d49d4cf commit ddac345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.scijava</groupId>
66
<artifactId>pom-scijava-base</artifactId>
7-
<version>8.1.2-SNAPSHOT</version>
7+
<version>9.0.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>SciJava Base POM</name>
@@ -188,7 +188,7 @@
188188
The coding-style property defines a coding style to be used in your project.
189189
Supported values as of this writing are: imagej, imglib2 and scifio.
190190
-->
191-
<scijava.coding-style>imagej</scijava.coding-style>
191+
<scijava.coding-style>scijava</scijava.coding-style>
192192

193193
<!--
194194
Classifier name for referencing platform-specific artifacts.
@@ -254,7 +254,7 @@
254254
<!-- Plugin dependencies -->
255255
<extra-enforcer-rules.version>1.1</extra-enforcer-rules.version>
256256
<kotlin.version>1.3.40</kotlin.version>
257-
<scijava-coding-style.version>1.0.0</scijava-coding-style.version>
257+
<scijava-coding-style.version>2.0.0</scijava-coding-style.version>
258258
<velocity.version>1.7</velocity.version>
259259

260260
<!-- Build extensions -->

0 commit comments

Comments
 (0)