Skip to content

Commit 5c3c7b7

Browse files
committed
Bump minor version
Public API added in 2231238.
1 parent 2231238 commit 5c3c7b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-common</artifactId>
13-
<version>2.85.1-SNAPSHOT</version>
13+
<version>2.86.0-SNAPSHOT</version>
1414

1515
<name>SciJava Common</name>
1616
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by downstream projects in the SciJava ecosystem, such as ImageJ and SCIFIO.</description>
@@ -154,6 +154,8 @@
154154
</ciManagement>
155155

156156
<properties>
157+
<maven.compiler.source>11</maven.compiler.source>
158+
<maven.compiler.release>8</maven.compiler.release>
157159
<package-name>org.scijava</package-name>
158160

159161
<license.licenseName>bsd_2</license.licenseName>

0 commit comments

Comments
 (0)