File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 23
23
<sonar .projectKey>weasis</sonar .projectKey>
24
24
<sonar .organization>nroduit-github</sonar .organization>
25
25
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
26
+ <sonar .language>java</sonar .language>
27
+ <sonar .java.source>${java-version} </sonar .java.source>
28
+ <sonar .test.exclusions>src/test/**/*</sonar .test.exclusions>
26
29
</properties >
27
30
<modules >
28
31
<module >weasis-parent</module >
Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<!-- force command line arguments settings to set version -->
16
16
<!-- $ mvn clean install -Drevision=4.2.2 -Dchangelist=-SNAPSHOT -->
17
- <revision >4.2.2 </revision >
17
+ <revision >4.3.0 </revision >
18
18
<changelist >-SNAPSHOT</changelist > <!-- Remove "-SNAPSHOT" for release -->
19
19
20
20
<java-version >21</java-version >
27
27
<app .version>${revision}${changelist} </app .version>
28
28
<base .minimal.version>4.2.0</base .minimal.version>
29
29
<i18n .version>4.0.0-SNAPSHOT</i18n .version>
30
- <weasis .releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v421-2023-11-11 </weasis .releasenotes>
30
+ <weasis .releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v430-2024-02-17 </weasis .releasenotes>
31
31
32
32
<felix .framework.version>7.0.5</felix .framework.version>
33
33
<flatlaf .version>3.3</flatlaf .version>
You can’t perform that action at this time.
0 commit comments