Skip to content

Commit

Permalink
for release
Browse files Browse the repository at this point in the history
  • Loading branch information
espinoj committed Aug 24, 2016
1 parent eaa4c21 commit 535afca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions causal-cmd/causal-cmd.iml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.reflections:reflections:0.9.10" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:15.0" level="project" />
<orderEntry type="library" name="Maven: org.javassist:javassist:3.19.0-GA" level="project" />
<orderEntry type="library" name="Maven: com.google.code.findbugs:annotations:2.0.1" level="project" />
<orderEntry type="module" module-name="tetrad-lib" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-math3:3.5" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-collections4:4.0" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion causal-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-20160823</version>
</parent>
<artifactId>causal-cmd</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-20160823</version>
<packaging>pom</packaging>

<name>Tetrad Project</name>
Expand Down
2 changes: 1 addition & 1 deletion tetrad-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-20160823</version>
</parent>

<artifactId>tetrad-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tetrad-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.cmu</groupId>
<artifactId>tetrad</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.0-20160823</version>
</parent>

<artifactId>tetrad-lib</artifactId>
Expand Down

0 comments on commit 535afca

Please sign in to comment.