Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/contacts/org.eclipse.scout.contacts/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010, 2025 BSI Business Systems Integration AG
~ Copyright (c) 2010, 2026 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
<version>26.1.0</version>
<version>26.2.0-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
4 changes: 2 additions & 2 deletions code/org.eclipse.scout.docs.snippets/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010, 2025 BSI Business Systems Integration AG
~ Copyright (c) 2010, 2026 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
<version>26.1.0</version>
<version>26.2.0-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
<version>26.1.0</version>
<version>26.2.0-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
4 changes: 2 additions & 2 deletions code/widgets/org.eclipse.scout.widgets/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010, 2025 BSI Business Systems Integration AG
~ Copyright (c) 2010, 2026 BSI Business Systems Integration AG
~
~ This program and the accompanying materials are made
~ available under the terms of the Eclipse Public License 2.0
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
<version>26.1.0</version>
<version>26.2.0-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/migration/partials/migration-guide-26.2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To install the Scout SDK into your existing Eclipse IDE, use this P2 update site

Scout 26.2 requires at least the following:

* Build and runtime of Scout 26.2 require Java 25. The compiler target level is set to Java 21.
* Build and runtime of Scout 26.2 require Java 25. The compiler target level is set to Java 25.
* Furthermore, the build requires
** Node: >= 24.12.0
** Pnpm: >= 10.26.1
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.scout</groupId>
<artifactId>maven_rt_plugin_config-master</artifactId>
<version>26.1.0</version>
<version>26.2.0-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down