File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >org.sonar.plugins</groupId >
55 <artifactId >sonar-sql-plugin</artifactId >
6- <version >1.2.5 </version >
6+ <version >1.3.0 </version >
77 <packaging >sonar-plugin</packaging >
88
99 <name >SQL language plugin</name >
1616 <sonar .apiVersion>8.9.2.46101</sonar .apiVersion>
1717 <sonar .login>admin</sonar .login>
1818 <sonar .password>admin</sonar .password>
19- <jdk .min.version>1.9 </jdk .min.version>
20- <maven .compiler.target>1.9 </maven .compiler.target>
21- <maven .source.target>1.9 </maven .source.target>
19+ <jdk .min.version>11 </jdk .min.version>
20+ <maven .compiler.target>11 </maven .compiler.target>
21+ <maven .source.target>11 </maven .source.target>
2222
2323 </properties >
2424
105105 <version >2.27.1</version >
106106 <configuration >
107107 <!-- optional: limit format enforcement to just the files changed by this feature branch -->
108-
108+
109109 <formats >
110110 <!-- you can define as many formats as you want, each is independent -->
111111 <format >
You can’t perform that action at this time.
0 commit comments