Skip to content

Commit

Permalink
prepare repo for 2024-09 M3
Browse files Browse the repository at this point in the history
Part of #195
  • Loading branch information
jonahgraham committed Aug 21, 2024
1 parent 0c0e4b4 commit 63e795c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-egit/egit/issues">here</a> to open a b
</MoreInfo>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</packageMetaData>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ To avoid compatibility issues with pre 6.x plug-ins, it is recommended to <b>cre
</packageMetaData>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@


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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issu
</MoreInfo>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
</packageMetaData>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Click <a href="https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issu
</MoreInfo>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

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

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
</MoreInfo>

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

</configuration>
4 changes: 2 additions & 2 deletions releng/org.eclipse.epp.config/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<!-- Name of the release (no milestone) -->
<RELEASE_NAME>2024-09</RELEASE_NAME>
<!-- Name of the milestone -->
<RELEASE_MILESTONE>M2</RELEASE_MILESTONE>
<RELEASE_MILESTONE>M3</RELEASE_MILESTONE>
<!-- Version of the release -->
<RELEASE_VERSION>4.33.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
<RELEASE_DIR>202408011200</RELEASE_DIR>
<RELEASE_DIR>202408221200</RELEASE_DIR>
<!-- SimRel Repo to build from -->
<SIMREL_REPO>https://download.eclipse.org/staging/2024-09</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
Expand Down

0 comments on commit 63e795c

Please sign in to comment.