From: <bma...@us...> - 2011-06-07 09:29:27
|
Revision: 6282 http://fudaa.svn.sourceforge.net/fudaa/?rev=6282&view=rev Author: bmarchan Date: 2011-06-07 09:29:21 +0000 (Tue, 07 Jun 2011) Log Message: ----------- Chgt version pom.xml -> 1.2 Modified Paths: -------------- trunk/soft/fudaa-modeleur/pom.xml Modified: trunk/soft/fudaa-modeleur/pom.xml =================================================================== --- trunk/soft/fudaa-modeleur/pom.xml 2011-06-07 09:07:31 UTC (rev 6281) +++ trunk/soft/fudaa-modeleur/pom.xml 2011-06-07 09:29:21 UTC (rev 6282) @@ -13,7 +13,7 @@ </parent> <groupId>org.fudaa.soft.fudaa-modeleur</groupId> <artifactId>fudaa-modeleur</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.2-SNAPSHOT</version> <name>Fudaa-Modeleur</name> <dependencyManagement> <dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bma...@us...> - 2011-12-18 20:46:37
|
Revision: 6859 http://fudaa.svn.sourceforge.net/fudaa/?rev=6859&view=rev Author: bmarchan Date: 2011-12-18 20:46:31 +0000 (Sun, 18 Dec 2011) Log Message: ----------- pom : passage ?\195?\160 Eclipse Modified Paths: -------------- trunk/soft/fudaa-modeleur/pom.xml Modified: trunk/soft/fudaa-modeleur/pom.xml =================================================================== --- trunk/soft/fudaa-modeleur/pom.xml 2011-12-18 20:43:36 UTC (rev 6858) +++ trunk/soft/fudaa-modeleur/pom.xml 2011-12-18 20:46:31 UTC (rev 6859) @@ -5,11 +5,13 @@ <modelVersion>4.0.0</modelVersion> <properties> <fudaa-sig.version>1.2-SNAPSHOT</fudaa-sig.version> + <javaCompiler>1.6</javaCompiler> + <targetJdk>1.6</targetJdk> </properties> <parent> <groupId>org.fudaa.pom</groupId> <artifactId>soft-pom</artifactId> - <version>0.7</version> + <version>0.8</version> </parent> <groupId>org.fudaa.soft.fudaa-modeleur</groupId> <artifactId>fudaa-modeleur</artifactId> @@ -46,7 +48,6 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.2-beta-2</version> <executions> <execution> <id>create-executable-jar</id> @@ -68,5 +69,34 @@ </executions> </plugin> </plugins> + <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...> - 2016-04-26 22:01:03
|
Revision: 9387 http://sourceforge.net/p/fudaa/svn/9387 Author: deniger Date: 2016-04-26 22:01:01 +0000 (Tue, 26 Apr 2016) Log Message: ----------- version 1.9-SNAPSHOT Modified Paths: -------------- trunk/soft/fudaa-modeleur/pom.xml Modified: trunk/soft/fudaa-modeleur/pom.xml =================================================================== --- trunk/soft/fudaa-modeleur/pom.xml 2016-04-26 21:57:57 UTC (rev 9386) +++ trunk/soft/fudaa-modeleur/pom.xml 2016-04-26 22:01:01 UTC (rev 9387) @@ -4,13 +4,9 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <properties> - <fudaa-mesh.version>1.7-SNAPSHOT</fudaa-mesh.version> - <fudaa-framework.version>1.7-SNAPSHOT</fudaa-framework.version> - <fudaa-framework.version>1.7-SNAPSHOT</fudaa-framework.version> - <fudaa-business.version>1.6-SNAPSHOT</fudaa-business.version> - - <javaCompiler>1.6</javaCompiler> - <targetJdk>1.6</targetJdk> + <fudaa-mesh.version>1.9-SNAPSHOT</fudaa-mesh.version> + <javaCompiler>1.7</javaCompiler> + <targetJdk>1.7</targetJdk> </properties> <parent> <groupId>org.fudaa.pom</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |