Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2019-09-12 09:26:20 +0000
committerMarkus Knauer2019-09-12 09:26:20 +0000
commit366004b857f68b5bf8ddaf61628635db48d018ce (patch)
tree9a0d07b4a7789e88b2de4281f36827a2ebcf9268 /releng/org.eclipse.epp.config/parent/pom.xml
parent613afe126b189bca5cc861528a20db2f3de243a1 (diff)
downloadorg.eclipse.epp.packages-366004b857f68b5bf8ddaf61628635db48d018ce.tar.gz
org.eclipse.epp.packages-366004b857f68b5bf8ddaf61628635db48d018ce.tar.xz
org.eclipse.epp.packages-366004b857f68b5bf8ddaf61628635db48d018ce.zip
Update strings and versions for 2019-09 R (RC2)
Change-Id: Ia3fd34f5bc3d1a9d0349415d803c6f697190e27e 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 cf58fbda..da405be2 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-09-RC1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2019-09-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-09 RC1 (4.13.0RC1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2019-09 R (4.13.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-09/</eclipse.simultaneous.release.repository>
</properties>

Back to the top