Skip to content

Commit

Permalink
Merge pull request #752 from informalsystems/shon/revert-release-0.15.3
Browse files Browse the repository at this point in the history
Revert "[release] 0.15.3 (#747)"
  • Loading branch information
Shon Feder authored Apr 19, 2021
2 parents 0a07771 + 48e78f9 commit c0d8f14
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 33 deletions.
14 changes: 0 additions & 14 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
This file is generated. Do not write release notes here.
Notes for unreleased changes go in ./UNRELEASED.md -->

## 0.15.3

### Features

* Checker: Support for CASE without OTHER, see #285

### Bug fixes
* Type checker: Showing an error on missing annotations CONSTANTs or VARIABLEs, see #705

### Changed

* IR: simplified `SimpleFormalParam` and `OperFormalParam` into `OperParam`, see #656
* IR: made consistent the names of IR operators (may break JSON compatibility), see #634

## 0.15.2

### Features
Expand Down
11 changes: 11 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@
* Some bug fix, see #124
DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE -->
### Features

* Checker: Support for CASE without OTHER, see #285

### Bug fixes
* Type checker: Showing an error on missing annotations CONSTANTs or VARIABLEs, see #705

### Changed

* IR: simplified `SimpleFormalParam` and `OperFormalParam` into `OperParam`, see #656
* IR: made consistent the names of IR operators (may break JSON compatibility), see #634
4 changes: 2 additions & 2 deletions mod-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>apalache-pkg</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>apalache-pkg</name>
Expand Down
4 changes: 2 additions & 2 deletions mod-infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>infra</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>infra</name>
Expand Down
4 changes: 2 additions & 2 deletions mod-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<!--
All command line tooling and option parsing goes here... and nothing else!
-->
<artifactId>tool</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tool</name>
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 @@
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<packaging>pom</packaging>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>

<name>APALACHE project</name>
<url>https://github.com/informalsystems/apalache</url>
Expand Down
4 changes: 2 additions & 2 deletions tla-assignments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>tla-assignments</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tla-assignments</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-bmcmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>tla-bmcmt</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tla-bmcmt</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>tla-import</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tla-import</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-pp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>tla-pp</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tla-pp</name>
Expand Down
4 changes: 2 additions & 2 deletions tla-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>tla-types</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tla-types</name>
Expand Down
4 changes: 2 additions & 2 deletions tlair/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>at.forsyte.apalache</groupId>
<artifactId>apalache</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
</parent>

<artifactId>tlair</artifactId>
<version>0.15.4-SNAPSHOT</version>
<version>0.15.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>tlair</name>
Expand Down

0 comments on commit c0d8f14

Please sign in to comment.