Update reactor version to reflect major changes
Dropped all "incremental" stuff. Occurrences and rules are no longer divided into "principal" and others.
This commit is contained in:
parent
bd249c5d0c
commit
a2dacdd75a
|
|
@ -7,8 +7,8 @@
|
|||
<parent>
|
||||
<groupId>jetbrains.mps.logic.conreactor</groupId>
|
||||
<artifactId>conreactor-main</artifactId>
|
||||
<version>0.9.15</version>
|
||||
<relativePath>..</relativePath>
|
||||
<version>0.9.16</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>conreactor-core</artifactId>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
<parent>
|
||||
<groupId>jetbrains.mps.logic.conreactor</groupId>
|
||||
<artifactId>conreactor-main</artifactId>
|
||||
<version>0.9.15</version>
|
||||
<relativePath>..</relativePath>
|
||||
<version>0.9.16</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>tests</artifactId>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<groupId>jetbrains.mps.logic.conreactor</groupId>
|
||||
<artifactId>conreactor-main</artifactId>
|
||||
<version>0.9.15</version>
|
||||
<version>0.9.16</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue