File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5 /apache-maven-3.8.5 -bin.zip
18
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0 /maven-wrapper-3.1.0 .jar
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
18
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2 /maven-wrapper-3.3.2 .jar
Original file line number Diff line number Diff line change 593
593
<artifactId >license-maven-plugin</artifactId >
594
594
<version >${license-maven-plugin.version} </version >
595
595
<configuration >
596
- <header >license-header.txt</header >
597
- <mapping >
598
- <java >SLASHSTAR_STYLE</java >
599
- </mapping >
600
- <includes >
601
- <include >src/main/java/**</include >
602
- <include >src/test/java/**</include >
603
- </includes >
604
596
<defaultProperties >
605
597
<year >2025</year >
606
598
</defaultProperties >
599
+ <licenseSets >
600
+ <licenseSet >
601
+ <header >license-header.txt</header >
602
+ <includes >
603
+ <include >src/main/java/**</include >
604
+ <include >src/test/java/**</include >
605
+ </includes >
606
+ </licenseSet >
607
+ </licenseSets >
608
+ <mapping >
609
+ <java >SLASHSTAR_STYLE</java >
610
+ </mapping >
607
611
</configuration >
608
612
</plugin >
609
613
You can’t perform that action at this time.
0 commit comments