Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2019-06-14 12:00:00 +0000
committerMarkus Knauer2019-06-14 12:00:00 +0000
commit14bf0043a778ac228566158b73b45c66ce10ef76 (patch)
treee39f280be203dea93a130bb6210cfcb2d7f8da2e /releng/org.eclipse.epp.config/parent/pom.xml
parent17a7da81ba36a29023c14aeb1cc04793d96ffb76 (diff)
downloadorg.eclipse.epp.packages-14bf0043a778ac228566158b73b45c66ce10ef76.tar.gz
org.eclipse.epp.packages-14bf0043a778ac228566158b73b45c66ce10ef76.tar.xz
org.eclipse.epp.packages-14bf0043a778ac228566158b73b45c66ce10ef76.zip
Update strings and versions for 2019-06 R2019-06_R
Change-Id: I8293ed00e17ec65ced95fc160392d5f9e6782cac Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
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 d09d4d94..7f5f162a 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>2019-06-RC2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2019-06-R</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>2019-06 RC2 (4.12.0RC2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2019-06 (4.12.0)</eclipse.simultaneous.release.name>
<!-- Upstream p2 repository, used as a source for pre-compiled build artifacts -->
<eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/2019-06/</eclipse.simultaneous.release.repository>
</properties>

Back to the top