Skip to content

Commit 24d8329

Browse files
authored
Merge branch 'eclipse-platform:master' into Fix3090
2 parents 92abeac + 055c6ec commit 24d8329

File tree

11 files changed

+12
-16
lines changed

11 files changed

+12
-16
lines changed

.github/workflows/checkVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
command: >
7070
mvn verify ${{ inputs.extra-maven-args }} -DskipTests -Dcompare-version-with-baselines.skip=false
7171
org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100
72-
--threads 1C --fail-at-end --show-version
72+
--update-snapshots --threads 1C --fail-at-end --show-version
7373
7474
- name: Commit version increments, if any
7575
run: |

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ spec:
133133
sshagent(['github-bot-ssh']) {
134134
sh '''
135135
set -eo pipefail
136-
git config --global user.email "eclipse-[email protected]"
137-
git config --global user.name "Eclipse Releng Bot"
136+
git config --global user.email '[email protected]'
137+
git config --global user.name 'Eclipse Releng Bot'
138138
./mb100_cloneRepos.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb100_cloneRepos.sh.log
139139
'''
140140
}

JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pipeline {
8383
checkout scm
8484
sh '''
8585
git submodule update --init --recursive
86-
git config --global user.email 'eclipse-[email protected]'
86+
git config --global user.email '[email protected]'
8787
git config --global user.name 'Eclipse Releng Bot'
8888
'''
8989
}

eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<feature
44
id="org.eclipse.help"
55
label="%featureName"
6-
version="2.3.2200.qualifier"
6+
version="2.3.2300.qualifier"
77
provider-name="%providerName"
88
plugin="org.eclipse.help.base"
99
license-feature="org.eclipse.license"

eclipse.platform.swt

Submodule eclipse.platform.swt updated 75 files

equinox

Submodule equinox updated 45 files

0 commit comments

Comments
 (0)