<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,12 @@
-Copyright (C) 2007-2008 Scala OTP Team
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
-    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-    * The names of its contributors may not, in any way, be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+Copyright (C) 2007-2009 Scala OTP Team
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+    * The names of its contributors may not, in any way, be used to endorse or promote products derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-behavior&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-behavior&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Actors Behavior Module&lt;/name&gt;
   &lt;description&gt;Implements Erlang-style Behaviors for Scala; Supervisor, GenericServer, GenericEvent and GenericFiniteStateMachine allowing creating fault-tolerant actor-based enterprise systems.&lt;/description&gt; </diff>
      <filename>behavior/pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-binary&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-binary&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Binary Module&lt;/name&gt;
   &lt;description&gt;Implements an Erlang-style immutable Binary type. This type can be used as a safer alternative to byte arrays.&lt;/description&gt; </diff>
      <filename>binary/pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-component&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-component&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Actors Component Module&lt;/name&gt;
   &lt;description&gt;Asynchronous components&lt;/description&gt; 
@@ -17,11 +17,11 @@
   &lt;dependencies&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-      &lt;artifactId&gt;scala-util-java&lt;/artifactId&gt;
+      &lt;artifactId&gt;scala-otp-util-java&lt;/artifactId&gt;
     &lt;/dependency&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-      &lt;artifactId&gt;scala-behavior&lt;/artifactId&gt;
+      &lt;artifactId&gt;scala-otp-behavior&lt;/artifactId&gt;
     &lt;/dependency&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-lang&lt;/groupId&gt;</diff>
      <filename>component/pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-controlflow&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-controlflow&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Actors Control Flow Module&lt;/name&gt;
   &lt;description&gt;Provides abstractions for controlling program flow. These abstractions are built using the actors library.&lt;/description&gt; </diff>
      <filename>controlflow/pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-db&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-db&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Actors DB Module&lt;/name&gt;
   &lt;description&gt;In-memory replicating database for Scala (similar to Erlang's Mnesia).&lt;/description&gt; 
@@ -17,7 +17,7 @@
   &lt;dependencies&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-      &lt;artifactId&gt;scala-behavior&lt;/artifactId&gt;
+      &lt;artifactId&gt;scala-otp-behavior&lt;/artifactId&gt;
     &lt;/dependency&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-lang&lt;/groupId&gt;</diff>
      <filename>db/pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-io&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-io&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Actors IO Module&lt;/name&gt;
   &lt;description&gt;Supports non-blocking IO using actors.&lt;/description&gt; 
@@ -21,11 +21,11 @@
     &lt;/dependency&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-      &lt;artifactId&gt;scala-binary&lt;/artifactId&gt;
+      &lt;artifactId&gt;scala-otp-binary&lt;/artifactId&gt;
     &lt;/dependency&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-      &lt;artifactId&gt;scala-controlflow&lt;/artifactId&gt;
+      &lt;artifactId&gt;scala-otp-controlflow&lt;/artifactId&gt;
     &lt;/dependency&gt;
     
     &lt;dependency&gt;</diff>
      <filename>io/pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -61,32 +61,32 @@
 
       &lt;dependency&gt;
         &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-        &lt;artifactId&gt;scala-binary&lt;/artifactId&gt;
+        &lt;artifactId&gt;scala-otp-binary&lt;/artifactId&gt;
         &lt;version&gt;${library.version}&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;
         &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-        &lt;artifactId&gt;scala-controlflow&lt;/artifactId&gt;
+        &lt;artifactId&gt;scala-otp-controlflow&lt;/artifactId&gt;
         &lt;version&gt;${library.version}&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;
         &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-        &lt;artifactId&gt;scala-io&lt;/artifactId&gt;
+        &lt;artifactId&gt;scala-otp-io&lt;/artifactId&gt;
         &lt;version&gt;${library.version}&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;
         &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-        &lt;artifactId&gt;scala-behavior&lt;/artifactId&gt;
+        &lt;artifactId&gt;scala-otp-behavior&lt;/artifactId&gt;
         &lt;version&gt;${library.version}&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;
         &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-        &lt;artifactId&gt;scala-db&lt;/artifactId&gt;
+        &lt;artifactId&gt;scala-otp-db&lt;/artifactId&gt;
         &lt;version&gt;${library.version}&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;
         &lt;groupId&gt;org.scala-libs&lt;/groupId&gt;
-        &lt;artifactId&gt;scala-util-java&lt;/artifactId&gt;
+        &lt;artifactId&gt;scala-otp-util-java&lt;/artifactId&gt;
         &lt;version&gt;${library.version}&lt;/version&gt;
       &lt;/dependency&gt;
       &lt;dependency&gt;</diff>
      <filename>pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
   xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
 
-  &lt;artifactId&gt;scala-util-java&lt;/artifactId&gt;
+  &lt;artifactId&gt;scala-otp-util-java&lt;/artifactId&gt;
 
   &lt;name&gt;Scala Actors Java Util Module&lt;/name&gt;
   &lt;description&gt;&lt;/description&gt; </diff>
      <filename>util-java/pom.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2dd796c7226af161b445615cdc904e504cfd053b</id>
    </parent>
  </parents>
  <author>
    <name>Jonas Boner</name>
    <email>jonas@jonasboner.com</email>
  </author>
  <url>http://github.com/jboner/scala-otp/commit/c4bfc676a398475c1cf2dc1c04ec45d2127b6878</url>
  <id>c4bfc676a398475c1cf2dc1c04ec45d2127b6878</id>
  <committed-date>2009-02-16T04:40:33-08:00</committed-date>
  <authored-date>2009-02-16T04:40:33-08:00</authored-date>
  <message>renamed all modules from scala-* to scala-otp-* to have proper namespacing in maven repositories</message>
  <tree>bd2a3a3039c2212a3281e9f16440af8b07febbdc</tree>
  <committer>
    <name>Jonas Boner</name>
    <email>jonas@jonasboner.com</email>
  </committer>
</commit>
