Changeset 1685


Ignore:
Timestamp:
10/11/11 11:38:46 (8 months ago)
Author:
jharrop
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/pom.xml

    r1671 r1685  
    44        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 
    55        <modelVersion>4.0.0</modelVersion> 
     6          
     7  <parent> 
     8    <groupId>org.sonatype.oss</groupId> 
     9    <artifactId>oss-parent</artifactId> 
     10    <version>7</version> 
     11  </parent>      
    612        <groupId>org.docx4j</groupId> 
    713        <artifactId>docx4j</artifactId> 
     
    1117        <description> 
    1218                docx4j is a library which helps you to work with the Office Open 
    13                 XML file format, including WordprocessingML and DrawingML, as used in docx 
    14                 documents and pptx presentations. 
     19                XML file format as used in docx 
     20                documents, pptx presentations, and xlsx spreadsheets. 
    1521        </description> 
    1622        <url>http://www.docx4java.org/</url> 
     
    2632        <scm> 
    2733            <connection>scm:svn:http://www.docx4java.org/svn/docx4j/trunk</connection> 
    28             <!-- <developerConnection>scm:svn:https://127.0.0.1/svn/my-project</developerConnection> 
    29                  <tag>HEAD</tag>  --> 
     34            <developerConnection>scm:svn:http://www.docx4java.org/svn/docx4j/trunk</developerConnection> 
     35            <tag>HEAD</tag> 
    3036            <url>http://www.docx4java.org/svn/docx4j/trunk</url> 
    3137    </scm> 
     
    4854                </contributor> 
    4955                <contributor> 
     56                        <name>Albert Aymerich</name> 
     57                </contributor> 
     58                <contributor> 
    5059                        <name>alberto</name> 
    5160                </contributor> 
     
    5463                </contributor> 
    5564                <contributor> 
     65                        <name>Antoine</name> 
     66                </contributor> 
     67                <contributor> 
    5668                        <name>azeloro</name> 
    5769                </contributor> 
     
    88100                <contributor> 
    89101                        <name>Tinne</name> 
     102                </contributor> 
     103                <contributor> 
     104                        <name>y.rolland</name> 
    90105                </contributor> 
    91106        </contributors>  
     
    96111                <testOutputDirectory>bin</testOutputDirectory> 
    97112        <plugins> 
     113      <plugin> 
     114        <groupId>org.apache.maven.plugins</groupId> 
     115        <artifactId>maven-gpg-plugin</artifactId> 
     116        <executions> 
     117          <execution> 
     118            <id>sign-artifacts</id> 
     119            <phase>verify</phase> 
     120            <goals> 
     121              <goal>sign</goal> 
     122            </goals> 
     123          </execution> 
     124        </executions> 
     125      </plugin>  
    98126                <plugin> 
    99127                        <groupId>org.codehaus.mojo</groupId> 
Note: See TracChangeset for help on using the changeset viewer.