Skip to content

Commit

Permalink
Update for 2024-06
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Mar 13, 2024
1 parent 7409f37 commit e9a1029
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -13,7 +13,7 @@ pipeline {
}

environment {
TRAIN_NAME = "2024-03"
TRAIN_NAME = "2024-06"
STAGING_DIR = "/home/data/httpd/download.eclipse.org/staging/${TRAIN_NAME}"
}

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-reporeports
Expand Up @@ -13,7 +13,7 @@ pipeline {
timeout(time: 2, unit: 'HOURS')
}
environment {
TRAIN_NAME = "2024-03"
TRAIN_NAME = "2024-06"
STAGING_DIR = "/home/data/httpd/download.eclipse.org/staging/${TRAIN_NAME}"
}
stages {
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -7,10 +7,10 @@
<packaging>pom</packaging>
<properties>
<tycho-version>4.0.6</tycho-version>
<trainName>2024-03</trainName>
<referenceRepo>releases/2023-12/202312061001</referenceRepo>
<trainName>2024-06</trainName>
<referenceRepo>releases/2024-03/202403131000</referenceRepo>
<download.eclipse.org>https://download.eclipse.org</download.eclipse.org>
<eclipse.repo.url>https://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110</eclipse.repo.url>
<eclipse.repo.url>https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520</eclipse.repo.url>
<simrel.aggregator.repo.url.relative>nightly/latest</simrel.aggregator.repo.url.relative>
<simrel.aggregator.repo.url>${download.eclipse.org}/cbi/updates/p2-aggregator/products/${simrel.aggregator.repo.url.relative}</simrel.aggregator.repo.url>
<cbi.analyzers.repo.url>${download.eclipse.org}/cbi/updates/p2-analyzers/products/nightly/latest</cbi.analyzers.repo.url>
Expand Down
2 changes: 1 addition & 1 deletion simrel.aggr
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for Simultaneous Release (quarterly &quot;release train&quot;)." buildmaster="//@contacts[email='ed.merks@gmail.com']" buildmasterBackup="//@contacts[email='frederic.gurr@eclipse.org']" label="2024-03" buildRoot="buildresults" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false" includeSources="true">
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" description="Aggregation files used for Simultaneous Release (quarterly &quot;release train&quot;)." buildmaster="//@contacts[email='ed.merks@gmail.com']" buildmasterBackup="//@contacts[email='frederic.gurr@eclipse.org']" label="2024-06" buildRoot="buildresults" packedStrategy="UNPACK_AS_SIBLING" sendmail="true" type="I" allowLegacySites="false" includeSources="true">
<validationSets label="main">
<contributions href="ep.aggrcon#/"/>
<contributions href="emf-emf.aggrcon#/"/>
Expand Down
2 changes: 1 addition & 1 deletion simrel.aggran
Expand Up @@ -3,7 +3,7 @@
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:analyzer="https://www.eclipse.org/cbi/p2repo/2021/aggregator/analyzer"
releaseDate="2024-03-13"
releaseDate="2024-06-12"
exclusion="tooling.*|.*\.source|.*\.source\.feature\.group|.*\.feature\.jar"
aggregation="simrel.aggr#/">
<levels>58</levels>
Expand Down

0 comments on commit e9a1029

Please sign in to comment.