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 bfb67d5 commit 39fe2caCopy full SHA for 39fe2ca
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.github.database-rider</groupId>
6
<artifactId>getting-started</artifactId>
7
- <version>1.6.0</version>
+ <version>1.19.0</version>
8
9
<properties>
10
<ds.version>1.8.0</ds.version>
@@ -152,6 +152,16 @@
152
153
<build>
154
<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>
165
<plugin>
166
<groupId>com.mysema.maven</groupId>
167
<artifactId>apt-maven-plugin</artifactId>
0 commit comments