Author: vmassol Date: 2008-02-04 18:00:02 +0100 (Mon, 04 Feb 2008) New Revision: 81
Modified: components/xwiki-rendering/ components/xwiki-rendering/xwiki-rendering-api/ components/xwiki-rendering/xwiki-rendering-api/pom.xml Log: Fixed invalid POM + added ignores Property changes on: components/xwiki-rendering ___________________________________________________________________ Name: svn:ignore + target *.ipr *.iml *.iws Property changes on: components/xwiki-rendering/xwiki-rendering-api ___________________________________________________________________ Name: svn:ignore + target *.ipr *.iml *.iws Modified: components/xwiki-rendering/xwiki-rendering-api/pom.xml =================================================================== --- components/xwiki-rendering/xwiki-rendering-api/pom.xml 2008-01-24 20:09:52 UTC (rev 80) +++ components/xwiki-rendering/xwiki-rendering-api/pom.xml 2008-02-04 17:00:02 UTC (rev 81) @@ -25,7 +25,7 @@ <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.platform</groupId> + <groupId>org.xwiki.platform</groupId> <artifactId>xwiki-core-rendering</artifactId> <version>1.3-SNAPSHOT</version> </parent> @@ -34,4 +34,4 @@ <packaging>jar</packaging> <description>XWiki Platform - Core - Rendering - API</description> </project> - \ No newline at end of file + _______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
