Author: sdumitriu Date: 2007-12-04 11:19:29 +0100 (Tue, 04 Dec 2007) New Revision: 6273
Added: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/ xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml Removed: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml Log: [maven-release-plugin] copy for branch xwiki-enterprise-1.2 Copied: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2 (from rev 6257, xwiki-products/xwiki-enterprise/trunk) Deleted: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml =================================================================== --- xwiki-products/xwiki-enterprise/trunk/pom.xml 2007-12-03 13:00:15 UTC (rev 6257) +++ xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml 2007-12-04 10:19:29 UTC (rev 6273) @@ -1,93 +0,0 @@ -<?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> - <groupId>com.xpn.xwiki.platform</groupId> - <artifactId>xwiki</artifactId> - <version>7</version> - <relativePath>../xwiki-platform-pom</relativePath> - </parent> - <groupId>com.xpn.xwiki.products</groupId> - <artifactId>xwiki-enterprise-parent</artifactId> - <packaging>pom</packaging> - <name>XWiki Products - Enterprise - Parent POM</name> - <version>1.2-SNAPSHOT</version> - <description>XWiki Products - Enterprise - Parent POM</description> - <scm> - <connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</connection> - <developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</developerConnection> - <url>http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</url> - </scm> - <modules> - <module>wiki</module> - <module>database</module> - <module>web</module> - <module>distribution</module> - </modules> - <properties> - <!-- Versions of XWiki dependencies used in XE modules --> - <platform.tools.version>1.7</platform.tools.version> - <platform.core.version>1.2-rc-1</platform.core.version> - <platform.web.version>1.2-rc-1</platform.web.version> - <platform.panels.version>1.2-rc-1</platform.panels.version> - <platform.scheduler.version>1.1.1</platform.scheduler.version> - <platform.watchlist.version>1.0.1</platform.watchlist.version> - <platform.jodatime.version>1.0.1</platform.jodatime.version> - <platform.statistics.version>1.0.1</platform.statistics.version> - </properties> - <profiles> - <profile> - <id>ci</id> - <activation> - <!-- This property is automatically defined by the Maven release plugin when executing - a release. Thus this profile will be automatically enabled when releasing --> - <property> - <name>performRelease</name> - </property> - </activation> - <modules> - <module>installers</module> - <module>distribution-test</module> - </modules> - </profile> - </profiles> - <build> - <extensions> - <extension> - <groupId>com.xpn.xwiki.platform</groupId> - <artifactId>xwiki-build-xar-handlers</artifactId> - <version>${platform.tools.version}</version> - </extension> - </extensions> - <plugins> - <plugin> - <groupId>com.xpn.xwiki.platform</groupId> - <artifactId>xwiki-build-xar-plugin</artifactId> - <version>${platform.tools.version}</version> - </plugin> - </plugins> - </build> -</project> Copied: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml (from rev 6272, xwiki-products/xwiki-enterprise/trunk/pom.xml) =================================================================== --- xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml (rev 0) +++ xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml 2007-12-04 10:19:29 UTC (rev 6273) @@ -0,0 +1,93 @@ +<?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> + <groupId>com.xpn.xwiki.platform</groupId> + <artifactId>xwiki</artifactId> + <version>8-SNAPSHOT</version> + <relativePath>../xwiki-platform-pom</relativePath> + </parent> + <groupId>com.xpn.xwiki.products</groupId> + <artifactId>xwiki-enterprise-parent</artifactId> + <packaging>pom</packaging> + <name>XWiki Products - Enterprise - Parent POM</name> + <version>1.2-SNAPSHOT</version> + <description>XWiki Products - Enterprise - Parent POM</description> + <scm> + <connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2</connection> + <developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2</developerConnection> + <url>http://svn.xwiki.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2</url> + </scm> + <modules> + <module>wiki</module> + <module>database</module> + <module>web</module> + <module>distribution</module> + </modules> + <properties> + <!-- Versions of XWiki dependencies used in XE modules --> + <platform.tools.version>1.7</platform.tools.version> + <platform.core.version>1.2-SNAPSHOT</platform.core.version> + <platform.web.version>1.2-SNAPSHOT</platform.web.version> + <platform.panels.version>1.2-SNAPSHOT</platform.panels.version> + <platform.scheduler.version>1.2-SNAPSHOT</platform.scheduler.version> + <platform.watchlist.version>1.1-SNAPSHOT</platform.watchlist.version> + <platform.jodatime.version>1.1-SNAPSHOT</platform.jodatime.version> + <platform.statistics.version>1.1-SNAPSHOT</platform.statistics.version> + </properties> + <profiles> + <profile> + <id>ci</id> + <activation> + <!-- This property is automatically defined by the Maven release plugin when executing + a release. Thus this profile will be automatically enabled when releasing --> + <property> + <name>performRelease</name> + </property> + </activation> + <modules> + <module>installers</module> + <module>distribution-test</module> + </modules> + </profile> + </profiles> + <build> + <extensions> + <extension> + <groupId>com.xpn.xwiki.platform</groupId> + <artifactId>xwiki-build-xar-handlers</artifactId> + <version>${platform.tools.version}</version> + </extension> + </extensions> + <plugins> + <plugin> + <groupId>com.xpn.xwiki.platform</groupId> + <artifactId>xwiki-build-xar-plugin</artifactId> + <version>${platform.tools.version}</version> + </plugin> + </plugins> + </build> +</project> _______________________________________________ notifications mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/notifications
