maven moved from 2d047fe7296c to 22ddd67d43e5
5 new revisions:
Revision: 2e8c8f70dc55
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Thu Jun 12 18:09:33 2014 UTC
Log:      [maven-release-plugin] prepare release jsoar-0.13.17
http://code.google.com/p/jsoar/source/detail?r=2e8c8f70dc55
Revision: 014f84a2f192
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Thu Jun 12 18:09:39 2014 UTC
Log:      [maven-release-plugin] prepare for next development iteration
http://code.google.com/p/jsoar/source/detail?r=014f84a2f192
Revision: 345714785fda
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Wed Jun 18 13:11:19 2014 UTC
Log:      Merge branch 'master' into maven
http://code.google.com/p/jsoar/source/detail?r=345714785fda
Revision: 067bd2629b23
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Wed Jun 18 13:24:42 2014 UTC
Log:      [maven-release-plugin] prepare release jsoar-0.14.0
http://code.google.com/p/jsoar/source/detail?r=067bd2629b23
Revision: 22ddd67d43e5
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Wed Jun 18 13:24:51 2014 UTC
Log:      [maven-release-plugin] prepare for next development iteration
http://code.google.com/p/jsoar/source/detail?r=22ddd67d43e5
==============================================================================
Revision: 2e8c8f70dc55
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Thu Jun 12 18:09:33 2014 UTC
Log:      [maven-release-plugin] prepare release jsoar-0.13.17
http://code.google.com/p/jsoar/source/detail?r=2e8c8f70dc55
Modified:
  /jsoar-build/pom.xml
  /jsoar-core/pom.xml
  /jsoar-debugger/pom.xml
  /jsoar-demos/pom.xml
  /jsoar-legilimens/pom.xml
  /jsoar-ruby/pom.xml
  /jsoar-soar2soar/pom.xml
  /jsoar-soarunit/pom.xml
  /jsoar-tcl/pom.xml
  /pom.xml
=======================================
--- /jsoar-build/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-build/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,37 +17,37 @@
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-core</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-debugger</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-demos</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-legilimens</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soar2soar</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soarunit</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-tcl</artifactId>
-          <version>0.13.17-SNAPSHOT</version>
+          <version>0.13.17</version>
        </dependency>
    </dependencies>
  </project>
=======================================
--- /jsoar-core/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-core/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-debugger/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-debugger/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,7 +17,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
          <dependency>
              <groupId>org.swinglabs.swingx</groupId>
=======================================
--- /jsoar-demos/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-demos/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,12 +29,12 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-debugger</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
      </dependencies>
=======================================
--- /jsoar-legilimens/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-legilimens/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
          <dependency>
              <groupId>org.freemarker</groupId>
=======================================
--- /jsoar-ruby/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-ruby/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-soar2soar/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-soar2soar/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
      </dependencies>
  </project>
=======================================
--- /jsoar-soarunit/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-soarunit/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
          <dependency>
              <groupId>edu.umich.soar</groupId>
=======================================
--- /jsoar-tcl/pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /jsoar-tcl/pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17-SNAPSHOT</version>
+        <version>0.13.17</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17-SNAPSHOT</version>
+            <version>0.13.17</version>
          </dependency>
          <dependency>
              <groupId>org.codehaus</groupId>
=======================================
--- /pom.xml	Thu Jun 12 15:38:21 2014 UTC
+++ /pom.xml	Thu Jun 12 18:09:33 2014 UTC
@@ -2,12 +2,12 @@
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.soartech</groupId>
      <artifactId>jsoar</artifactId>
-    <version>0.13.17-SNAPSHOT</version>
+    <version>0.13.17</version>
      <packaging>pom</packaging>
      <scm>
           
<developerConnection>scm:git:
https://git.soartech.com/git/jsoar.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>jsoar-0.13.17</tag>
      </scm>
      <properties>
==============================================================================
Revision: 014f84a2f192
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Thu Jun 12 18:09:39 2014 UTC
Log:      [maven-release-plugin] prepare for next development iteration
http://code.google.com/p/jsoar/source/detail?r=014f84a2f192
Modified:
  /jsoar-build/pom.xml
  /jsoar-core/pom.xml
  /jsoar-debugger/pom.xml
  /jsoar-demos/pom.xml
  /jsoar-legilimens/pom.xml
  /jsoar-ruby/pom.xml
  /jsoar-soar2soar/pom.xml
  /jsoar-soarunit/pom.xml
  /jsoar-tcl/pom.xml
  /pom.xml
=======================================
--- /jsoar-build/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-build/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,37 +17,37 @@
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-core</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-debugger</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-demos</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-legilimens</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soar2soar</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soarunit</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-tcl</artifactId>
-          <version>0.13.17</version>
+          <version>0.13.18-SNAPSHOT</version>
        </dependency>
    </dependencies>
  </project>
=======================================
--- /jsoar-core/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-core/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-debugger/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-debugger/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,7 +17,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>org.swinglabs.swingx</groupId>
=======================================
--- /jsoar-demos/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-demos/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,12 +29,12 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-debugger</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
      </dependencies>
=======================================
--- /jsoar-legilimens/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-legilimens/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>org.freemarker</groupId>
=======================================
--- /jsoar-ruby/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-ruby/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-soar2soar/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-soar2soar/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
      </dependencies>
  </project>
=======================================
--- /jsoar-soarunit/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-soarunit/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>edu.umich.soar</groupId>
=======================================
--- /jsoar-tcl/pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /jsoar-tcl/pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.17</version>
+        <version>0.13.18-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.17</version>
+            <version>0.13.18-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>org.codehaus</groupId>
=======================================
--- /pom.xml	Thu Jun 12 18:09:33 2014 UTC
+++ /pom.xml	Thu Jun 12 18:09:39 2014 UTC
@@ -2,12 +2,12 @@
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.soartech</groupId>
      <artifactId>jsoar</artifactId>
-    <version>0.13.17</version>
+    <version>0.13.18-SNAPSHOT</version>
      <packaging>pom</packaging>
      <scm>
           
<developerConnection>scm:git:
https://git.soartech.com/git/jsoar.git</developerConnection>
-        <tag>jsoar-0.13.17</tag>
+        <tag>HEAD</tag>
      </scm>
      <properties>
==============================================================================
Revision: 345714785fda
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Wed Jun 18 13:11:19 2014 UTC
Log:      Merge branch 'master' into maven
http://code.google.com/p/jsoar/source/detail?r=345714785fda
==============================================================================
Revision: 067bd2629b23
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Wed Jun 18 13:24:42 2014 UTC
Log:      [maven-release-plugin] prepare release jsoar-0.14.0
http://code.google.com/p/jsoar/source/detail?r=067bd2629b23
Modified:
  /jsoar-build/pom.xml
  /jsoar-core/pom.xml
  /jsoar-debugger/pom.xml
  /jsoar-demos/pom.xml
  /jsoar-legilimens/pom.xml
  /jsoar-ruby/pom.xml
  /jsoar-soar2soar/pom.xml
  /jsoar-soarunit/pom.xml
  /jsoar-tcl/pom.xml
  /pom.xml
=======================================
--- /jsoar-build/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-build/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,37 +17,37 @@
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-core</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-debugger</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-demos</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-legilimens</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soar2soar</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soarunit</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-tcl</artifactId>
-          <version>0.13.18-SNAPSHOT</version>
+          <version>0.14.0</version>
        </dependency>
    </dependencies>
  </project>
=======================================
--- /jsoar-core/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-core/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-debugger/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-debugger/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,7 +17,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
          <dependency>
              <groupId>org.swinglabs.swingx</groupId>
=======================================
--- /jsoar-demos/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-demos/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,12 +29,12 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-debugger</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
      </dependencies>
=======================================
--- /jsoar-legilimens/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-legilimens/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
          <dependency>
              <groupId>org.freemarker</groupId>
=======================================
--- /jsoar-ruby/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-ruby/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-soar2soar/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-soar2soar/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
      </dependencies>
  </project>
=======================================
--- /jsoar-soarunit/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-soarunit/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
          <dependency>
              <groupId>edu.umich.soar</groupId>
=======================================
--- /jsoar-tcl/pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /jsoar-tcl/pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.13.18-SNAPSHOT</version>
+        <version>0.14.0</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.13.18-SNAPSHOT</version>
+            <version>0.14.0</version>
          </dependency>
          <dependency>
              <groupId>org.codehaus</groupId>
=======================================
--- /pom.xml	Thu Jun 12 18:09:39 2014 UTC
+++ /pom.xml	Wed Jun 18 13:24:42 2014 UTC
@@ -2,12 +2,12 @@
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.soartech</groupId>
      <artifactId>jsoar</artifactId>
-    <version>0.13.18-SNAPSHOT</version>
+    <version>0.14.0</version>
      <packaging>pom</packaging>
      <scm>
           
<developerConnection>scm:git:
https://git.soartech.com/git/jsoar.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>jsoar-0.14.0</tag>
      </scm>
      <properties>
==============================================================================
Revision: 22ddd67d43e5
Author:   ACNickels <
alex.n...@soartech.com>
Date:     Wed Jun 18 13:24:51 2014 UTC
Log:      [maven-release-plugin] prepare for next development iteration
http://code.google.com/p/jsoar/source/detail?r=22ddd67d43e5
Modified:
  /jsoar-build/pom.xml
  /jsoar-core/pom.xml
  /jsoar-debugger/pom.xml
  /jsoar-demos/pom.xml
  /jsoar-legilimens/pom.xml
  /jsoar-ruby/pom.xml
  /jsoar-soar2soar/pom.xml
  /jsoar-soarunit/pom.xml
  /jsoar-tcl/pom.xml
  /pom.xml
=======================================
--- /jsoar-build/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-build/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,37 +17,37 @@
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-core</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-debugger</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-demos</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-legilimens</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soar2soar</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-soarunit</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.soartech</groupId>
            <artifactId>jsoar-tcl</artifactId>
-          <version>0.14.0</version>
+          <version>0.14.1-SNAPSHOT</version>
        </dependency>
    </dependencies>
  </project>
=======================================
--- /jsoar-core/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-core/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-debugger/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-debugger/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -17,7 +17,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>org.swinglabs.swingx</groupId>
=======================================
--- /jsoar-demos/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-demos/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,12 +29,12 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-debugger</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
      </dependencies>
=======================================
--- /jsoar-legilimens/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-legilimens/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>org.freemarker</groupId>
=======================================
--- /jsoar-ruby/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-ruby/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
=======================================
--- /jsoar-soar2soar/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-soar2soar/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
      </dependencies>
  </project>
=======================================
--- /jsoar-soarunit/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-soarunit/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>edu.umich.soar</groupId>
=======================================
--- /jsoar-tcl/pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /jsoar-tcl/pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,7 +2,7 @@
      <parent>
          <groupId>com.soartech</groupId>
          <artifactId>jsoar</artifactId>
-        <version>0.14.0</version>
+        <version>0.14.1-SNAPSHOT</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
          <dependency>
              <groupId>com.soartech</groupId>
              <artifactId>jsoar-core</artifactId>
-            <version>0.14.0</version>
+            <version>0.14.1-SNAPSHOT</version>
          </dependency>
          <dependency>
              <groupId>org.codehaus</groupId>
=======================================
--- /pom.xml	Wed Jun 18 13:24:42 2014 UTC
+++ /pom.xml	Wed Jun 18 13:24:51 2014 UTC
@@ -2,12 +2,12 @@
      <modelVersion>4.0.0</modelVersion>
      <groupId>com.soartech</groupId>
      <artifactId>jsoar</artifactId>
-    <version>0.14.0</version>
+    <version>0.14.1-SNAPSHOT</version>
      <packaging>pom</packaging>
      <scm>
           
<developerConnection>scm:git:
https://git.soartech.com/git/jsoar.git</developerConnection>
-        <tag>jsoar-0.14.0</tag>
+        <tag>HEAD</tag>
      </scm>
      <properties>