diff --git a/JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile b/JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile index d85ddd96631..19031589477 100644 --- a/JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile +++ b/JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile @@ -306,7 +306,7 @@ pipeline { --include \\*.sh \ --fixed-strings "${PREVIOUS_RELEASE_VERSION}") # The eclipse-platform-parent/pom.xml contains the previous version in the baseline repository variable - if [[ -z "${matchingFiles}" ]] || [[ "$(echo $matchingFiles)" == 'eclipse-platform-parent/pom.xml eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml' ]]; then + if [[ -z "${matchingFiles}" ]] || [[ "${matchingFiles}" == 'eclipse-platform-parent/pom.xml' ]]; then echo "No unexpected references to previous version ${PREVIOUS_RELEASE_VERSION} found." exit 0 else diff --git a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml index 8d6eef81348..da16ce0da97 100644 --- a/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml +++ b/eclipse.platform.releng/features/org.eclipse.sdk.tests/feature.xml @@ -2,7 +2,7 @@ @@ -54,7 +54,7 @@ - + @@ -134,7 +134,7 @@ - +