Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2020-01-14 12:00:00 +0000
committerMarkus Knauer2020-01-14 12:00:00 +0000
commit79c9d222662b92dddb33ca31167816353660266a (patch)
tree6d5fd108290d1127d7ba3aff967f2eb10e302ef5 /releng/org.eclipse.epp.config
parent84187ad0b4a563e7a2062b0ca4f0840531307678 (diff)
downloadorg.eclipse.epp.packages-79c9d222662b92dddb33ca31167816353660266a.tar.gz
org.eclipse.epp.packages-79c9d222662b92dddb33ca31167816353660266a.tar.xz
org.eclipse.epp.packages-79c9d222662b92dddb33ca31167816353660266a.zip
Update strings and versions for 2020-03 M1
Change-Id: Iff5a41a4241d383ed02220560b37219ac49faa04 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/build.xml4
-rw-r--r--releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml4
-rw-r--r--releng/org.eclipse.epp.config/parent/bundle/pom.xml4
-rw-r--r--releng/org.eclipse.epp.config/parent/feature/pom.xml4
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml10
-rw-r--r--releng/org.eclipse.epp.config/parent/product/pom.xml4
-rw-r--r--releng/org.eclipse.epp.config/tools/addDownloadStats.xsl2
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/releaseRename.sh2
8 files changed, 17 insertions, 17 deletions
diff --git a/releng/org.eclipse.epp.config/build.xml b/releng/org.eclipse.epp.config/build.xml
index 708ff627..9d9b1a3d 100644
--- a/releng/org.eclipse.epp.config/build.xml
+++ b/releng/org.eclipse.epp.config/build.xml
@@ -41,7 +41,7 @@
latestversiononly="false"/>
<source>
<sort>
- <fileset dir="/tmp/2019-12">
+ <fileset dir="/tmp/2020-03">
<include name="*"/>
</fileset>
<reverse xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
@@ -49,7 +49,7 @@
</reverse>
</sort>
</source>
- <destination location="${targetRepository}" name="EPP 2019-12 Package Repository" append="true" compressed="true" />
+ <destination location="${targetRepository}" name="EPP 2020-03 Package Repository" append="true" compressed="true" />
</p2.mirror>
</target>
diff --git a/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml b/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml
index 101cecd7..49b8413e 100644
--- a/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2017, 2019 Eclipse Foundation and others.
+ Copyright (C) 2017, 2020 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/releng/org.eclipse.epp.config/parent/bundle/pom.xml b/releng/org.eclipse.epp.config/parent/bundle/pom.xml
index d6b1f6ae..c80ebcac 100644
--- a/releng/org.eclipse.epp.config/parent/bundle/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/bundle/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2017, 2019 Eclipse Foundation and others.
+ Copyright (C) 2017, 2020 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-feature-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<relativePath>../bundle-feature</relativePath>
</parent>
diff --git a/releng/org.eclipse.epp.config/parent/feature/pom.xml b/releng/org.eclipse.epp.config/parent/feature/pom.xml
index b2d67213..3d9a63e5 100644
--- a/releng/org.eclipse.epp.config/parent/feature/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2017, 2019 Eclipse Foundation and others.
+ Copyright (C) 2017, 2020 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-bundle-feature-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<relativePath>../bundle-feature</relativePath>
</parent>
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index bcf9c795..af930668 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2013, 2019 EclipseSource and others.
+ Copyright (C) 2013, 2020 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -36,13 +36,13 @@
<!-- 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-12-R</eclipse.simultaneous.release.id>
+ <eclipse.simultaneous.release.id>2020-03-M1</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-12 (4.14.0)</eclipse.simultaneous.release.name>
+ <eclipse.simultaneous.release.name>2020-03 (4.15.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-12/</eclipse.simultaneous.release.repository>
+ <eclipse.simultaneous.release.repository>http://download.eclipse.org/staging/2020-03/</eclipse.simultaneous.release.repository>
</properties>
<prerequisites>
diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml
index ea5dd22c..4487e8bf 100644
--- a/releng/org.eclipse.epp.config/parent/product/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/product/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2017, 2019 Eclipse Foundation and others.
+ Copyright (C) 2017, 2020 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.epp</groupId>
<artifactId>org.eclipse.epp-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index 772499d3..d176f5c2 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -22,7 +22,7 @@ Contributors:
<xsl:template match="repository/properties">
<properties size='{@size+1}'>
<xsl:copy-of select="property" />
- <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/2019-12' />
+ <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/2020-03' />
</properties>
</xsl:template>
diff --git a/releng/org.eclipse.epp.config/tools/releaseRename.sh b/releng/org.eclipse.epp.config/tools/releaseRename.sh
index b2c732d7..ab171722 100755
--- a/releng/org.eclipse.epp.config/tools/releaseRename.sh
+++ b/releng/org.eclipse.epp.config/tools/releaseRename.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-RELEASETRAIN=2019-12
+RELEASETRAIN=2020-03
RELEASEDIRECTORY=/home/data/httpd/download.eclipse.org/technology/epp/downloads/release
TESTDIRECTORY=/shared/technology/epp/epp_build/${RELEASETRAIN}/download
CURRENTDIR=${PWD}

Back to the top