You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/05/18 08:01:58 UTC

svn commit: r945509 - /incubator/shiro/trunk/pom.xml

Author: kaosko
Date: Tue May 18 06:01:58 2010
New Revision: 945509

URL: http://svn.apache.org/viewvc?rev=945509&view=rev
Log:
Add developers, mailingLists meta information

Modified:
    incubator/shiro/trunk/pom.xml

Modified: incubator/shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/pom.xml?rev=945509&r1=945508&r2=945509&view=diff
==============================================================================
--- incubator/shiro/trunk/pom.xml (original)
+++ incubator/shiro/trunk/pom.xml Tue May 18 06:01:58 2010
@@ -73,6 +73,37 @@
         <groovy.version>1.6.2</groovy.version>
     </properties>
 
+    <mailingLists>
+        <mailingList>
+            <name>Apache Shiro Users Mailing List</name>
+            <subscribe>shiro-user-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>shiro-user-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>shiro-user@incubator.apache.org</post>
+            <!--archive/-->
+            <!--otherArchives-->
+        </mailingList>
+        <mailingList>
+            <name>Apache Shiro Developers Mailing List</name>
+            <subscribe>shiro-dev-subscribe@incubator.apache.org</subscribe>
+            <unsubscribe>shiro-dev-unsubscribe@incubator.apache.org</unsubscribe>
+            <post>shiro-dev@incubator.apache.org</post>
+            <!--archive/-->
+            <!--otherArchives-->
+        </mailingList>
+    </mailingLists>
+
+    
+    <developers>
+        <developer>
+            <id>kaosko</id>
+            <name>Kalle Korhonen</name>
+            <email>kaosko@apache.org</email>
+            <url>http://tynamo.org</url>
+            <organization>Apache Software Foundation</organization>
+            <timezone>-8</timezone>
+        </developer>
+    </developers>
+
     <modules>
         <module>core</module>
         <module>web</module>