We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd7fd7 commit a580f96Copy full SHA for a580f96
1 file changed
pom.xml
@@ -4,12 +4,12 @@
4
5
<parent>
6
<groupId>org.avaje</groupId>
7
- <artifactId>oss-parent</artifactId>
+ <artifactId>java8-parent</artifactId>
8
<version>1.1</version>
9
</parent>
10
11
<artifactId>avaje-datasource</artifactId>
12
- <version>1.1.5-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
13
14
<scm>
15
<connection>scm:git:https://github.com/ebean-orm/avaje-datasource.git</connection>
@@ -19,7 +19,7 @@
19
</scm>
20
21
<properties>
22
- <java.version>1.6</java.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
</properties>
24
25
<dependencies>
0 commit comments