Changeset 1685
- Timestamp:
- 10/11/11 11:38:46 (8 months ago)
- File:
-
- 1 edited
-
trunk/docx4j/pom.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/pom.xml
r1671 r1685 4 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5 5 <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> 6 12 <groupId>org.docx4j</groupId> 7 13 <artifactId>docx4j</artifactId> … … 11 17 <description> 12 18 docx4j is a library which helps you to work with the Office Open 13 XML file format , including WordprocessingML and DrawingML,as used in docx14 documents and pptx presentations.19 XML file format as used in docx 20 documents, pptx presentations, and xlsx spreadsheets. 15 21 </description> 16 22 <url>http://www.docx4java.org/</url> … … 26 32 <scm> 27 33 <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> 30 36 <url>http://www.docx4java.org/svn/docx4j/trunk</url> 31 37 </scm> … … 48 54 </contributor> 49 55 <contributor> 56 <name>Albert Aymerich</name> 57 </contributor> 58 <contributor> 50 59 <name>alberto</name> 51 60 </contributor> … … 54 63 </contributor> 55 64 <contributor> 65 <name>Antoine</name> 66 </contributor> 67 <contributor> 56 68 <name>azeloro</name> 57 69 </contributor> … … 88 100 <contributor> 89 101 <name>Tinne</name> 102 </contributor> 103 <contributor> 104 <name>y.rolland</name> 90 105 </contributor> 91 106 </contributors> … … 96 111 <testOutputDirectory>bin</testOutputDirectory> 97 112 <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> 98 126 <plugin> 99 127 <groupId>org.codehaus.mojo</groupId>
Note: See TracChangeset
for help on using the changeset viewer.
