Author: tchemit Date: 2009-01-22 21:00:59 +0000 (Thu, 22 Jan 2009) New Revision: 1555 Modified: branches/migration-200901/simexplorer-is/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml Log: replacement des project.namepar project.artifactId Modified: branches/migration-200901/simexplorer-is/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -17,6 +17,7 @@ <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> + <version>1.0-SNAPSHOT</version> <modules> <module>simexplorer-is-entities</module> @@ -238,8 +239,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Common</name> - <version>1.0-SNAPSHOT</version> + <name>${project.artifactId}</name> <description>SimExplorer Information System</description> <inceptionYear>2008</inceptionYear> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-ear/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -71,7 +71,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>EAR service</name> + <name>${project.artifactId}</name> <description>simexplore-is ear module</description> <!-- ************************************************************* --> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-entities/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -27,7 +27,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Entities</name> + <name>${project.artifactId}</name> <description>simexplorer-is entities module</description> <!-- ************************************************************* --> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-security/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -83,7 +83,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Security</name> + <name>${project.artifactId}</name> <description>SimExplorer SI security module</description> <!-- ************************************************************* --> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-service/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -85,8 +85,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Service</name> - + <name>${project.artifactId}</name> <description>services ejb de SimExplorer-IS</description> <!-- ************************************************************* --> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-storage/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -48,7 +48,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Storage</name> + <name>${project.artifactId}</name> <description>simexplorer-is storage module</description> <!-- ************************************************************* --> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-swing/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -84,7 +84,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Swing</name> + <name>${project.artifactId}</name> <description>Java Swing UI SimExplorer-is application</description> <!-- ************************************************************* --> Modified: branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml =================================================================== --- branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-22 04:28:20 UTC (rev 1554) +++ branches/migration-200901/simexplorer-is/simexplorer-is-web/pom.xml 2009-01-22 21:00:59 UTC (rev 1555) @@ -81,7 +81,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Web</name> + <name>${project.artifactId}</name> <description>simexplorer-is web module</description> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org