aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTibor Blenessy2019-04-18 15:08:26 +0200
committerElena Vilchik2019-04-23 09:25:30 +0200
commit048030385d611288b35efd0f9e861072cb40e018 (patch)
tree8a21768016a537d140780a5e0fc0320e5fdc3f7d /pom.xml
parent2b52cd9eed95dd99a6a51f99bebdf9f0364db19f (diff)
downloadsonar-css-048030385d611288b35efd0f9e861072cb40e018.tar.bz2
Update CI build to use JDK 11
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 11cdbf3..89cb26c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>48</version>
+ <version>51</version>
</parent>
<groupId>org.sonarsource.css</groupId>
@@ -178,6 +178,20 @@
</dependencies>
</dependencyManagement>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <release>8</release>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<profiles>
<profile>
<id>its</id>