Skip to content

Commit a580f96

Browse files
committed
Move to java 8
1 parent 7dd7fd7 commit a580f96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
<parent>
66
<groupId>org.avaje</groupId>
7-
<artifactId>oss-parent</artifactId>
7+
<artifactId>java8-parent</artifactId>
88
<version>1.1</version>
99
</parent>
1010

1111
<artifactId>avaje-datasource</artifactId>
12-
<version>1.1.5-SNAPSHOT</version>
12+
<version>2.1.1-SNAPSHOT</version>
1313

1414
<scm>
1515
<connection>scm:git:https://github.com/ebean-orm/avaje-datasource.git</connection>
@@ -19,7 +19,7 @@
1919
</scm>
2020

2121
<properties>
22-
<java.version>1.6</java.version>
22+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)