Skip to content

Commit

Permalink
[releng] Prepare repo for 2020-12 M3
Browse files Browse the repository at this point in the history
Change-Id: I69c1c6fb41a0c52df5748a9cda888bb9135726f5
  • Loading branch information
jonahgraham committed Feb 25, 2021
1 parent 0c65a88 commit 7299172
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
Expand Up @@ -37,6 +37,6 @@ Click <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit">here</a
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-committers-2021-03-M2" />
<product name="eclipse-committers-2021-03-M3" />

</configuration>
Expand Up @@ -22,6 +22,6 @@
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-cpp-2021-03-M2" />
<product name="eclipse-cpp-2021-03-M3" />

</configuration>
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-dsl-2021-03-M2" />
<product name="eclipse-dsl-2021-03-M3" />

</configuration>
Expand Up @@ -29,6 +29,6 @@ This package includes a new major release of the Embedded CDT plug-ins (v6.x); t
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-embedcpp-2021-03-M2" />
<product name="eclipse-embedcpp-2021-03-M3" />

</configuration>
Expand Up @@ -31,6 +31,6 @@


<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-java-2021-03-M2" />
<product name="eclipse-java-2021-03-M3" />

</configuration>
Expand Up @@ -46,6 +46,6 @@ Click <a href="https://github.com/eclipse/wildwebdeveloper/issues/new">here</a>
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-jee-2021-03-M2" />
<product name="eclipse-jee-2021-03-M3" />

</configuration>
Expand Up @@ -35,6 +35,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-modeling-2021-03-M2" />
<product name="eclipse-modeling-2021-03-M3" />

</configuration>
Expand Up @@ -36,6 +36,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-parallel-2021-03-M2" />
<product name="eclipse-parallel-2021-03-M3" />

</configuration>
Expand Up @@ -41,6 +41,6 @@ Click <a href="https://github.com/eclipse/wildwebdeveloper/issues/new">here</a>
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-php-2021-03-M2" />
<product name="eclipse-php-2021-03-M3" />

</configuration>
Expand Up @@ -36,6 +36,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-rcp-2021-03-M2" />
<product name="eclipse-rcp-2021-03-M3" />

</configuration>
Expand Up @@ -33,6 +33,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-scout-2021-03-M2" />
<product name="eclipse-scout-2021-03-M3" />

</configuration>
4 changes: 2 additions & 2 deletions releng/org.eclipse.epp.config/parent/pom.xml
Expand Up @@ -35,11 +35,11 @@
<!-- The location that is used to assemble the single EPP configuration p2 repository -->
<eclipse.epp.targetRepository>${eclipse.epp.archiveDirectory}/repository/</eclipse.epp.targetRepository>
<!-- ID used to generate the filename of the packages -->
<eclipse.simultaneous.release.id>2021-03-M2</eclipse.simultaneous.release.id>
<eclipse.simultaneous.release.id>2021-03-M3</eclipse.simultaneous.release.id>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.build>${maven.build.timestamp}</eclipse.simultaneous.release.build>
<!-- Human readable name of the release, e.g. used in the about dialog (see about.mappings) -->
<eclipse.simultaneous.release.name>2021-03 M2 (4.19.0 M2)</eclipse.simultaneous.release.name>
<eclipse.simultaneous.release.name>2021-03 M3 (4.19.0 M3)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>https://download.eclipse.org/staging/2021-03/</eclipse.simultaneous.release.repository>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/promote-a-build.sh
Expand Up @@ -135,7 +135,7 @@ cat > release.xml <<EOM
<past>2020-06/R</past>
<past>2020-09/R</past>
<present>2020-12/R</present>
<future>2021-03/M2</future>
<future>2021-03/M3</future>
</packages>
EOM

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Expand Up @@ -11,7 +11,7 @@ SSH="ssh ${SSHUSER}"
SCP="scp"

RELEASE_NAME=2021-03
RELEASE_MILESTONE=M2
RELEASE_MILESTONE=M3
WORKSPACE=${WORKSPACE:-"${PWD}"}
GIT_REPOSITORY=${GIT_REPOSITORY:-"org.eclipse.epp.packages"}
BUILT_PACKAGES=$(cat packages.txt)
Expand Down

0 comments on commit 7299172

Please sign in to comment.