Skip to content

Commit

Permalink
Releasing 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Feb 9, 2023
1 parent 0e09461 commit 9416393
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.6.1 (unreleased)
0.7.0 (2023-02-09)

- Fix SwMethodDocCheck accepting `##` as a comment.
- Fix SimplifyIfCheck to not report invalid reduction.
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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>magik-debug-adapter</artifactId>
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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</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.6.1-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

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

0 comments on commit 9416393

Please sign in to comment.