Changeset 4171


Ignore:
Timestamp:
2010-07-21 12:07:53 (3 years ago)
Author:
bruno
Message:

root pom: add license & scm sections (scm is needed by release plugin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r4149 r4171  
    5252 
    5353  <url>http://lilycms.org/maven-site</url> 
     54 
     55  <licenses> 
     56    <license> 
     57      <name>Apache 2</name> 
     58      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 
     59      <distribution>repo</distribution> 
     60      <comments>Copyright 2010 by Outerthought bvba</comments> 
     61    </license> 
     62  </licenses> 
     63 
     64  <scm> 
     65    <connection>scm:svn:http://dev.outerthought.org/svn/outerthought_lilycms/trunk</connection> 
     66    <developerConnection>scm:svn:http://dev.outerthought.org/svn/outerthought_lilycms/trunk</developerConnection> 
     67    <url>http://dev.outerthought.org/svn/outerthought_lilycms</url> 
     68  </scm> 
    5469 
    5570  <modules> 
Note: See TracChangeset for help on using the changeset viewer.