Author: vmassol Date: 2008-01-17 12:23:12 +0100 (Thu, 17 Jan 2008) New Revision: 6902
Modified: xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml Log: Continue work Modified: xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml =================================================================== --- xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml 2008-01-17 11:21:21 UTC (rev 6901) +++ xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml 2008-01-17 11:23:12 UTC (rev 6902) @@ -1,3 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + * + * See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * +--> + <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> @@ -3,32 +27,32 @@ <artifactId>xwiki-plugins</artifactId> <groupId>com.xpn.xwiki.platform.plugins</groupId> - <version>3</version> + <version>4-SNAPSHOT</version> </parent> <artifactId>xwiki-plugin-watchlist</artifactId> <name>XWiki Platform - Plugins - WatchList Manager</name> - <version>1.2-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <description>XWiki Platform - Plugins - WatchList Manager</description> <dependencies> <dependency> <groupId>com.xpn.xwiki.platform</groupId> <artifactId>xwiki-core</artifactId> - <version>1.2</version> + <version>1.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.xpn.xwiki.platform.plugins</groupId> <artifactId>xwiki-plugin-scheduler</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> </dependency> <dependency> <groupId>com.xpn.xwiki.platform.plugins</groupId> <artifactId>xwiki-plugin-mailsender</artifactId> - <version>1.0.2</version> + <version>1.1-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>1.4</version> </dependency> - <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - <version>1.4</version> - </dependency> </dependencies> -</project> \ No newline at end of file +</project> _______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
