Skip to content

Commit

Permalink
Update target platform for 2024-12 development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
ptziegler committed Sep 11, 2024
1 parent 7814727 commit 38e5929
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.wb.doc.user/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: org.eclipse.wb.doc.user
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wb.doc.user; singleton:=true
Bundle-Version: 1.10.0.qualifier
Bundle-Version: 1.10.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.wb.doc.user/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.wb.doc.user</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.100-SNAPSHOT</version>
<parent>
<groupId>org.eclipse.wb</groupId>
<artifactId>org.eclipse.wb.root</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<eclipse-jarsigner-version>1.3.2</eclipse-jarsigner-version>
<baseline.repo>https://download.eclipse.org/releases/2024-06</baseline.repo>
<eclipse.repo>https://download.eclipse.org/releases/2024-09</eclipse.repo>
<baseline.repo>https://download.eclipse.org/releases/2024-09</baseline.repo>
<eclipse.repo>https://download.eclipse.org/releases/2024-12</eclipse.repo>
<tycho.sbom.url>${eclipse.repo}</tycho.sbom.url>
</properties>

Expand Down
6 changes: 3 additions & 3 deletions target-platform/mvn/wb-mvn.target
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<dependency>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-core</artifactId>
<version>11.4</version>
<version>11.4.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.miglayout</groupId>
<artifactId>miglayout-swing</artifactId>
<version>11.4</version>
<version>11.4.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>12.65.1</version>
<version>12.65.2</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions target-platform/wb.target
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<target name="wb">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/2024-09/"/>
<repository location="https://download.eclipse.org/staging/2024-12/"/>
<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/>
<unit id="org.eclipse.gef.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/nebula/releases/3.1.0/"/>
<repository location="https://archive.eclipse.org/nebula/releases/3.1.1/"/>
<repository location="https://download.eclipse.org/nebula/incubation/latest/"/>
<unit id="org.eclipse.nebula.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.nebula.incubation.feature.feature.group" version="0.0.0"/>
</location>
<location type="Target" uri="file:${project_loc:/target-platform}/mvn/wb-mvn.target"/>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/latest"/>
<unit id="assertj-core" version="0.0.0"/>
<unit id="com.jgoodies.common" version="0.0.0"/>
<unit id="com.jgoodies.forms" version="0.0.0"/>
Expand Down

0 comments on commit 38e5929

Please sign in to comment.