Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.11
maven-version: 3.9.12
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document helps AI coding agents work effectively with the DSL DevKit codeba
- **Type**: Multi-module Tycho/Eclipse/OSGi project
- **Purpose**: DSL development toolkit built on Xtext
- **Java**: 21+
- **Maven**: 3.9+
- **Maven**
- **Tycho**
- **Xtext/Xtend**

Expand Down
2 changes: 1 addition & 1 deletion ddk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<test.testClass>com.avaloq.tools.ddk.xtext.AllTests</test.testClass>

<!-- maven enforced version -->
<maven-enforcer-rule.version>3.3.9</maven-enforcer-rule.version>
<maven-enforcer-rule.version>3.9.12</maven-enforcer-rule.version>

<!-- maven plugin versions -->
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
Expand Down