Skip to content

Commit 7f49209

Browse files
authored
SONARHTML-176 Add requiredForLanguages metadata to manifest (#251)
1 parent d7ec7ed commit 7f49209

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonarsource.parent</groupId>
88
<artifactId>parent</artifactId>
9-
<version>68.0.0.247</version>
9+
<version>69.0.0.267</version>
1010
</parent>
1111

1212
<groupId>org.sonarsource.html</groupId>

sonar-html-plugin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
160160
<jreMinVersion>${jdk.min.version}</jreMinVersion>
161161
<!-- this value is translated to Sonar-Version property in META-INF/MANIFEST.MF file inside jar. It is used at runtime
162162
by products to detect compatibility. We keep LTS -->
163-
<sonarQubeMinVersion>9.9</sonarQubeMinVersion>
163+
<pluginApiMinVersion>9.9</pluginApiMinVersion>
164+
<requiredForLanguages>web,jsp</requiredForLanguages>
164165
</configuration>
165166
</plugin>
166167

0 commit comments

Comments
 (0)