align package names.
[utils] / security / impl / src / main / java / org / wamblee / security / authentication / UserAdminInitializer.java
similarity index 98%
rename from security/impl/src/main/java/org/wamblee/usermgt/UserAdminInitializer.java
rename to security/impl/src/main/java/org/wamblee/security/authentication/UserAdminInitializer.java
index 85f677ef3998fdb1fda35440c7c01f3a11563e3a..2168d891c1522b8bb58b6043b4f7f20258f0149e 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.usermgt;
+package org.wamblee.security.authentication;
 
 import org.apache.log4j.Logger;