Skip to content

Commit c98fb9e

Browse files
authored
Merge pull request #45 from CellProfiler/jdk11
Jdk11
2 parents acffc7b + ca51c7b commit c98fb9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy:
1010
dist: trusty
1111
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1212
jdk:
13-
- openjdk10
13+
- openjdk11
1414
language: python
1515
script: mvn test -B
1616
sudo: required

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cellprofiler</groupId>
66
<artifactId>prokaryote</artifactId>
7-
<version>2.4.0</version>
7+
<version>2.4.1</version>
88
<dependencies>
99
<dependency>
1010
<groupId>org.apache.commons</groupId>

prokaryote/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.4.1"

0 commit comments

Comments
 (0)