more natural place for this module

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1417913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-06 14:32:45 +00:00
parent 51325b452e
commit 8dbb9a32ff
7 changed files with 1 additions and 2 deletions

View File

@ -31,5 +31,6 @@
<module>redback-authentication-open</module>
<module>redback-authentication-memory</module>
<module>redback-authentication-ldap</module>
<module>redback-authentication-users</module>
</modules>
</project>

View File

@ -25,7 +25,6 @@
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-providers</artifactId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../redback-authentication/redback-authentication-providers/pom.xml</relativePath>
</parent>
<artifactId>redback-authentication-users</artifactId>

View File

@ -31,6 +31,5 @@
<module>redback-users-api</module>
<module>redback-users-providers</module>
<module>redback-users-tests</module>
<module>redback-authentication-users</module>
</modules>
</project>