Skip to content

Commit 51c7b32

Browse files
author
Eclipse Releng Bot
committed
Update versions to 4.37 in build scripts
1 parent c675539 commit 51c7b32

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

cje-production/buildproperties.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
# CJE build variables
2020
BRANCH="master"
21-
RELEASE_VER="4.36"
22-
STREAM="4.36.0"
21+
RELEASE_VER="4.37"
22+
STREAM="4.37.0"
2323
STREAMMajor="4"
24-
STREAMMinor="36"
24+
STREAMMinor="37"
2525
STREAMService="0"
2626
GIT_ROOT="[email protected]:"
2727
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.p2.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ update.description = An update for 4.x generation Eclipse Platform.
99

1010
# Set the product property type
1111
properties.1.name = org.eclipse.equinox.p2.description
12-
properties.1.value = 4.36 Release of the Eclipse Platform.
12+
properties.1.value = 4.37 Release of the Eclipse Platform.
1313

1414
properties.2.name = org.eclipse.equinox.p2.provider
1515
properties.2.value = Eclipse.org

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/sdk.p2.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ update.description = An update for 4.x generation Eclipse SDK.
99

1010
# Set the product property type
1111
properties.1.name = org.eclipse.equinox.p2.description
12-
properties.1.value = 4.36 Release of the Eclipse SDK.
12+
properties.1.value = 4.37 Release of the Eclipse SDK.
1313

1414
properties.2.name = org.eclipse.equinox.p2.provider
1515
properties.2.value = Eclipse.org

production/testScripts/configuration/streamSpecific.properties

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

66
# purely title or identifier for display, to help confirm right file
77
# is being retrieved and used.
8-
streamSpecificPropertiesTitle="Properties for 4.36.0 builds and tests"
8+
streamSpecificPropertiesTitle="Properties for 4.37.0 builds and tests"
99

1010
# These "previousRelease" variables are primarily used to have a
1111
# stable version of Eclipse, that is used, for example, for it's p2

scripts/updateProductVersion.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
script_location=$( (cd $(dirname $0) && pwd) )
1717

18-
find $script_location/.. -name pom.xml -exec sed -i 's/4.35.0/4.346.0/g' {} \;
19-
find $script_location/.. -name MANIFEST.MF -exec sed -i 's/4.35.0/4.36.0/g' {} \;
20-
find $script_location/.. -type f -name *.product -exec sed -i 's/4.35.0/4.36.0/g' {} \;
21-
find $script_location/.. -name feature.xml -exec sed -i 's/4.35.0/4.36.0/g' {} \;
18+
find $script_location/.. -name pom.xml -exec sed -i 'g|s/4.36.0/4.37.0/g' {} \;
19+
find $script_location/.. -name MANIFEST.MF -exec sed -i 'g|s/4.36.0/4.37.0/g' {} \;
20+
find $script_location/.. -type f -name *.product -exec sed -i 'g|s/4.36.0/4.37.0/g' {} \;
21+
find $script_location/.. -name feature.xml -exec sed -i 'g|s/4.36.0/4.37.0/g' {} \;

0 commit comments

Comments
 (0)