You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/13 23:55:05 UTC

svn commit: r1513667 - in /commons/sandbox/weaver/trunk/modules/privilizer: api/pom.xml weaver/pom.xml

Author: mbenson
Date: Tue Aug 13 21:55:04 2013
New Revision: 1513667

URL: http://svn.apache.org/r1513667
Log:
pom doc updates

Modified:
    commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml
    commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml

Modified: commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml?rev=1513667&r1=1513666&r2=1513667&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml Tue Aug 13 21:55:04 2013
@@ -26,6 +26,6 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>
-  <name>Commons Privilizer API</name>
+  <name>Commons Weaver Privilizer API</name>
 
 </project>

Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml?rev=1513667&r1=1513666&r2=1513667&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml Tue Aug 13 21:55:04 2013
@@ -26,9 +26,9 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>
-  <name>Commons Privilizer Weaver</name>
+  <name>Commons Weaver Privilizer Weaver</name>
   <description>
-    Privilizer provides machinery to automate the handling of Java Security access controls in code.
+    Implements the Commons Weaver SPI for the Privilizer module.
   </description>
 
   <dependencies>