Skip to content

Commit 0ea141b

Browse files
committed
test tycho 5.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
1 parent cc644fe commit 0ea141b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pipeline {
1212
}
1313

1414
triggers {
15-
parameterizedCron(env.BRANCH_NAME == 'cd_tycho40' ? '''
16-
H H(12-13) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17
15+
parameterizedCron(env.BRANCH_NAME == 'cd_tycho50' ? '''
16+
H H(13-14) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17
1717
''' : '')
1818
}
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<properties>
128128
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
129-
<tycho-version>4.0.0</tycho-version>
129+
<tycho-version>5.0.0-SNAPSHOT</tycho-version>
130130

131131
<maven.compiler.source>11</maven.compiler.source>
132132
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)