Author: tchemit Date: 2009-11-02 05:27:36 +0100 (Mon, 02 Nov 2009) New Revision: 2721 Modified: trunk/pom.xml Log: - use mavenpom 1.1.0 - reformat poms Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 04:25:21 UTC (rev 2720) +++ trunk/pom.xml 2009-11-02 04:27:36 UTC (rev 2721) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.chorem</groupId> @@ -50,7 +50,7 @@ <scope>compile</scope> </dependency> - + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> @@ -147,9 +147,9 @@ <description>Lima project super pom</description> <inceptionYear>2008</inceptionYear> <url>http://maven-site.chorem.org/lima</url> - - <licenses> + + <licenses> <license> <name>General Public License (GPL)</name> <url>${maven.license.file}</url> @@ -193,14 +193,14 @@ <projectId>lima</projectId> <!-- customized libs version --> - + <eugene.version>1.0.0</eugene.version> <nuiton-utils.version>1.1.1</nuiton-utils.version> <topia.version>2.2.0</topia.version> <jaxx.version>1.7.1</jaxx.version> <!--commandline.version>1.0-SNAPSHOT</commandline.version--> - + <!--axis.version>1.4.1</axis.version--> <!-- 1.4 and 1.4.1 breaks jnlp with corrupt jar --> <axis.version>1.3</axis.version> @@ -208,7 +208,7 @@ <!-- license to use --> <license.licenseName>gpl_v3</license.licenseName> - + </properties> @@ -259,7 +259,8 @@ <scm> <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> - <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/lima/trunk</developerConnection> + <developerConnection>scm:svn:svn+ssh://publish@svn.chorem.org/var/lib/svn/svn-chorem/lima/trunk + </developerConnection> <url>http://www.chorem.org/repositories/browse/lima/trunk</url> </scm> @@ -281,7 +282,6 @@ </repository> - <!-- depot des snapshots nuiton --> <repository> @@ -333,5 +333,5 @@ </pluginRepository> </pluginRepositories> - + </project>
participants (1)
-
tchemit@users.chorem.org