Skip to content
Snippets Groups Projects
Commit 1b21688b authored by Vincent Massol's avatar Vincent Massol
Browse files

Preparing for Tools Parent POM release v5

parent 37f3429d
No related branches found
No related tags found
No related merge requests found
......@@ -25,40 +25,25 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xpn.xwiki.products</groupId>
<artifactId>xwiki-watch-build-tools</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki</artifactId>
<version>6-SNAPSHOT</version>
<relativePath>../xwiki-platform-pom</relativePath>
</parent>
<artifactId>xwiki-watch-build-doc-plugin</artifactId>
<name>XWiki Products - Watch - Tools - Doc Plugin</name>
<packaging>maven-plugin</packaging>
<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.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<!-- Note: Needed to create a XWikiDocument, and xwiki-core does not provide it anymore. -->
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<artifactId>xwiki-tools</artifactId>
<name>XWiki Platform - Tools - Parent POM</name>
<version>5-SNAPSHOT</version>
<packaging>pom</packaging>
<description>XWiki Tools</description>
<scm>
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk</connection>
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk</developerConnection>
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk</url>
</scm>
<modules>
<module>build-tools</module>
<module>packager</module>
<module>xwiki-configuration-resources</module>
<module>xwiki-jetty-resources</module>
</modules>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment