Author: struberg
Date: Fri Jul  7 21:18:49 2017
New Revision: 1801216

URL: http://svn.apache.org/viewvc?rev=1801216&view=rev
Log:
fix SCM section after creating the maintenance branch for owb-1.7.x

Modified:
    openwebbeans/branches/owb_1.7.x/pom.xml

Modified: openwebbeans/branches/owb_1.7.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.7.x/pom.xml?rev=1801216&r1=1801215&r2=1801216&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.7.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.7.x/pom.xml Fri Jul  7 21:18:49 2017
@@ -34,8 +34,8 @@
     <url>openwebbeans.apache.org</url>
 
     <description>
-        Apache OpenWebBeans is an open source implementation of
-        JSR-299 WebBeans
+        Apache OpenWebBeans-1.7.x is an open source implementation of the
+        JSR-346 CDI-1.1 specification 
     </description>
 
     <organization>
@@ -46,9 +46,9 @@
     <inceptionYear>2008</inceptionYear>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/openwebbeans/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openwebbeans/trunk</developerConnection>
-        <url>https://svn.apache.org/repos/asf/openwebbeans/trunk</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x</developerConnection>
+        
<url>https://svn.apache.org/repos/asf/openwebbeans/branches/owb_1.7.x</url>
     </scm>
 
     <issueManagement>


Reply via email to