Skip to content

Commit 27ceadd

Browse files
committed
Correct location of Checkstyle header
1 parent c0f2ee2 commit 27ceadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ limitations under the License.
370370
<version>3.2.2</version>
371371
<configuration>
372372
<configLocation>config/maven_checks.xml</configLocation>
373-
<!-- version from release 10 referenced by branch -->
374-
<headerLocation>https://github.com/codehaus-plexus/plexus-pom/blob/plexus-10/src/main/resources/config/plexus-header.txt</headerLocation>
373+
<!-- version from release 11 referenced by branch -->
374+
<headerLocation>https://raw.githubusercontent.com/codehaus-plexus/plexus-pom/plexus-11/src/main/resources/config/plexus-header.txt</headerLocation>
375375
</configuration>
376376
<dependencies>
377377
<!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared project -->

0 commit comments

Comments
 (0)