Skip to content

Commit

Permalink
Merge pull request #48 from CellProfiler/242
Browse files Browse the repository at this point in the history
Bump to JDK14
  • Loading branch information
bethac07 committed Aug 28, 2020
2 parents a9d6433 + 55ba013 commit a6d9939
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:
- openjdk11
- openjdk14
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.1</version>
<version>2.4.2</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.1"
__version__ = "2.4.2"

0 comments on commit a6d9939

Please sign in to comment.