Changeset 1138


Ignore:
Timestamp:
2009-03-11 11:08:49 (4 years ago)
Author:
bruno
Message:

The kauri-security-providers project got its name back when AuthenticationMechanism? was still called AuthenticationRequestProvider?.
I was going to rename it to kauri-authentication-mechanisms, but "mechanism" was disliked by some.
Looking for an alternative, I arrived at "authentication method".
As a first part of the rename operation, I'm now renaming the maven project.
Even here there were multiple alternatives to consider:

  • kauri-security-authentication-methods
  • kauri-authentication-methods
  • kauri-security-auth-methods

After long and thoughtful consideration of all these options, I went for the last one.

Location:
trunk
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-security/kauri-security-auth-methods/pom.xml

    r1118 r1138  
    1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    2  
     1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  
    32  <modelVersion>4.0.0</modelVersion> 
    43  <groupId>org.kauriproject</groupId> 
    5   <artifactId>kauri-security-providers</artifactId> 
     4  <artifactId>kauri-security-auth-methods</artifactId> 
    65  <packaging>jar</packaging> 
    76  <version>0.4-dev-SNAPSHOT</version> 
     
    1413  </parent> 
    1514 
    16   <name>KAURI ::: SECURITY PROVIDERS</name> 
     15  <name>KAURI ::: SECURITY AUTHENTICATION METHODS</name> 
    1716 
    1817  <dependencies> 
  • trunk/modules/kauri-security/kauri-security-impl/pom.xml

    r1093 r1138  
    4949    <dependency> 
    5050      <groupId>org.kauriproject</groupId> 
    51       <artifactId>kauri-security-providers</artifactId> 
     51      <artifactId>kauri-security-auth-methods</artifactId> 
    5252      <scope>test</scope> 
    5353    </dependency> 
  • trunk/pom.xml

    r1116 r1138  
    402402    <module>modules/kauri-security/kauri-security-api</module> 
    403403    <module>modules/kauri-security/kauri-security-impl</module> 
    404     <module>modules/kauri-security/kauri-security-providers</module> 
     404    <module>modules/kauri-security/kauri-security-auth-methods</module> 
    405405    <module>modules/kauri-i18n/kauri-i18n-api</module> 
    406406    <module>modules/kauri-i18n/kauri-i18n-impl</module> 
     
    788788      <dependency> 
    789789        <groupId>org.kauriproject</groupId> 
    790         <artifactId>kauri-security-providers</artifactId> 
     790        <artifactId>kauri-security-auth-methods</artifactId> 
    791791        <version>0.4-dev-SNAPSHOT</version> 
    792792      </dependency> 
  • trunk/samples/kauri-security-sample/pom.xml

    r1107 r1138  
    2323    <dependency> 
    2424      <groupId>org.kauriproject</groupId> 
    25       <artifactId>kauri-security-providers</artifactId> 
     25      <artifactId>kauri-security-auth-methods</artifactId> 
    2626      <version>0.4-dev-SNAPSHOT</version> 
    2727    </dependency> 
Note: See TracChangeset for help on using the changeset viewer.