[jboss-cvs] Picketlink SVN: r364 - in idm/trunk: parent and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 10 11:44:35 EDT 2010


Author: bdaw
Date: 2010-08-10 11:44:34 -0400 (Tue, 10 Aug 2010)
New Revision: 364

Modified:
   idm/trunk/parent/pom.xml
   idm/trunk/pom.xml
Log:
- another try for release plugin...

Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml	2010-08-10 15:42:58 UTC (rev 363)
+++ idm/trunk/parent/pom.xml	2010-08-10 15:44:34 UTC (rev 364)
@@ -22,20 +22,9 @@
       <name>JBoss Inc.</name>
       <url>http://www.jboss.org</url>
    </organization>
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/trunk</developerConnection>
-   </scm>
-  
    <build>
       <plugins>
          <plugin>
-            <artifactId>maven-release-plugin</artifactId>
-            <configuration>
-               <tagBase>https://svn.jboss.org/repos/picketlink/idm/tags</tagBase>
-            </configuration>
-         </plugin>
-         <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
             <configuration>
                <source>1.5</source>

Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml	2010-08-10 15:42:58 UTC (rev 363)
+++ idm/trunk/pom.xml	2010-08-10 15:44:34 UTC (rev 364)
@@ -12,7 +12,12 @@
    <name>PicketLink IDM - Aggregator</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
    <description></description>
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/trunk</developerConnection>
+   </scm>
 
+
    <profiles>
       <profile>
          <id>default</id>



More information about the jboss-cvs-commits mailing list