File tree Expand file tree Collapse file tree 5 files changed +48
-26
lines changed
org.eclipse.wildwebdeveloper.xml Expand file tree Collapse file tree 5 files changed +48
-26
lines changed Original file line number Diff line number Diff line change 1+ name : Target Platform Updates
2+
3+ concurrency :
4+ group : ${{ github.workflow }}-${{ github.ref }}
5+ cancel-in-progress : true
6+
7+ on :
8+ workflow_dispatch :
9+ schedule :
10+ - cron : ' 0 0 * * *'
11+ push :
12+ branches :
13+ - master
14+ paths :
15+ - ' **.target'
16+
17+
18+ jobs :
19+ update :
20+ uses : eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master
21+ with :
22+ author :
wildwebdeveloper-bot <[email protected] > 23+ path : ' target-platform'
24+ secrets :
25+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <extensions >
3+ <extension >
4+ <groupId >org.eclipse.tycho</groupId >
5+ <artifactId >tycho-build</artifactId >
6+ <version >${tycho-version}</version >
7+ </extension >
8+ </extensions >
Original file line number Diff line number Diff line change 1+ -Dtycho-version=4.0.11
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <name >Eclipse Wild Web Developer - Parent</name >
88 <description >Wild Web Developer provides simple but efficient Web development tools in the Eclipse IDE</description >
99 <properties >
10- <tycho-version >4.0.11</tycho-version >
1110 <tycho .scmUrl>scm:git:https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper.git</tycho .scmUrl>
1211 <jgit .dirtyWorkingTree>error</jgit .dirtyWorkingTree>
1312 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
190189 </environments >
191190 </configuration >
192191 </plugin >
192+ <plugin >
193+ <groupId >org.eclipse.tycho.extras</groupId >
194+ <artifactId >tycho-version-bump-plugin</artifactId >
195+ <version >${tycho-version} </version >
196+ <executions >
197+ <execution >
198+ <id >update-target</id >
199+ <configuration >
200+ <updateEmptyVersion >false</updateEmptyVersion >
201+ <allowMajorUpdates >false</allowMajorUpdates >
202+ </configuration >
203+ </execution >
204+ </executions >
205+ </plugin >
193206 </plugins >
194207 </pluginManagement >
195208 </build >
You can’t perform that action at this time.
0 commit comments