From: <de...@us...> - 2009-10-17 18:11:38
|
Revision: 5381 http://fudaa.svn.sourceforge.net/fudaa/?rev=5381&view=rev Author: deniger Date: 2009-10-17 18:11:14 +0000 (Sat, 17 Oct 2009) Log Message: ----------- [maven-release-plugin] prepare release fudaa-sig-1.0 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2009-10-17 13:21:02 UTC (rev 5380) +++ trunk/business/fudaa-sig/pom.xml 2009-10-17 18:11:14 UTC (rev 5381) @@ -1,44 +1,48 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <properties> - <dodico-h2d.version>1.0</dodico-h2d.version> - </properties> - - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>business-pom</artifactId> - <version>0.4</version> - </parent> - <groupId>org.fudaa.business.sig</groupId> - <artifactId>fudaa-sig</artifactId> - <version>1.0-SNAPSHOT</version> - <name>sig-ui</name> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.fudaa.business.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.h2d</groupId> - <artifactId>h2d-io</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.ebli</groupId> - <artifactId>ebli-2d</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.fudaa</groupId> - <artifactId>fudaa-common-save</artifactId> - </dependency> - </dependencies> -</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.0</dodico-h2d.version> + </properties> + + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>business-pom</artifactId> + <version>0.4</version> + </parent> + <groupId>org.fudaa.business.sig</groupId> + <artifactId>fudaa-sig</artifactId> + <version>1.0</version> + <name>sig-ui</name> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.fudaa.business.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.h2d</groupId> + <artifactId>h2d-io</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.ebli</groupId> + <artifactId>ebli-2d</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.fudaa</groupId> + <artifactId>fudaa-common-save</artifactId> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</connection> + <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</developerConnection> + <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.0</url> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-10-17 19:50:59
|
Revision: 5382 http://fudaa.svn.sourceforge.net/fudaa/?rev=5382&view=rev Author: deniger Date: 2009-10-17 19:50:51 +0000 (Sat, 17 Oct 2009) Log Message: ----------- [maven-release-plugin] rollback the release of fudaa-sig-1.0 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2009-10-17 18:11:14 UTC (rev 5381) +++ trunk/business/fudaa-sig/pom.xml 2009-10-17 19:50:51 UTC (rev 5382) @@ -1,48 +1,44 @@ -<?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.0</dodico-h2d.version> - </properties> - - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>business-pom</artifactId> - <version>0.4</version> - </parent> - <groupId>org.fudaa.business.sig</groupId> - <artifactId>fudaa-sig</artifactId> - <version>1.0</version> - <name>sig-ui</name> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.fudaa.business.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.h2d</groupId> - <artifactId>h2d-io</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.ebli</groupId> - <artifactId>ebli-2d</artifactId> - </dependency> - <dependency> - <groupId>org.fudaa.framework.fudaa</groupId> - <artifactId>fudaa-common-save</artifactId> - </dependency> - </dependencies> - - <scm> - <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</connection> - <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</developerConnection> - <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.0</url> - </scm> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <properties> + <dodico-h2d.version>1.0</dodico-h2d.version> + </properties> + + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>business-pom</artifactId> + <version>0.4</version> + </parent> + <groupId>org.fudaa.business.sig</groupId> + <artifactId>fudaa-sig</artifactId> + <version>1.0-SNAPSHOT</version> + <name>sig-ui</name> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.fudaa.business.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.h2d</groupId> + <artifactId>h2d-io</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.ebli</groupId> + <artifactId>ebli-2d</artifactId> + </dependency> + <dependency> + <groupId>org.fudaa.framework.fudaa</groupId> + <artifactId>fudaa-common-save</artifactId> + </dependency> + </dependencies> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-10-18 18:59:55
|
Revision: 5395 http://fudaa.svn.sourceforge.net/fudaa/?rev=5395&view=rev Author: deniger Date: 2009-10-18 18:59:46 +0000 (Sun, 18 Oct 2009) Log Message: ----------- Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2009-10-18 18:59:28 UTC (rev 5394) +++ trunk/business/fudaa-sig/pom.xml 2009-10-18 18:59:46 UTC (rev 5395) @@ -15,7 +15,7 @@ <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> <version>1.0-SNAPSHOT</version> - <name>sig-ui</name> + <name>fudaa-sig</name> <dependencyManagement> <dependencies> <dependency> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-10-18 19:22:55
|
Revision: 5401 http://fudaa.svn.sourceforge.net/fudaa/?rev=5401&view=rev Author: deniger Date: 2009-10-18 19:22:49 +0000 (Sun, 18 Oct 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2009-10-18 19:22:37 UTC (rev 5400) +++ trunk/business/fudaa-sig/pom.xml 2009-10-18 19:22:49 UTC (rev 5401) @@ -12,7 +12,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> @@ -39,10 +39,4 @@ <artifactId>fudaa-common-save</artifactId> </dependency> </dependencies> - - <scm> - <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</connection> - <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</developerConnection> - <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.0</url> - </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2009-10-18 20:43:25
|
Revision: 5399 http://fudaa.svn.sourceforge.net/fudaa/?rev=5399&view=rev Author: deniger Date: 2009-10-18 19:22:18 +0000 (Sun, 18 Oct 2009) Log Message: ----------- [maven-release-plugin] prepare release fudaa-sig-1.0 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2009-10-18 19:06:51 UTC (rev 5398) +++ trunk/business/fudaa-sig/pom.xml 2009-10-18 19:22:18 UTC (rev 5399) @@ -1,44 +1,48 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <properties> - <dodico-h2d.version>1.0</dodico-h2d.version> - </properties> - - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>business-pom</artifactId> - <version>0.4</version> - </parent> - <groupId>org.fudaa.business.fudaa-sig</groupId> - <artifactId>fudaa-sig</artifactId> - <version>1.0-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.fudaa</groupId> - <artifactId>fudaa-common-save</artifactId> - </dependency> - </dependencies> -</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.0</dodico-h2d.version> + </properties> + + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>business-pom</artifactId> + <version>0.4</version> + </parent> + <groupId>org.fudaa.business.fudaa-sig</groupId> + <artifactId>fudaa-sig</artifactId> + <version>1.0</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.fudaa</groupId> + <artifactId>fudaa-common-save</artifactId> + </dependency> + </dependencies> + + <scm> + <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</connection> + <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.0</developerConnection> + <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.0</url> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2010-08-22 22:04:21
|
Revision: 5866 http://fudaa.svn.sourceforge.net/fudaa/?rev=5866&view=rev Author: deniger Date: 2010-08-22 22:04:15 +0000 (Sun, 22 Aug 2010) Log Message: ----------- utilisation de la version 0.7 du pom principal Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2010-08-22 21:58:57 UTC (rev 5865) +++ trunk/business/fudaa-sig/pom.xml 2010-08-22 22:04:15 UTC (rev 5866) @@ -8,7 +8,7 @@ <parent> <groupId>org.fudaa.pom</groupId> <artifactId>business-pom</artifactId> - <version>0.5</version> + <version>0.7</version> </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bma...@us...> - 2011-03-10 11:56:28
|
Revision: 6157 http://fudaa.svn.sourceforge.net/fudaa/?rev=6157&view=rev Author: bmarchan Date: 2011-03-10 11:56:22 +0000 (Thu, 10 Mar 2011) Log Message: ----------- [maven-release-plugin] prepare release fudaa-sig-1.1 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2011-03-10 11:46:25 UTC (rev 6156) +++ trunk/business/fudaa-sig/pom.xml 2011-03-10 11:56:22 UTC (rev 6157) @@ -2,7 +2,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <properties> - <dodico-h2d.version>1.1-SNAPSHOT</dodico-h2d.version> + <dodico-h2d.version>1.1</dodico-h2d.version> </properties> <parent> @@ -12,7 +12,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> @@ -33,6 +33,7 @@ <dependency> <groupId>org.fudaa.framework.ebli</groupId> <artifactId>ebli-2d</artifactId> + <!--version>1.2-SNAPSHOT</version--> </dependency> <dependency> <groupId>org.fudaa.framework.fudaa</groupId> @@ -44,4 +45,10 @@ <scope>test</scope> </dependency> </dependencies> + + <scm> + <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.1</connection> + <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.1</developerConnection> + <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.1</url> + </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bma...@us...> - 2011-03-10 11:56:51
|
Revision: 6159 http://fudaa.svn.sourceforge.net/fudaa/?rev=6159&view=rev Author: bmarchan Date: 2011-03-10 11:56:46 +0000 (Thu, 10 Mar 2011) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2011-03-10 11:56:39 UTC (rev 6158) +++ trunk/business/fudaa-sig/pom.xml 2011-03-10 11:56:46 UTC (rev 6159) @@ -12,7 +12,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> @@ -45,10 +45,4 @@ <scope>test</scope> </dependency> </dependencies> - - <scm> - <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.1</connection> - <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.1</developerConnection> - <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.1</url> - </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bma...@us...> - 2011-03-10 12:08:28
|
Revision: 6160 http://fudaa.svn.sourceforge.net/fudaa/?rev=6160&view=rev Author: bmarchan Date: 2011-03-10 12:08:22 +0000 (Thu, 10 Mar 2011) Log Message: ----------- fudaa-sig utilise dodico-h2d 1.2-SNAPSHOT Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2011-03-10 11:56:46 UTC (rev 6159) +++ trunk/business/fudaa-sig/pom.xml 2011-03-10 12:08:22 UTC (rev 6160) @@ -2,7 +2,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <properties> - <dodico-h2d.version>1.1</dodico-h2d.version> + <dodico-h2d.version>1.2-SNAPSHOT</dodico-h2d.version> </properties> <parent> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2011-10-31 21:45:43
|
Revision: 6596 http://fudaa.svn.sourceforge.net/fudaa/?rev=6596&view=rev Author: deniger Date: 2011-10-31 21:45:37 +0000 (Mon, 31 Oct 2011) Log Message: ----------- Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2011-10-31 21:45:17 UTC (rev 6595) +++ trunk/business/fudaa-sig/pom.xml 2011-10-31 21:45:37 UTC (rev 6596) @@ -8,7 +8,7 @@ <parent> <groupId>org.fudaa.pom</groupId> <artifactId>business-pom</artifactId> - <version>0.7</version> + <version>0.8</version> </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> @@ -48,4 +48,41 @@ <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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2012-03-24 01:31:27
|
Revision: 6995 http://fudaa.svn.sourceforge.net/fudaa/?rev=6995&view=rev Author: deniger Date: 2012-03-24 01:31:21 +0000 (Sat, 24 Mar 2012) Log Message: ----------- Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2012-03-24 01:31:07 UTC (rev 6994) +++ trunk/business/fudaa-sig/pom.xml 2012-03-24 01:31:21 UTC (rev 6995) @@ -8,7 +8,7 @@ <parent> <groupId>org.fudaa.pom</groupId> <artifactId>business-pom</artifactId> - <version>1.1</version> + <version>1.2</version> </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2012-03-24 03:03:09
|
Revision: 7021 http://fudaa.svn.sourceforge.net/fudaa/?rev=7021&view=rev Author: deniger Date: 2012-03-24 03:03:03 +0000 (Sat, 24 Mar 2012) Log Message: ----------- 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:01:59 UTC (rev 7020) +++ trunk/business/fudaa-sig/pom.xml 2012-03-24 03:03:03 UTC (rev 7021) @@ -2,7 +2,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <properties> - <dodico-h2d.version>1.2-SNAPSHOT</dodico-h2d.version> + <dodico-h2d.version>1.2</dodico-h2d.version> </properties> <parent> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <de...@us...> - 2012-03-24 03:04:09
|
Revision: 7024 http://fudaa.svn.sourceforge.net/fudaa/?rev=7024&view=rev Author: deniger Date: 2012-03-24 03:04:03 +0000 (Sat, 24 Mar 2012) Log Message: ----------- [maven-release-plugin] prepare for next development iteration 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:56 UTC (rev 7023) +++ trunk/business/fudaa-sig/pom.xml 2012-03-24 03:04:03 UTC (rev 7024) @@ -12,7 +12,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.2</version> + <version>1.3-SNAPSHOT</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> @@ -85,10 +85,4 @@ </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. |
From: <de...@us...> - 2012-03-24 03:06:08
|
Revision: 7025 http://fudaa.svn.sourceforge.net/fudaa/?rev=7025&view=rev Author: deniger Date: 2012-03-24 03:06:02 +0000 (Sat, 24 Mar 2012) Log Message: ----------- 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:04:03 UTC (rev 7024) +++ trunk/business/fudaa-sig/pom.xml 2012-03-24 03:06:02 UTC (rev 7025) @@ -2,7 +2,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <properties> - <dodico-h2d.version>1.2</dodico-h2d.version> + <dodico-h2d.version>1.3-SNAPSHOT</dodico-h2d.version> </properties> <parent> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2012-06-12 22:32:17
|
Revision: 7331 http://fudaa.svn.sourceforge.net/fudaa/?rev=7331&view=rev Author: deniger Date: 2012-06-12 22:32:11 +0000 (Tue, 12 Jun 2012) Log Message: ----------- [maven-release-plugin] prepare release fudaa-sig-1.3 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2012-06-12 22:31:44 UTC (rev 7330) +++ trunk/business/fudaa-sig/pom.xml 2012-06-12 22:32:11 UTC (rev 7331) @@ -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.3</dodico-h2d.version> - </properties> - - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>business-pom</artifactId> - <version>1.3</version> - </parent> - <groupId>org.fudaa.business.fudaa-sig</groupId> - <artifactId>fudaa-sig</artifactId> - <version>1.3-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 /> - </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.3</dodico-h2d.version> + </properties> + + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>business-pom</artifactId> + <version>1.3</version> + </parent> + <groupId>org.fudaa.business.fudaa-sig</groupId> + <artifactId>fudaa-sig</artifactId> + <version>1.3</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.3</connection> + <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.3</developerConnection> + <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.3</url> + </scm> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2012-06-12 22:31:50
|
Revision: 7330 http://fudaa.svn.sourceforge.net/fudaa/?rev=7330&view=rev Author: deniger Date: 2012-06-12 22:31:44 +0000 (Tue, 12 Jun 2012) Log Message: ----------- bug java 1.7 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2012-06-12 22:31:09 UTC (rev 7329) +++ trunk/business/fudaa-sig/pom.xml 2012-06-12 22:31:44 UTC (rev 7330) @@ -2,13 +2,13 @@ <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.3-SNAPSHOT</dodico-h2d.version> + <dodico-h2d.version>1.3</dodico-h2d.version> </properties> <parent> <groupId>org.fudaa.pom</groupId> <artifactId>business-pom</artifactId> - <version>1.2</version> + <version>1.3</version> </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2012-06-12 22:32:46
|
Revision: 7333 http://fudaa.svn.sourceforge.net/fudaa/?rev=7333&view=rev Author: deniger Date: 2012-06-12 22:32:40 +0000 (Tue, 12 Jun 2012) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2012-06-12 22:32:33 UTC (rev 7332) +++ trunk/business/fudaa-sig/pom.xml 2012-06-12 22:32:40 UTC (rev 7333) @@ -12,7 +12,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.3</version> + <version>1.4-SNAPSHOT</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> @@ -85,10 +85,4 @@ </plugins> </pluginManagement> </build> - - <scm> - <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.3</connection> - <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business/fudaa-sig-1.3</developerConnection> - <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/business/fudaa-sig-1.3</url> - </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2012-06-20 15:26:05
|
Revision: 7366 http://fudaa.svn.sourceforge.net/fudaa/?rev=7366&view=rev Author: deniger Date: 2012-06-20 15:25:56 +0000 (Wed, 20 Jun 2012) Log Message: ----------- envoi evt si image modifiee Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2012-06-20 15:22:51 UTC (rev 7365) +++ trunk/business/fudaa-sig/pom.xml 2012-06-20 15:25:56 UTC (rev 7366) @@ -1,88 +1,88 @@ <?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.3</dodico-h2d.version> - </properties> + <modelVersion>4.0.0</modelVersion> + <properties> + <dodico-h2d.version>1.4-SNAPSHOT</dodico-h2d.version> + </properties> - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>business-pom</artifactId> - <version>1.3</version> - </parent> - <groupId>org.fudaa.business.fudaa-sig</groupId> - <artifactId>fudaa-sig</artifactId> - <version>1.4-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> + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>business-pom</artifactId> + <version>1.3</version> + </parent> + <groupId>org.fudaa.business.fudaa-sig</groupId> + <artifactId>fudaa-sig</artifactId> + <version>1.4-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 /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> + <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> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2014-01-19 21:13:24
|
Revision: 8574 http://sourceforge.net/p/fudaa/svn/8574 Author: deniger Date: 2014-01-19 21:13:22 +0000 (Sun, 19 Jan 2014) Log Message: ----------- version 1.4 pom parent Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2014-01-19 21:00:53 UTC (rev 8573) +++ trunk/business/fudaa-sig/pom.xml 2014-01-19 21:13:22 UTC (rev 8574) @@ -8,7 +8,7 @@ <parent> <groupId>org.fudaa.pom</groupId> <artifactId>business-pom</artifactId> - <version>1.3</version> + <version>1.4</version> </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2014-05-26 21:05:48
|
Revision: 8743 http://sourceforge.net/p/fudaa/svn/8743 Author: deniger Date: 2014-05-26 21:05:44 +0000 (Mon, 26 May 2014) Log Message: ----------- correction bogues Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2014-05-26 21:05:06 UTC (rev 8742) +++ trunk/business/fudaa-sig/pom.xml 2014-05-26 21:05:44 UTC (rev 8743) @@ -2,7 +2,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <properties> - <dodico-h2d.version>1.4-SNAPSHOT</dodico-h2d.version> + <dodico-h2d.version>1.5-SNAPSHOT</dodico-h2d.version> <javaCompiler>1.7</javaCompiler> <targetJdk>1.7</targetJdk> </properties> @@ -10,7 +10,7 @@ <parent> <groupId>org.fudaa.pom</groupId> <artifactId>business-pom</artifactId> - <version>1.4</version> + <version>1.5</version> </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2014-05-26 21:18:56
|
Revision: 8746 http://sourceforge.net/p/fudaa/svn/8746 Author: deniger Date: 2014-05-26 21:18:53 +0000 (Mon, 26 May 2014) Log Message: ----------- correction bogues Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2014-05-26 21:10:46 UTC (rev 8745) +++ trunk/business/fudaa-sig/pom.xml 2014-05-26 21:18:53 UTC (rev 8746) @@ -14,7 +14,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.5-SNAPSHOT</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2014-07-09 21:35:57
|
Revision: 8794 http://sourceforge.net/p/fudaa/svn/8794 Author: deniger Date: 2014-07-09 21:35:55 +0000 (Wed, 09 Jul 2014) Log Message: ----------- shortucts Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2014-07-09 21:32:15 UTC (rev 8793) +++ trunk/business/fudaa-sig/pom.xml 2014-07-09 21:35:55 UTC (rev 8794) @@ -2,7 +2,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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <properties> - <dodico-h2d.version>1.5-SNAPSHOT</dodico-h2d.version> + <dodico-h2d.version>1.5</dodico-h2d.version> <javaCompiler>1.7</javaCompiler> <targetJdk>1.7</targetJdk> </properties> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2014-07-09 21:40:02
|
Revision: 8795 http://sourceforge.net/p/fudaa/svn/8795 Author: deniger Date: 2014-07-09 21:39:54 +0000 (Wed, 09 Jul 2014) Log Message: ----------- [maven-release-plugin] prepare release fudaa-sig-1.5 Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2014-07-09 21:35:55 UTC (rev 8794) +++ trunk/business/fudaa-sig/pom.xml 2014-07-09 21:39:54 UTC (rev 8795) @@ -14,7 +14,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> @@ -91,4 +91,10 @@ </extensions> </build> + + <scm> + <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-sig-1.5</connection> + <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-sig-1.5</developerConnection> + <url>http://svn.code.sf.net/p/fudaa/svn/tags/business/fudaa-sig-1.5</url> + </scm> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <de...@us...> - 2014-07-09 21:42:23
|
Revision: 8796 http://sourceforge.net/p/fudaa/svn/8796 Author: deniger Date: 2014-07-09 21:42:20 +0000 (Wed, 09 Jul 2014) Log Message: ----------- shortucts Modified Paths: -------------- trunk/business/fudaa-sig/pom.xml Modified: trunk/business/fudaa-sig/pom.xml =================================================================== --- trunk/business/fudaa-sig/pom.xml 2014-07-09 21:39:54 UTC (rev 8795) +++ trunk/business/fudaa-sig/pom.xml 2014-07-09 21:42:20 UTC (rev 8796) @@ -14,7 +14,7 @@ </parent> <groupId>org.fudaa.business.fudaa-sig</groupId> <artifactId>fudaa-sig</artifactId> - <version>1.5</version> + <version>1.5-SNAPSHOT</version> <name>fudaa-sig</name> <dependencyManagement> <dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |