You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2007/10/25 16:41:22 UTC

svn commit: r588243 - in /turbine/fulcrum/trunk/crypto: project.xml src/java/org/apache/fulcrum/crypto/impl/UnixCrypt.java xdocs/changes.xml

Author: sgoeschl
Date: Thu Oct 25 07:41:21 2007
New Revision: 588243

URL: http://svn.apache.org/viewvc?rev=588243&view=rev
Log:
Preparing release for fulcrum-crypto-1.0.6

Modified:
    turbine/fulcrum/trunk/crypto/project.xml
    turbine/fulcrum/trunk/crypto/src/java/org/apache/fulcrum/crypto/impl/UnixCrypt.java
    turbine/fulcrum/trunk/crypto/xdocs/changes.xml

Modified: turbine/fulcrum/trunk/crypto/project.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/project.xml?rev=588243&r1=588242&r2=588243&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/project.xml (original)
+++ turbine/fulcrum/trunk/crypto/project.xml Thu Oct 25 07:41:21 2007
@@ -23,9 +23,14 @@
   <id>fulcrum-crypto</id>
   <extend>${basedir}/../project.xml</extend>
   <name>Fulcrum Crypto Component</name>
-  <currentVersion>1.0.6-dev</currentVersion>
+  <currentVersion>1.0.6</currentVersion>
   <package>org.apache.fulcrum.crypto</package>
   <versions>
+    <version>
+      <id>1.0.6</id>
+      <name>1.0.6</name>
+      <tag>FULCRUM_CRYPTO_1_0_6</tag>
+    </version>
     <version>
       <id>1.0.5</id>
       <name>1.0.5</name>

Modified: turbine/fulcrum/trunk/crypto/src/java/org/apache/fulcrum/crypto/impl/UnixCrypt.java
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/src/java/org/apache/fulcrum/crypto/impl/UnixCrypt.java?rev=588243&r1=588242&r2=588243&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/src/java/org/apache/fulcrum/crypto/impl/UnixCrypt.java (original)
+++ turbine/fulcrum/trunk/crypto/src/java/org/apache/fulcrum/crypto/impl/UnixCrypt.java Thu Oct 25 07:41:21 2007
@@ -19,8 +19,6 @@
  * under the License.
  */
 
-import org.apache.fulcrum.crypto.CryptoAlgorithm;
-
 import java.util.Random;
 
 /**

Modified: turbine/fulcrum/trunk/crypto/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/crypto/xdocs/changes.xml?rev=588243&r1=588242&r2=588243&view=diff
==============================================================================
--- turbine/fulcrum/trunk/crypto/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/crypto/xdocs/changes.xml Thu Oct 25 07:41:21 2007
@@ -24,7 +24,7 @@
   </properties>
 
   <body>
-    <release version="1.0.6-dev" date="as in SVN">
+    <release version="1.0.6" date="as in SVN">
       <action dev="sgoeschl" type="update">
         Getting rid of all external dependencies - in particular
         the crytptix library. The cryptix library contains strong