This is what happens between releases.
new: the namespace for the whole project has been moved to springcryptoutils.com.
Migration guide: a very simple search and replace in your projects will do the trick:
http://code.google.com/p/spring-crypto-utils/schema/crypt
becomes http://springcryptoutils.com/schema/crypt
import com.google.code.springcryptoutils
becomes
import com.springcryptoutils
com.google
in the groupId)spring crypto utils is now in maven central, so there’s no extra repository to setup in the pom.
If you had previously setup our custom repository, you can safely remove it from your poms now as all previous versions have also been uploaded to central. There are no source code changes in this release.
javax.net.ssl.keyStore
and javax.net.ssl.keyStorePassword
through the
<crypt:defaultKeystore/>
configuration element