Author: dkulp
Date: Thu May 24 18:51:37 2012
New Revision: 1342374

URL: http://svn.apache.org/viewvc?rev=1342374&view=rev
Log:
Put in an scm section pointing to correct location so that hopefully 
release:prepare will work

Modified:
    aries/branches/blueprint-0.3.2-fixes/blueprint-core/pom.xml

Modified: aries/branches/blueprint-0.3.2-fixes/blueprint-core/pom.xml
URL: 
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/blueprint-core/pom.xml?rev=1342374&r1=1342373&r2=1342374&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/blueprint-core/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/blueprint-core/pom.xml Thu May 24 
18:51:37 2012
@@ -27,7 +27,7 @@
   <artifactId>org.apache.aries.blueprint.core</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Aries Blueprint Core</name>
-  <version>0.3.2</version>
+  <version>0.3.2-SNAPSHOT</version>
   <description>
       This bundle contains the core implementation of Blueprint 
       along with the "ext" namespace handler.
@@ -117,8 +117,8 @@
   </dependencies>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.core-0.3.2</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.core-0.3.2</developerConnection>
-    
<url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.core-0.3.2</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/blueprint-core</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/blueprint-core</developerConnection>
+    
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/blueprint-core</url>
   </scm>
 </project>


Reply via email to