From: <de...@us...> - 2012-03-24 03:03:43
|
Revision: 7022 http://fudaa.svn.sourceforge.net/fudaa/?rev=7022&view=rev Author: deniger Date: 2012-03-24 03:03:37 +0000 (Sat, 24 Mar 2012) Log Message: ----------- [maven-release-plugin] prepare release fudaa-sig-1.2 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2012-03-24 03:03:03 UTC (rev 7021) +++ trunk/business/fudaa-sig/pom.xml 2012-03-24 03:03:37 UTC (rev 7022) @@ -1,88 +1,94 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <properties> - <dodico-h2d.version>1.2</dodico-h2d.version> - </properties> - - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>business-pom</artifactId> - <version>1.2</version> - </parent> - <groupId>org.fudaa.business.fudaa-sig</groupId> - <artifactId>fudaa-sig</artifactId> - <version>1.2-SNAPSHOT</version> - <name>fudaa-sig</name> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.fudaa.business.dodico-h2d</groupId> - <artifactId>dodico-h2d</artifactId> - <version>${dodico-h2d.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> - <dependency> - <groupId>org.fudaa.business.dodico-h2d</groupId> - <artifactId>h2d-io</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.ebli</groupId> - <artifactId>ebli-2d</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.ebli</groupId> - <artifactId>ebli-1d</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.fudaa</groupId> - <artifactId>fudaa-common-save</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.maven.plugins - </groupId> - <artifactId> - maven-antrun-plugin - </artifactId> - <versionRange> - [1.3,) - </versionRange> - <goals> - <goal>run</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore></ignore> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <properties> + <dodico-h2d.version>1.2</dodico-h2d.version> + </properties> + + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>business-pom</artifactId> + <version>1.2</version> + </parent> + <groupId>org.fudaa.business.fudaa-sig</groupId> + <artifactId>fudaa-sig</artifactId> + <version>1.2</version> + <name>fudaa-sig</name> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.fudaa.business.dodico-h2d</groupId> + <artifactId>dodico-h2d</artifactId> + <version>${dodico-h2d.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> + <dependency> + <groupId>org.fudaa.business.dodico-h2d</groupId> + <artifactId>h2d-io</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.ebli</groupId> + <artifactId>ebli-2d</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.ebli</groupId> + <artifactId>ebli-1d</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.fudaa</groupId> + <artifactId>fudaa-common-save</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-antrun-plugin + </artifactId> + <versionRange> + [1.3,) + </versionRange> + <goals> + <goal>run</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <scm> + <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.2</connection> + <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.2</developerConnection> + <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.2</url> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |