Skip to content

Commit

Permalink
Update to Eclipse SWT 2024-03
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed Mar 26, 2024
1 parent 96f6730 commit da4bcfd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>spin-tools-runtime</artifactId>
<version>0.34.2</version>
<version>0.35.0</version>
<packaging>pom</packaging>
<build>
<plugins>
Expand Down
14 changes: 7 additions & 7 deletions modules/spin-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>spin-tools</artifactId>
<version>0.34.2</version>
<version>0.35.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
<version>3.124.100</version>
<version>3.125.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.gtk.linux.aarch64</artifactId>
<version>3.124.100</version>
<version>3.125.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
<version>3.124.100</version>
<version>3.125.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
<version>3.124.100</version>
<version>3.125.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.cocoa.macosx.aarch64</artifactId>
<version>3.124.100</version>
<version>3.125.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.jface.databinding</artifactId>
<version>1.15.100</version>
<version>1.15.200</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
public class SpinTools {

public static final String APP_TITLE = "Spin Tools IDE";
public static final String APP_VERSION = "0.34.2";
public static final String APP_VERSION = "0.35.0";

static final File defaultSpin1Examples = new File(System.getProperty("APP_DIR"), "examples/P1").getAbsoluteFile();
static final File defaultSpin2Examples = new File(System.getProperty("APP_DIR"), "examples/P2").getAbsoluteFile();
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.maccasoft</groupId>
<artifactId>spin-tools-ide</artifactId>
<version>0.34.2</version>
<version>0.35.0</version>
<packaging>pom</packaging>
<description>Integrated Development Environment for Parallax Propeller microcontrollers.</description>
<developers>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.maccasoft</groupId>
<artifactId>spin-tools</artifactId>
<version>0.34.2</version>
<version>0.35.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit da4bcfd

Please sign in to comment.