diff --git a/reactor/.idea/compiler.xml b/reactor/.idea/compiler.xml
index 018b63bf..1cfc7b50 100644
--- a/reactor/.idea/compiler.xml
+++ b/reactor/.idea/compiler.xml
@@ -44,7 +44,7 @@
-
+
diff --git a/reactor/Core/Core.iml b/reactor/Core/Core.iml
index 8ce478b9..dcf36cff 100644
--- a/reactor/Core/Core.iml
+++ b/reactor/Core/Core.iml
@@ -5,6 +5,8 @@
+
+
diff --git a/reactor/Core/pom.xml b/reactor/Core/pom.xml
index db9a1af7..2e25a79a 100644
--- a/reactor/Core/pom.xml
+++ b/reactor/Core/pom.xml
@@ -4,56 +4,26 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- core
- jar
-
jetbrains.mps.logic.reactor
main
- ${reactor.version}
+ 0.1
..
+ core
+ jar
+
jetbrains.mps.logic.reactor
api
- ${reactor.version}
+ ${project.parent.version}
${basedir}/src/
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- ${maven.version}
-
- 1.6
- 1.6
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${kotlin.version}
-
-
-
- compile
- compile
- compile
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
diff --git a/reactor/Reactor.iml b/reactor/Reactor.iml
index 245d2835..69d97917 100644
--- a/reactor/Reactor.iml
+++ b/reactor/Reactor.iml
@@ -1,6 +1,6 @@
-
+
diff --git a/reactor/Test/pom.xml b/reactor/Test/pom.xml
index 988af315..7b7d8db4 100644
--- a/reactor/Test/pom.xml
+++ b/reactor/Test/pom.xml
@@ -4,66 +4,37 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- tests
-
jetbrains.mps.logic.reactor
main
- ${reactor.version}
+ 0.1
..
+ tests
+ jar
+
jetbrains.mps.logic.reactor
api
- ${reactor.version}
+ ${project.parent.version}
jetbrains.mps.logic.reactor
core
- ${reactor.version}
+ ${project.parent.version}
junit
junit
- ${junit.version}
+ 4.12
test
${basedir}/test/
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- ${maven.version}
-
- 1.6
- 1.6
-
-
-
- kotlin-maven-plugin
- org.jetbrains.kotlin
- ${kotlin.version}
-
-
-
- compile
- compile
- compile
-
-
-
- test-compile
- test-compile
- test-compile
-
-
-
-
diff --git a/reactor/pom.xml b/reactor/pom.xml
index 6e851dce..155182b4 100644
--- a/reactor/pom.xml
+++ b/reactor/pom.xml
@@ -7,16 +7,13 @@
- 0.1
UTF-8
1.0.0-beta-3595
- 4.12
- 3.2
jetbrains.mps.logic.reactor
main
- ${reactor.version}
+ 0.1
pom
@@ -64,6 +61,40 @@
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.2
+
+ 1.6
+ 1.6
+
+
+
+ kotlin-maven-plugin
+ org.jetbrains.kotlin
+ ${kotlin.version}
+
+
+
+ compile
+ compile
+ compile
+
+
+
+ test-compile
+ test-compile
+ test-compile
+
+
+
+
+
+
+
API
Core