Skip to content

Commit 39fe2ca

Browse files
author
rmpestano
committed
Update to latest dbrider
1 parent bfb67d5 commit 39fe2ca

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.database-rider</groupId>
66
<artifactId>getting-started</artifactId>
7-
<version>1.6.0</version>
7+
<version>1.19.0</version>
88

99
<properties>
1010
<ds.version>1.8.0</ds.version>
@@ -152,6 +152,16 @@
152152

153153
<build>
154154
<plugins>
155+
<plugin>
156+
<groupId>org.apache.maven.plugins</groupId>
157+
<artifactId>maven-compiler-plugin</artifactId>
158+
<version>2.5.1</version>
159+
<configuration>
160+
<source>1.8</source>
161+
<target>1.8</target>
162+
<encoding>UTF-8</encoding>
163+
</configuration>
164+
</plugin>
155165
<plugin>
156166
<groupId>com.mysema.maven</groupId>
157167
<artifactId>apt-maven-plugin</artifactId>

0 commit comments

Comments
 (0)