Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2017-09-28 18:29:51 +0000
committerMarkus Knauer2017-09-28 18:38:22 +0000
commitee555ef38d7227deae79d40d79dfbb3fc93345fa (patch)
treed13f1fb9eb663423bdf92e03837d14fe7a249db4 /releng
parent7a868d30f0b0d65075368d191b4d154de2631699 (diff)
downloadorg.eclipse.epp.packages-ee555ef38d7227deae79d40d79dfbb3fc93345fa.tar.gz
org.eclipse.epp.packages-ee555ef38d7227deae79d40d79dfbb3fc93345fa.tar.xz
org.eclipse.epp.packages-ee555ef38d7227deae79d40d79dfbb3fc93345fa.zip
Update names, versions, and strings to Oxygen.1a
Prepare names and IDs for the Oxygen.1a release for Java 9. Change-Id: Id56d0d454a7e8ee53e988158ec4fb2bec51512c4 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/build.xml2
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.epp.config/build.xml b/releng/org.eclipse.epp.config/build.xml
index ccaef742..5b6a580f 100644
--- a/releng/org.eclipse.epp.config/build.xml
+++ b/releng/org.eclipse.epp.config/build.xml
@@ -49,7 +49,7 @@
</reverse>
</sort>
</source>
- <destination location="${targetRepository}" name="EPP Oxygen.1 Package Repository" append="true" compressed="true" />
+ <destination location="${targetRepository}" name="EPP Oxygen.1a Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 49d34797..5a3cffac 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-1</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>oxygen-1a</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.1 Release (4.7.1)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>Oxygen.1a Release (4.7.1a)</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