[embjopr-commits] EMBJOPR SVN: r341 - in trunk: core and 2 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Apr 27 09:30:10 EDT 2009


Author: ips
Date: 2009-04-27 09:30:10 -0400 (Mon, 27 Apr 2009)
New Revision: 341

Modified:
   trunk/core/pom.xml
   trunk/jbas4/pom.xml
   trunk/jbas5/pom.xml
   trunk/pom.xml
Log:
use anonymous SVN URLs for svn.connection URLs


Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2009-04-27 13:26:05 UTC (rev 340)
+++ trunk/core/pom.xml	2009-04-27 13:30:10 UTC (rev 341)
@@ -34,7 +34,7 @@
 	<description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
 		
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/core/</connection>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/core/</connection>
 		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/core/</developerConnection>
 	</scm>
 	    

Modified: trunk/jbas4/pom.xml
===================================================================
--- trunk/jbas4/pom.xml	2009-04-27 13:26:05 UTC (rev 340)
+++ trunk/jbas4/pom.xml	2009-04-27 13:30:10 UTC (rev 341)
@@ -14,7 +14,7 @@
 	<name>JBossAS 4.x Administration Console</name>
 
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/jbas4/</connection>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/jbas4/</connection>
 		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/jbas4/</developerConnection>
 	</scm>
     

Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml	2009-04-27 13:26:05 UTC (rev 340)
+++ trunk/jbas5/pom.xml	2009-04-27 13:30:10 UTC (rev 341)
@@ -14,7 +14,7 @@
 	<name>JBossAS 5.x Administration Console</name>
 
     <scm>
-		<connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/jbas5/</connection>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/jbas5/</connection>
 		<developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/jbas5/</developerConnection>
 	</scm>
     

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-04-27 13:26:05 UTC (rev 340)
+++ trunk/pom.xml	2009-04-27 13:30:10 UTC (rev 341)
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.rhq</groupId>
         <artifactId>rhq-parent</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0.CR2</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0.CR2</version>
     <packaging>pom</packaging>
     <name>Embedded Jopr</name>
     <description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
@@ -42,7 +42,7 @@
     </organization>
     
     <scm>
-        <connection>scm:svn:http://svn.jboss.org/repos/embjopr/trunk/</connection>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/embjopr/trunk/</connection>
         <developerConnection>scm:svn:https://svn.jboss.org/repos/embjopr/trunk/</developerConnection>
     </scm>
     




More information about the embjopr-commits mailing list