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 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# 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 593593 <artifactId >license-maven-plugin</artifactId >
594594 <version >${license-maven-plugin.version} </version >
595595 <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 >
604596 <defaultProperties >
605597 <year >2025</year >
606598 </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 >
607611 </configuration >
608612 </plugin >
609613
You can’t perform that action at this time.
0 commit comments