Commit 3e022ce 1 parent 18edc33 commit 3e022ce Copy full SHA for 3e022ce
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
maven-version : 3.9.6
34
34
- name : Build with Maven
35
- run : mvn -B package --file pom.xml
35
+ run : mvn -B package --file pom.xml -DunofficialSuffix=
36
36
37
37
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
38
38
# - name: Update dependency graph
Original file line number Diff line number Diff line change 25
25
<!--
26
26
<tycho-snapshots>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshots>
27
27
-->
28
- <qualifier >Alpha</qualifier >
29
- <buildDate >yyyyMMddHHmm</buildDate >
30
- <tycho .buildqualifier.format>'${qualifier} '-${buildDate} </tycho .buildqualifier.format>
28
+ <unofficialSuffix >-UNOFFICIAL</unofficialSuffix >
31
29
</properties >
32
30
33
31
<pluginRepositories >
56
54
</pluginRepositories >
57
55
58
56
<build >
57
+ <finalName >foobar</finalName >
59
58
<pluginManagement >
60
59
<plugins >
61
60
<plugin >
264
263
<repository >
265
264
<id >eclipse</id >
266
265
<layout >p2</layout >
267
- <url >http://download.eclipse.org/releases/2024-12 </url >
266
+ <url >http://download.eclipse.org/releases/2024-06 </url >
268
267
</repository >
269
268
<repository >
270
269
<id >cbi-targetplatform-dsl-mirror</id >
271
270
<layout >p2</layout >
272
- <url >https://download.eclipse.org/cbi/updates/tpd/release/3.0.0 </url >
271
+ <url >https://download.eclipse.org/cbi/updates/tpd/release/</url >
273
272
</repository >
274
273
</repositories >
275
274
<dependencies >
288
287
<applicationArg >target-platforms/default.tpd</applicationArg >
289
288
</applicationArgs >
290
289
</configuration >
291
- </plugin >
290
+ </plugin >
292
291
</plugins >
293
292
</build >
294
293
330
329
<timestampProvider >jgit</timestampProvider >
331
330
<jgit .ignore>pom.xml .gitignore .launchers/**</jgit .ignore>
332
331
<jgit .dirtyWorkingTree>warning</jgit .dirtyWorkingTree>
332
+ <format >yyyyMMddHHmm'${unofficialSuffix} '</format >
333
333
</configuration >
334
334
</plugin >
335
335
</plugins >
You can’t perform that action at this time.
0 commit comments