You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2009/03/24 19:40:03 UTC

svn commit: r757945 - /incubator/jsecurity/trunk/pom.xml

Author: lhazlewood
Date: Tue Mar 24 18:40:01 2009
New Revision: 757945

URL: http://svn.apache.org/viewvc?rev=757945&view=rev
Log:
added ASF parent pom to pick up distribution management settings for snapshot and staging publishing

Modified:
    incubator/jsecurity/trunk/pom.xml

Modified: incubator/jsecurity/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jsecurity/trunk/pom.xml?rev=757945&r1=757944&r2=757945&view=diff
==============================================================================
--- incubator/jsecurity/trunk/pom.xml (original)
+++ incubator/jsecurity/trunk/pom.xml Tue Mar 24 18:40:01 2009
@@ -20,6 +20,13 @@
 <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/maven-v4_0_0.xsd">
 
+    <!-- pick up Apache distributionManagement for releasing (snapshots, releases, etc): -->
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>5</version>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.ki</groupId>