Author: ruchithf
Date: Sat Jan 27 10:45:04 2007
New Revision: 500585

URL: http://svn.apache.org/viewvc?view=rev&rev=500585
Log:
Added mailing list info and playing around to figure out how to create the web 
site properly :-)

Modified:
    webservices/rampart/trunk/java/pom.xml

Modified: webservices/rampart/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/pom.xml?view=diff&rev=500585&r1=500584&r2=500585
==============================================================================
--- webservices/rampart/trunk/java/pom.xml (original)
+++ webservices/rampart/trunk/java/pom.xml Sat Jan 27 10:45:04 2007
@@ -6,6 +6,7 @@
     <groupId>org.apache.rampart</groupId>
     <artifactId>rampart-project</artifactId>
     <packaging>pom</packaging>
+       <description>WS-Security, WS-Trust and WS-SecureConversation 
implementaion for Apache Axis2</description>
     <version>SNAPSHOT</version>
     <name>Apache Rampart</name>
     <url>http://ws.apache.org/rampart</url>
@@ -25,10 +26,19 @@
     <issueManagement>
         <system>JIRA</system>
         <url>http://issues.apache.org/jira/browse/RAMPART</url>
-    </issueManagement>
-    
-    <inceptionYear>2005</inceptionYear>
-    
+    </issueManagement>
+    <mailingLists>
+        <mailingList>
+            <name>Rampart Developers</name>
+            <subscribe>[EMAIL PROTECTED]</subscribe>
+            <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+            <post>[email protected]</post>
+            
<archive>http://mail-archives.apache.org/mod_mbox/rampart-dev/</archive>
+        </mailingList>
+    </mailingLists>
+    
+    <inceptionYear>2005</inceptionYear>
+  
     <developers>
         <developer>
             <name>Afkham Azeez</name>
@@ -41,12 +51,12 @@
             <id>ruchith</id>
             <email>ruchith AT wso2.com</email>
             <organization>WSO2</organization>
-        </developer>
-        <developer>
-             <name>Sanka Samaranayake</name>
-             <id>sanka</id>
-             <organization>WSO2 Inc.</organization>
-            <email>[EMAIL PROTECTED]</email>
+        </developer>
+        <developer>
+             <name>Sanka Samaranayake</name>
+             <id>sanka</id>
+             <organization>WSO2</organization>
+            <email>sanka AT wso2.com</email>
         </developer>
         <developer>
             <name>Davanum Srinivas</name>
@@ -54,7 +64,7 @@
             <email>dims AT wso2.com</email>
             <organization>WSO2</organization>
         </developer>
-    </developers>
+    </developers>
     
     <scm>
         
<connection>scm:svn:https://svn.apache.org/repos/asf/webservices/rampart/trunk/java</connection>
@@ -130,6 +140,7 @@
 
     <build>
         <plugins>
+               
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
@@ -145,6 +156,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.2</version>
             </plugin>
+                       
         </plugins>
     </build>
 
@@ -347,11 +359,11 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring</artifactId>
             <version>${spring.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>opensaml</groupId>
-            <artifactId>opensaml</artifactId>
-            <version>${opensaml.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>opensaml</groupId>
+            <artifactId>opensaml</artifactId>
+            <version>${opensaml.version}</version>
         </dependency>
         <dependency>
             <groupId>xalan</groupId>
@@ -394,10 +406,10 @@
 
     <modules>
         <module>modules/rampart-policy</module>
-        <module>modules/rampart-trust</module>
+        <module>modules/rampart-trust</module>
         <module>modules/rampart-core</module>
-        <module>modules/rampart-tests</module>
-       <module>modules/rampart-mar</module>    
+        <module>modules/rampart-tests</module>
+       <module>modules/rampart-mar</module>    
        <module>modules/rampart-trust-mar</module>      
     </modules>
 
@@ -409,8 +421,8 @@
 
         <wss4j.version>SNAPSHOT</wss4j.version>
         <xmlsec.version>1.3.0</xmlsec.version>
-       
-       <opensaml.version>1.1</opensaml.version>
+       
+       <opensaml.version>1.1</opensaml.version>
        
         <XmlSchema.version>SNAPSHOT</XmlSchema.version>
         <neethi.version>2.0</neethi.version>


Reply via email to