Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2018-03-01 16:22:39 +0000
committerMarkus Knauer2018-03-01 16:22:39 +0000
commitd80ea38ce331c250e9f12697a518b22aa461a249 (patch)
treec7266917dee4f7c70806d3cc95a98a2029f9343f /releng
parent1185ee20eca6a8ed168249c68ec93816c744bf86 (diff)
downloadorg.eclipse.epp.packages-d80ea38ce331c250e9f12697a518b22aa461a249.tar.gz
org.eclipse.epp.packages-d80ea38ce331c250e9f12697a518b22aa461a249.tar.xz
org.eclipse.epp.packages-d80ea38ce331c250e9f12697a518b22aa461a249.zip
Update versions and strings for Oxygen.3 RC3 (4.7.3 RC3)
Change-Id: I497048e61195e97767dbe22c0e3e3f7b99976385 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-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 d456e3cf..a1fe5438 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -37,11 +37,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>oxygen-3-rc2</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-3-rc3</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>Oxygen.3 Release (4.7.3RC2)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen.3 Release (4.7.3RC3)</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/oxygen/</eclipse.simultaneous.release.repository>
</properties>

Back to the top