Skip to content

Commit

Permalink
releng: Build with tracecompass-e4.34 target by default
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
PatrickTasse committed Nov 19, 2024
1 parent e055cad commit d8fc874
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<tycho-use-project-settings>true</tycho-use-project-settings>
<tycho.scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho.scmUrl>
<cbi-plugins.version>1.4.2</cbi-plugins.version>
<target-platform>tracecompass-e4.33</target-platform>
<target-platform>tracecompass-e4.34</target-platform>
<help-docs-eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.23</help-docs-eclipserun-repo>

<rcptt-version>2.5.4</rcptt-version>
Expand Down
8 changes: 6 additions & 2 deletions rcp/org.eclipse.tracecompass.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@

<plugin
id="org.mortbay.jasper.apache-jsp"
version="9.0.90"/>
version="9.0.96"/>

<plugin
id="com.google.guava.failureaccess"
Expand Down Expand Up @@ -407,7 +407,7 @@

<plugin
id="org.mortbay.jasper.apache-el"
version="9.0.90"/>
version="9.0.96"/>

<plugin
id="jakarta.el-api"
Expand Down Expand Up @@ -437,4 +437,8 @@
id="org.tukaani.xz"
version="0.0.0"/>

<plugin
id="org.apache.xmlgraphics"
version="0.0.0"/>

</feature>
2 changes: 1 addition & 1 deletion rcp/org.eclipse.tracecompass.rcp/legacy-e4.32/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.tracecompass.rcp"
label="%featureName"
version="10.0.0.qualifier"
version="10.2.0.qualifier"
provider-name="%featureProvider"
plugin="org.eclipse.tracecompass.rcp.branding"
license-feature="org.eclipse.license"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@

<plugin
id="org.mortbay.jasper.apache-jsp"
version="9.0.96"/>
version="9.0.90"/>

<plugin
id="com.google.guava.failureaccess"
Expand Down Expand Up @@ -407,7 +407,7 @@

<plugin
id="org.mortbay.jasper.apache-el"
version="9.0.96"/>
version="9.0.90"/>

<plugin
id="jakarta.el-api"
Expand Down Expand Up @@ -437,8 +437,4 @@
id="org.tukaani.xz"
version="0.0.0"/>

<plugin
id="org.apache.xmlgraphics"
version="0.0.0"/>

</feature>

0 comments on commit d8fc874

Please sign in to comment.