Author: vmassol Date: 2008-01-17 12:21:14 +0100 (Thu, 17 Jan 2008) New Revision: 6899
Modified: xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml Log: [maven-release-plugin] prepare release xwiki-plugin-watchlist-1.1 Modified: xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml =================================================================== --- xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml 2008-01-17 11:19:35 UTC (rev 6898) +++ xwiki-platform/xwiki-plugins/trunk/watchlist/pom.xml 2008-01-17 11:21:14 UTC (rev 6899) @@ -1,27 +1,3 @@ -<?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> @@ -31,7 +7,7 @@ </parent> <artifactId>xwiki-plugin-watchlist</artifactId> <name>XWiki Platform - Plugins - WatchList Manager</name> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <description>XWiki Platform - Plugins - WatchList Manager</description> <dependencies> <dependency> @@ -49,11 +25,17 @@ <groupId>com.xpn.xwiki.platform.plugins</groupId> <artifactId>xwiki-plugin-mailsender</artifactId> <version>1.0.2</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> + + <scm> + <connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugin-watchlist-1.1</connection> + <developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugin-watchlist-1.1</developerConnection> + <url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugin-watchlist-1.1</url> + </scm> +</project> \ No newline at end of file _______________________________________________ notifications mailing list notifications@xwiki.org http://lists.xwiki.org/mailman/listinfo/notifications