File tree Expand file tree Collapse file tree 6 files changed +29
-5
lines changed Expand file tree Collapse file tree 6 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 370
370
},
371
371
{
372
372
"code" : " weasis.releasenotes" ,
373
- "value" : " https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v412-2023-06-16 " ,
373
+ "value" : " ${weasis.releasenotes} " ,
374
374
"description" : " Release notes" ,
375
375
"type" : " A" ,
376
376
"category" : " DOC"
377
377
},
378
378
{
379
379
"code" : " weasis.copyrights" ,
380
- "value" : " © 2009-2023 Weasis Team" ,
380
+ "value" : " © 2009-${build.year} Weasis Team" ,
381
381
"description" : " Copyrights" ,
382
382
"type" : " A" ,
383
383
"category" : " DOC"
Original file line number Diff line number Diff line change 138
138
</regexPropertySettings >
139
139
</configuration >
140
140
</execution >
141
+ <execution >
142
+ <id >timestamp-property</id >
143
+ <goals >
144
+ <goal >timestamp-property</goal >
145
+ </goals >
146
+ <configuration >
147
+ <name >build.year</name >
148
+ <pattern >yyyy</pattern >
149
+ </configuration >
150
+ </execution >
141
151
</executions >
142
152
</plugin >
143
153
Original file line number Diff line number Diff line change 35
35
<!-- copy OSGI framework config -->
36
36
<directory >etc/config</directory >
37
37
<outputDirectory >bin-dist/weasis/conf</outputDirectory >
38
+ <includes >
39
+ <include >*.json</include >
40
+ </includes >
38
41
<filtered >true</filtered >
39
42
</fileSet >
40
43
<fileSet >
Original file line number Diff line number Diff line change 377
377
},
378
378
{
379
379
"code" : " weasis.releasenotes" ,
380
- "value" : " https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v412-2023-06-16 " ,
380
+ "value" : " ${weasis.releasenotes} " ,
381
381
"description" : " Release notes" ,
382
382
"type" : " A" ,
383
383
"category" : " DOC"
384
384
},
385
385
{
386
386
"code" : " weasis.copyrights" ,
387
- "value" : " © 2009-2023 Weasis Team" ,
387
+ "value" : " © 2009-${build.year} Weasis Team" ,
388
388
"description" : " Copyrights" ,
389
389
"type" : " A" ,
390
390
"category" : " DOC"
Original file line number Diff line number Diff line change 52
52
</resources >
53
53
</configuration >
54
54
</execution >
55
+ <execution >
56
+ <id >timestamp-property</id >
57
+ <goals >
58
+ <goal >timestamp-property</goal >
59
+ </goals >
60
+ <configuration >
61
+ <name >build.year</name >
62
+ <pattern >yyyy</pattern >
63
+ </configuration >
64
+ </execution >
55
65
</executions >
56
66
</plugin >
57
67
<plugin >
Original file line number Diff line number Diff line change 15
15
<!-- force command line arguments settings to set version -->
16
16
<!-- $ mvn clean install -Drevision=4.0.3 -Dchangelist=-SNAPSHOT -->
17
17
<revision >4.2.0</revision >
18
- <changelist >-SNAPSHOT </changelist > <!-- Remove "-SNAPSHOT" for release -->
18
+ <changelist ></changelist > <!-- Remove "-SNAPSHOT" for release -->
19
19
20
20
<java-version >21</java-version >
21
21
<jdk-version >21</jdk-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#v420-2023-08-18</weasis .releasenotes>
30
31
31
32
<felix .framework.version>7.0.5</felix .framework.version>
32
33
<flatlaf .version>3.2</flatlaf .version>
You can’t perform that action at this time.
0 commit comments