Skip to content

Commit

Permalink
Continuing development
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Feb 26, 2024
1 parent 595e49f commit 5b3197c
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

0.9.1 (unreleased)

0.9.0 (2024-02-26)

- Support configurable libs dirs.
Expand Down
2 changes: 1 addition & 1 deletion magik-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>magik-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion magik-debug-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>magik-debug-adapter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions magik-language-server/client-vscode/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion magik-language-server/client-vscode/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magik Language Server and Debug Adapter client for VSCode",
"author": "Steven Looman",
"license": "GPL-3.0-only",
"version": "0.9.0",
"version": "0.9.1-SNAPSHOT",
"publisher": "StevenLooman",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion magik-language-server/client-vscode/client/src/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const MAGIK_TOOLS_VERSION = '0.9.0';
export const MAGIK_TOOLS_VERSION = '0.9.1-SNAPSHOT';
4 changes: 2 additions & 2 deletions magik-language-server/client-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion magik-language-server/client-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magik Language Server",
"author": "Steven Looman",
"license": "GPL-3.0-only",
"version": "0.9.0",
"version": "0.9.1-SNAPSHOT",
"repository": {
"type": "git",
"url": "https://github.com/StevenLooman/magik-tools"
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion magik-language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>magik-language-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion magik-lint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>magik-lint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion magik-squid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>magik-squid</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion magik-typed-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>magik-typed-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Magik Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-magik-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>sonar-magik-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sslr-magik-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ramsolutions</groupId>
<artifactId>magik-tools</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>sslr-magik-toolkit</artifactId>
Expand Down

0 comments on commit 5b3197c

Please sign in to comment.