Author: sdumitriu Date: 2007-11-30 17:37:36 +0100 (Fri, 30 Nov 2007) New Revision: 6213
Modified: xwiki-platform/web/trunk/gwt/pom.xml xwiki-platform/web/trunk/pom.xml Log: [release] Prepare the 1.2RC1 release: updating the dependencies We reuse the previous release of xwiki-tools, since the only change is XTOOLS-19 which will be used in 1.3 only Modified: xwiki-platform/web/trunk/gwt/pom.xml =================================================================== --- xwiki-platform/web/trunk/gwt/pom.xml 2007-11-30 16:31:32 UTC (rev 6212) +++ xwiki-platform/web/trunk/gwt/pom.xml 2007-11-30 16:37:36 UTC (rev 6213) @@ -1,3 +1,25 @@ +<!-- + * + * 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> Modified: xwiki-platform/web/trunk/pom.xml =================================================================== --- xwiki-platform/web/trunk/pom.xml 2007-11-30 16:31:32 UTC (rev 6212) +++ xwiki-platform/web/trunk/pom.xml 2007-11-30 16:37:36 UTC (rev 6213) @@ -25,7 +25,7 @@ <parent> <groupId>com.xpn.xwiki.platform</groupId> <artifactId>xwiki</artifactId> - <version>7-SNAPSHOT</version> + <version>7</version> <relativePath>../xwiki-platform-pom</relativePath> </parent> <artifactId>xwiki-web</artifactId> @@ -40,8 +40,8 @@ </scm> <properties> <!-- Versions of XWiki dependencies used in Platform/Web modules --> - <platform.tools.version>1.8-SNAPSHOT</platform.tools.version> - <platform.core.version>1.2-SNAPSHOT</platform.core.version> + <platform.tools.version>1.7</platform.tools.version> + <platform.core.version>1.2-rc-1</platform.core.version> </properties> <profiles> <profile> _______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
