Skip to content

Commit

Permalink
Merge pull request #45 from CellProfiler/jdk11
Browse files Browse the repository at this point in the history
Jdk11
  • Loading branch information
0x00b1 authored Dec 9, 2018
2 parents acffc7b + ca51c7b commit c98fb9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
dist: trusty
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
jdk:
- openjdk10
- openjdk11
language: python
script: mvn test -B
sudo: required
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cellprofiler</groupId>
<artifactId>prokaryote</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion prokaryote/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.0"
__version__ = "2.4.1"

0 comments on commit c98fb9e

Please sign in to comment.