Skip to content

Commit

Permalink
Fix JDT version for P-builds, fix name of ybuild test
Browse files Browse the repository at this point in the history
  • Loading branch information
SDawley committed Jan 26, 2023
1 parent dda12c3 commit 6f921fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JenkinsJobs/YBuilds/ep425Y_unit_cen64_gtk3_java20.groovy
@@ -1,4 +1,4 @@
pipelineJob('YPBuilds/ep425Y-unit-cen64-gtk3-java19'){
pipelineJob('YPBuilds/ep425Y-unit-cen64-gtk3-java20'){

logRotator {
numToKeep(5)
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt"
label="%featureName"
version="3.18.1400.v20221123-1800"
version="3.19.0.v20230125-1800"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Expand Up @@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
<version>3.18.1400.v20221123-1800</version>
<version>3.19.0.v20230125-1800</version>
<packaging>eclipse-feature</packaging>

</project>
Expand Up @@ -20,7 +20,7 @@
</license>

<requires>
<import feature="org.eclipse.jdt" version="3.18.1400.v20221123-1800" patch="true"/>
<import feature="org.eclipse.jdt" version="3.19.0.v20230125-1800" patch="true"/>
</requires>

<plugin
Expand Down

0 comments on commit 6f921fe

Please sign in to comment.