Skip to content

Commit

Permalink
[maven-release-plugin] copy for tag xwiki-xmldoc-update-plugin-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Sep 9, 2008
1 parent a9b05ec commit 0667914
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions xwiki-platform-tools/pom.xml
Expand Up @@ -27,20 +27,20 @@
<parent>
<groupId>com.xpn.xwiki.platform.tools</groupId>
<artifactId>xwiki-tools</artifactId>
<version>12-SNAPSHOT</version>
<version>11</version>
</parent>
<artifactId>xwiki-xmldoc-update-plugin</artifactId>
<name>XWiki Platform - Tools - XML Doc Update Plugin</name>
<packaging>maven-plugin</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<description> A Maven plugin to load XWiki documents from XML and
perform file attachment or setting object properties, before writting
the document back to XML </description>
<dependencies>
<dependency>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -76,4 +76,10 @@
<scope>runtime</scope>
</dependency>
</dependencies>

<scm>
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/tags/xwiki-xmldoc-update-plugin-1.3</connection>
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/tags/xwiki-xmldoc-update-plugin-1.3</developerConnection>
<url>http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-tools/tags/xwiki-xmldoc-update-plugin-1.3</url>
</scm>
</project>

0 comments on commit 0667914

Please sign in to comment.