r632 - in trunk: . sammoa-application sammoa-persistence sammoa-ui-swing
Author: tchemit Date: 2012-10-12 20:44:01 +0200 (Fri, 12 Oct 2012) New Revision: 632 Url: http://forge.codelutin.com/repositories/revision/sammoa/632 Log: clean poms + remove desbois from codelutin organisation Modified: trunk/pom.xml trunk/sammoa-application/pom.xml trunk/sammoa-persistence/pom.xml trunk/sammoa-ui-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-12 18:31:21 UTC (rev 631) +++ trunk/pom.xml 2012-10-12 18:44:01 UTC (rev 632) @@ -55,9 +55,6 @@ <developer> <id>desbois</id> <name>Florian Desbois</name> - <email>desbois@codelutin.com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> <roles> <role>developer</role> </roles> Modified: trunk/sammoa-application/pom.xml =================================================================== --- trunk/sammoa-application/pom.xml 2012-10-12 18:31:21 UTC (rev 631) +++ trunk/sammoa-application/pom.xml 2012-10-12 18:44:01 UTC (rev 632) @@ -2,10 +2,6 @@ <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> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> @@ -17,9 +13,6 @@ <name>SAMMOA :: Application</name> <description>Main application</description> - <properties> - </properties> - <dependencies> <!-- sibling dependencies --> Modified: trunk/sammoa-persistence/pom.xml =================================================================== --- trunk/sammoa-persistence/pom.xml 2012-10-12 18:31:21 UTC (rev 631) +++ trunk/sammoa-persistence/pom.xml 2012-10-12 18:44:01 UTC (rev 632) @@ -2,10 +2,6 @@ <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> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> Modified: trunk/sammoa-ui-swing/pom.xml =================================================================== --- trunk/sammoa-ui-swing/pom.xml 2012-10-12 18:31:21 UTC (rev 631) +++ trunk/sammoa-ui-swing/pom.xml 2012-10-12 18:44:01 UTC (rev 632) @@ -2,10 +2,6 @@ <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> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> @@ -359,9 +355,6 @@ </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> <profiles> <profile>
participants (1)
-
tchemit@users.forge.codelutin.com