Skip to content

Commit 0bb8015

Browse files
committed
Updated version
1 parent 2273595 commit 0bb8015

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sonar-sql-plugin/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -16,9 +16,9 @@
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

@@ -105,7 +105,7 @@
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>

0 commit comments

Comments
 (0)