Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-08-27 11:25:54 +0000
committerJonah Graham2020-08-27 11:25:54 +0000
commit5ca9f1df4c9835fdc4902077ba52e86b79ee1ba8 (patch)
treeea0f0684dd7ea3c7f1797af4c6018e90e3ed2ea6 /releng/org.eclipse.epp.config/parent/pom.xml
parenta8bace334a66a0035c7ff684da296b253729f86c (diff)
downloadorg.eclipse.epp.packages-5ca9f1df4c9835fdc4902077ba52e86b79ee1ba8.tar.gz
org.eclipse.epp.packages-5ca9f1df4c9835fdc4902077ba52e86b79ee1ba8.tar.xz
org.eclipse.epp.packages-5ca9f1df4c9835fdc4902077ba52e86b79ee1ba8.zip
Update strings for 2020-09 M3
Diffstat (limited to 'releng/org.eclipse.epp.config/parent/pom.xml')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index a1dc8e82..0edc030a 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -36,11 +36,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>2020-09-M2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2020-09-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>2020-09 M2 (4.17.0 M2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2020-09 M3 (4.17.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/2020-09/</eclipse.simultaneous.release.repository>
</properties>

Back to the top