Skip to content

Commit e1b3f88

Browse files
committed
[pom] Fix derby upgrade comment - should be java 8 not 7.
1 parent c4df9b1 commit e1b3f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.apache.derby</groupId>
102102
<artifactId>derby</artifactId>
103-
<version>10.12.1.1</version> <!-- Retain until on java 7 -->
103+
<version>10.12.1.1</version> <!-- Retain until on java 8 -->
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

0 commit comments

Comments
 (0)